summaryrefslogtreecommitdiff
path: root/geoip.h
AgeCommit message (Expand)AuthorFilesLines
2013-07-11configure, netsniff-ng: if no libgeopip, do not link against libzDaniel Borkmann1-1/+1
2013-07-11configure, netsniff-ng: make netsniff-ng's geoip dependency optionalDaniel Borkmann1-0/+84
2013-06-04misc: cleanup header commentsDaniel Borkmann1-6/+0
2013-03-15all: import netsniff-ng 0.5.8-rc0 sourceDaniel Borkmann1-0/+29
commit06d8b7d9cf37c323aae23bfe97eabdebf0e94ce7 (patch) tree97a2c9462974c86dc112f83ecba27b248ec9d66e /drivers parent081ee14ab4452bbf7bab9b4df61519bb48a44375 (diff)
greybus: connection: fix offloaded-connection ping cport id
The host-device cport_ping callback expects the AP side cport id, but was incorrectly passed the interface cport id. Note that no host-device driver currently implements this callback, and that it is soon even to be removed. Signed-off-by: Johan Hovold <johan@hovoldconsulting.com> Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/staging/greybus/connection.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/greybus/connection.c b/drivers/staging/greybus/connection.c