]> git.ipfire.org Git - thirdparty/iw.git/commit - iw.c
Add send callbacks with optional debug handler
authorSean Robinson <seankrobinson@gmail.com>
Thu, 17 Mar 2011 14:58:41 +0000 (07:58 -0700)
committerJohannes Berg <johannes.berg@intel.com>
Thu, 17 Mar 2011 19:49:42 +0000 (20:49 +0100)
commit5cb60f91207ccebe6f0b20929179c630fda0cbde
treeb2b6871db502f61cc157c629fc10d361d6380988
parentcc12e895302aa7dc82229f12b21e61c52fba80f6
Add send callbacks with optional debug handler

libnl supports callbacks for send and recv.  This patch enables callbacks
for sent messages and uses the debug callback for the --debug option, as
the recv callbacks do.

Signed-off-by: Sean Robinson <seankrobinson@gmail.com>
iw.c