commit | d91c01c757bd9659ac10549504586fae610265a4 | [log] [tgz] |
---|---|---|
author | Jouni Malinen <j@w1.fi> | Sat Apr 18 21:53:15 2009 +0300 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Apr 20 16:36:26 2009 -0400 |
tree | 17bfe2494a8798f4902892ac1854f301306e5d5f | |
parent | e10a9dfc35ae6bd62bbb83df08297ea06b54d9ce [diff] |
nl80211: Make nl80211_send_mlme_event() atomic One of the code paths sending deauth/disassoc events ends up calling this function with rcu_read_lock held, so we must use GFP_ATOMIC in allocation routines. Reported-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: Jouni Malinen <j@w1.fi> Signed-off-by: John W. Linville <linville@tuxdriver.com>