commit | 29b4a4f7c7b588b5568edd0da42f38623b81fc66 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Tue Apr 21 00:30:49 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed Apr 22 16:57:19 2009 -0400 |
tree | 4c607b2e053f7f5a4f4d1a10b46d949ba42b5f50 | |
parent | 0cf4c01ebe2ccf4487fe9301bab905365dca06c3 [diff] |
mac80211: fix IBSS code to not sleep while atomic With the RCU locking here we sleep while in an atomic context, since we can sleep just use mutex locking for the interface list instead of RCU. Sorry, seems I didn't get that in my UML test. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>