Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cb121bad authored by Johannes Berg's avatar Johannes Berg Committed by John W. Linville
Browse files

mac80211: add might_sleep to hw_config



Just to catch bugs when changing mac80211.

Signed-off-by: default avatarJohannes Berg <johannes@sipsolutions.net>
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent faf3994a
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -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