summaryrefslogtreecommitdiff
path: root/net/mac80211
diff options
context:
space:
mode:
authorJohannes Berg <johannes@sipsolutions.net>2008-10-14 14:38:55 (GMT)
committerJohn W. Linville <linville@tuxdriver.com>2008-10-31 23:00:22 (GMT)
commitcb121bad67a32cde37adc2729b7e18aa4fd3063e (patch)
treeec0eee59130288c806055a42679e7120b1ddbf17 /net/mac80211
parentfaf3994a9f65fd95a68bbcc03c318a427cd1e7d3 (diff)
downloadlinux-fsl-qoriq-cb121bad67a32cde37adc2729b7e18aa4fd3063e.tar.xz
mac80211: add might_sleep to hw_config
Just to catch bugs when changing mac80211. Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211')
-rw-r--r--net/mac80211/main.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/net/mac80211/main.c b/net/mac80211/main.c
index ab8a860..ffff549 100644
--- a/net/mac80211/main.c
+++ b/net/mac80211/main.c
@@ -203,6 +203,8 @@ int ieee80211_hw_config(struct ieee80211_local *local, u32 changed)
int ret = 0;
int power;
+ might_sleep();
+
if (local->sw_scanning)
chan = local->scan_channel;
else