kernel-fxtec-pro1x/drivers/net/wireless/zd1211rw
Johannes Berg dbabad0c9c zd1211rw: fix potential use-after-free bug
zd_mac_tx_to_dev() could potentially free the skb, or hand it off
to mac80211 which might free it. Hence, this code needs to get the
usb pointer out of skb->cb before handing it off to that function.

Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
2008-05-12 21:22:19 -04:00
..
Kconfig
Makefile
zd_chip.c zd1211rw: support for mesh interface and beaconing 2008-03-06 17:19:47 -05:00
zd_chip.h zd1211rw: support for mesh interface and beaconing 2008-03-06 17:19:47 -05:00
zd_def.h
zd_ieee80211.c
zd_ieee80211.h
zd_mac.c zd1211rw: support for mesh interface and beaconing 2008-03-06 17:19:47 -05:00
zd_mac.h zd1211rw: support for mesh interface and beaconing 2008-03-06 17:19:47 -05:00
zd_rf.c
zd_rf.h
zd_rf_al2230.c
zd_rf_al7230b.c
zd_rf_rf2959.c
zd_rf_uw2453.c
zd_usb.c zd1211rw: fix potential use-after-free bug 2008-05-12 21:22:19 -04:00
zd_usb.h