]> bbs.cooldavid.org Git - net-next-2.6.git/commit
mac80211: Print unknown packet type in tasklet_handler
authorLarry Finger <Larry.Finger@lwfinger.net>
Wed, 17 Dec 2008 20:26:59 +0000 (14:26 -0600)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 19 Dec 2008 20:23:48 +0000 (15:23 -0500)
commit5e3f308997f53d00e8cbebdb89d4f6e347aa963a
treed3da8ee1f40a7becdd5009134932adb3bc96d845
parent6110781af080c007b2202187a8518920e03d5748
mac80211: Print unknown packet type in tasklet_handler

In stress testing p54usb, the WARN_ON() in ieee80211_tasklet_handler() was
triggered; however, there is no logging of the received value for packet
type. Adding that feature will improve the warning.

Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/mac80211/main.c