You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
mac80211_hwsim: fix double-scan detection
Currently, hwsim will always detect a double scan after the first one has finished ... Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
This commit is contained in:
committed by
John W. Linville
parent
be4a4b6a5d
commit
23ff98fc21
@@ -1020,7 +1020,7 @@ static void mac80211_hwsim_sw_scan_complete(struct ieee80211_hw *hw)
|
||||
mutex_lock(&hwsim->mutex);
|
||||
|
||||
printk(KERN_DEBUG "hwsim sw_scan_complete\n");
|
||||
hwsim->scanning = true;
|
||||
hwsim->scanning = false;
|
||||
|
||||
mutex_unlock(&hwsim->mutex);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user