commit | 4797c7ba93e4049cdda18045c01bbe563aafff69 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Jul 26 14:31:19 2012 +0200 |
committer | Johannes Berg <johannes.berg@intel.com> | Mon Aug 20 14:13:43 2012 +0200 |
tree | 405d1a9c9571f0435eec8b67e3bc7deb72f68a68 | |
parent | 3d01be72e6fe372a0602221090707a1f04c44646 [diff] |
mac80211: use RX status band instead of current band Even for single-channel devices it is possible that we switch the channel temporarily (e.g. for scanning) but while doing so process a received frame that was still received on the old channel, so checking the current band is racy. Use the band from status instead. Signed-off-by: Johannes Berg <johannes.berg@intel.com>