1. 16 7月, 2013 1 次提交
  2. 04 6月, 2013 1 次提交
  3. 25 5月, 2013 3 次提交
  4. 16 4月, 2013 1 次提交
    • J
      wireless: regulatory: fix channel disabling race condition · 990de49f
      Johannes Berg 提交于
      When a full scan 2.4 and 5 GHz scan is scheduled, but then the 2.4 GHz
      part of the scan disables a 5.2 GHz channel due to, e.g. receiving
      country or frequency information, that 5.2 GHz channel might already
      be in the list of channels to scan next. Then, when the driver checks
      if it should do a passive scan, that will return false and attempt an
      active scan. This is not only wrong but can also lead to the iwlwifi
      device firmware crashing since it checks regulatory as well.
      
      Fix this by not setting the channel flags to just disabled but rather
      OR'ing in the disabled flag. That way, even if the race happens, the
      channel will be scanned passively which is still (mostly) correct.
      
      Cc: stable@vger.kernel.org
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      990de49f
  5. 06 3月, 2013 1 次提交
  6. 15 2月, 2013 2 次提交
  7. 12 2月, 2013 1 次提交
  8. 11 1月, 2013 1 次提交
  9. 09 1月, 2013 2 次提交
  10. 03 1月, 2013 26 次提交
  11. 22 12月, 2012 1 次提交