1. 05 8月, 2015 11 次提交
  2. 04 8月, 2015 17 次提交
  3. 28 7月, 2015 1 次提交
    • A
      iwlwifi: mvm: Fix regular scan priority · dc9f69b9
      Avraham Stern 提交于
      The code checks the total number of iterations to differentiate
      between regular scan and scheduled scan. However, regular scan has
      a total of one iteration, not zero. As a result, regular scan will
      have lower priority than it should have, and in case scheduled
      scan is already running when regular scan is requested, regular scan
      will be delayed until scheduled scan is aborted.
      Fix that by checking for total iterations number of one as an
      identifier for regular scan.
      
      Fixes: 133c8259 ("iwlwifi: mvm: rename generic_scan_cmd functions to dwell")
      Signed-off-by: NAvraham Stern <avraham.stern@intel.com>
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      dc9f69b9
  4. 13 7月, 2015 2 次提交
  5. 26 6月, 2015 5 次提交
  6. 10 6月, 2015 1 次提交
    • J
      mac80211: convert HW flags to unsigned long bitmap · 30686bf7
      Johannes Berg 提交于
      As we're running out of hardware capability flags pretty quickly,
      convert them to use the regular test_bit() style unsigned long
      bitmaps.
      
      This introduces a number of helper functions/macros to set and to
      test the bits, along with new debugfs code.
      
      The occurrences of an explicit __clear_bit() are intentional, the
      drivers were never supposed to change their supported bits on the
      fly. We should investigate changing this to be a per-frame flag.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      30686bf7
  7. 03 6月, 2015 3 次提交