From: Jouni Malinen Date: Fri, 11 May 2012 15:22:53 +0000 (+0300) Subject: nl80211: Add more debug info on NL80211_CMD_FRAME uses X-Git-Tag: hostap_2_0~661 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2e3e4566234731574715e0d7c0f42f4e371d00ed;p=thirdparty%2Fhostap.git nl80211: Add more debug info on NL80211_CMD_FRAME uses Signed-hostap: Jouni Malinen --- diff --git a/src/drivers/driver_nl80211.c b/src/drivers/driver_nl80211.c index d7bc32cc5..15f040774 100644 --- a/src/drivers/driver_nl80211.c +++ b/src/drivers/driver_nl80211.c @@ -8005,6 +8005,9 @@ static int nl80211_send_frame_cmd(struct i802_bss *bss, if (!msg) return -1; + wpa_printf(MSG_DEBUG, "nl80211: CMD_FRAME freq=%u wait=%u no_cck=%d " + "no_ack=%d offchanok=%d", + freq, wait, no_cck, no_ack, offchanok); nl80211_cmd(drv, msg, 0, NL80211_CMD_FRAME); NLA_PUT_U32(msg, NL80211_ATTR_IFINDEX, bss->ifindex);