Searched hist:d048e503a2b01e771ee87921c24d89d7ec3f0c2f (Results 1 – 1 of 1) sorted by relevance
/linux/net/mac80211/ |
H A D | scan.c | diff d048e503a2b01e771ee87921c24d89d7ec3f0c2f Sat Oct 11 02:29:55 CEST 2008 Jouni Malinen <j@w1.fi> mac80211: Fix scan RX processing oops
ieee80211_bss_info_update() can return NULL. Verify that this is not the case before calling ieee802111_rx_bss_put() which would trigger an oops in interrupt context in atomic_dec_and_lock().
Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com> Acked-by: Johannes Berg <johannes@sipsolutions.net> Acked-by: Benoit Papillault <benoit.papillault@free.fr> Signed-off-by: John W. Linville <linville@tuxdriver.com>
|