commit | edbfdcceb41c0cbfc1dd2cd28af2272190be47ad | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes@sipsolutions.net> | Sun Oct 11 12:19:21 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Mon Oct 12 15:55:53 2009 -0400 |
tree | c0f27caf647a927e855b4b37266930bcc68f4c22 | |
parent | 51f98f1313d2fc4b1d3a3e1f4db7cf4925b29df6 [diff] |
b43: fix ieee80211_rx() context Due to the way it interacts with the networking stack and other parts of mac80211, ieee80211_rx() must be called with disabled softirqs. [1] http://thread.gmane.org/gmane.linux.kernel.wireless.general/39440/focus=40266 Reported-by: Dave Young <hidave.darkstar@gmail.com> Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>