]> Pileus Git - ~andy/linux/commit
nl80211: Avoid AP mode BUG_ON hang with invalid lock assert
authorJouni Malinen <jouni.malinen@atheros.com>
Tue, 24 Feb 2009 14:49:58 +0000 (16:49 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 27 Feb 2009 19:53:04 +0000 (14:53 -0500)
commit0bfbce18b9c11201ebf1cfbc0deeab7bdbfe32a5
tree71e4bbfbf415dd5f5131a69fc8cd9ad2a0bd3edc
parent222d0b33b3778a8fa156f3fca284d0a71f8e966b
nl80211: Avoid AP mode BUG_ON hang with invalid lock assert

"cfg80211: add assert_cfg80211_lock() to ensure proper protection"
added assert_cfg80211_lock() calls into various places. At least
one of them, nl80211_send_wiphy(), should not have been there. That
triggers the BUG_ON in assert_cfg80211_lock() and pretty much kills
the kernel whenever someone runs hostapd.. Remove that call and make
assert_cfg80211_lock() use WARN_ON instead of BUG_ON to be a bit more
friendly to users.

Signed-off-by: Jouni Malinen <jouni.malinen@atheros.com>
Acked-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
net/wireless/core.h
net/wireless/nl80211.c