commit | e6a8a3aaaac832f47092df93f46298251b136fc9 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Tue Dec 08 23:46:33 2015 +0100 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Jan 14 11:10:10 2016 +0100 |
tree | 81e87156ceb04fe977ea506bf58d977a2263103c | |
parent | e9db45578706e216d9bb0fb5f459b137da54be63 [diff] |
mac80211: fix remain-on-channel cancellation Ilan's previous commit 1b894521e60c ("mac80211: handle HW ROC expired properly") neglected to take into account that hw_begun was now always set in the software implementation as well as the offloaded case. Fix hw_begun to only apply to the offloaded case to make the check in Ilan's commit safe and correct. Reported-by: Jouni Malinen <j@w1.fi> Signed-off-by: Johannes Berg <johannes.berg@intel.com>