linux-kernel-test/drivers/net/wireless/zd1211rw
Jouni Malinen 640c65eae6 zd1211rw: Do not panic on device eject when associated
zd_op_tx() must not return an arbitrary error value since that can
leave mac80211 trying to retransmit the frame and with the extra data
pushed into the beginning of the skb on every attempt, this will end up
causing a kernel panic (skb_under_panic from skb_push call). This can
happen, e.g., when ejecting the device when associated.

Signed-off-by: Jouni Malinen <j@w1.fi>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2009-03-16 18:01:59 -04:00
..
Kconfig
Makefile
zd_chip.c
zd_chip.h
zd_def.h
zd_mac.c zd1211rw: Do not panic on device eject when associated 2009-03-16 18:01:59 -04:00
zd_mac.h
zd_rf_al2230.c
zd_rf_al7230b.c
zd_rf_rf2959.c
zd_rf_uw2453.c
zd_rf.c zd1211rw: treat MAXIM_NEW_RF(0x08) as UW2453_RF(0x09) for TP-Link WN322/422G 2009-02-11 11:27:19 -05:00
zd_rf.h
zd_usb.c zd1211rw: adding 0ace:0xa211 as a ZD1211 device 2009-02-11 11:27:19 -05:00
zd_usb.h