1. 19 10月, 2013 1 次提交
  2. 01 10月, 2013 1 次提交
    • J
      regulatory: enable channels 52-64 and 100-144 for world roaming · 131a19bc
      Johannes Berg 提交于
      If allowed in a country, these channels typically require DFS
      so mark them as such. Channel 144 is a bit special, it's coming
      into use now to allow more VHT 80 channels, but world roaming
      with passive scanning is acceptable anyway. It seems fairly
      unlikely that it'll be used as the control channel for a VHT
      AP, but it needs to be present to allow a full VHT connection
      to an AP that uses it as one of the secondary channels.
      
      Also enable VHT 160 on these channels, and also for channels
      36-48 to be able to use VHT 160 there.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      131a19bc
  3. 25 7月, 2013 1 次提交
  4. 16 7月, 2013 1 次提交
  5. 04 6月, 2013 1 次提交
  6. 25 5月, 2013 3 次提交
  7. 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
  8. 06 3月, 2013 1 次提交
  9. 15 2月, 2013 2 次提交
  10. 12 2月, 2013 1 次提交
  11. 11 1月, 2013 1 次提交
  12. 09 1月, 2013 2 次提交
  13. 03 1月, 2013 24 次提交