1. 12 3月, 2015 2 次提交
  2. 01 2月, 2015 1 次提交
  3. 22 1月, 2015 3 次提交
  4. 29 12月, 2014 2 次提交
  5. 24 11月, 2014 5 次提交
  6. 11 11月, 2014 1 次提交
  7. 29 10月, 2014 1 次提交
  8. 21 9月, 2014 1 次提交
  9. 16 9月, 2014 1 次提交
    • A
      iwlwifi: mvm: prepare for scheduler config command · 3edf8ff6
      Avri Altman 提交于
      The scheduler is a HW sub-block that directs the work of the Flow
      Handler by issuing requests for frame transfers, specifying source
      and destination. Its primary function is to allocate flows into the
      TX FIFOs based upon a pre-determined mapping.
      
      The driver has some responsibilities to the scheduler, namely
      initialising and maintaining the hardware registers. This is
      currently done by directly accessing them, which can cause races
      with the firmware also accessing the registers.
      
      To address this problem, change the driver to no longer directly
      access the registers but go through the firmware for this if the
      firmware has support for DQA and thus the new command.
      Signed-off-by: NAvri Altman <avri.altman@intel.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      3edf8ff6
  10. 14 9月, 2014 1 次提交
  11. 04 9月, 2014 5 次提交
  12. 21 7月, 2014 2 次提交
  13. 08 7月, 2014 1 次提交
  14. 25 6月, 2014 1 次提交
  15. 13 5月, 2014 1 次提交
  16. 14 4月, 2014 1 次提交
  17. 13 4月, 2014 2 次提交
    • M
      iwlwifi: mvm: Use RCU_INIT_POINTER(x, NULL) · c531c771
      Monam Agarwal 提交于
      rcu_assign_pointer() ensures that the initialization of a structure is
      carried out before storing a pointer to that structure. However, in the
      case that NULL is assigned there's no structure to initialize so using
      RCU_INIT_POINTER instead is safe and more efficient.
      Signed-off-by: NMonam Agarwal <monamagarwal123@gmail.com>
      [rewrite commit log]
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      c531c771
    • E
      iwlwifi: mvm: don't set AP STA to EINVAL · d13c8dca
      Emmanuel Grumbach 提交于
      Now that mac80211 calls pre_rcu_remove and we set the
      fw_id_to_mac_id pointer to -ENOENT before the station is
      removed, we don't need to set fw_id_to_mac_id to -EINVAL
      when the station is really removed.
      Leave fw_id_to_mac_id to be -ENOENT which will let the
      drain worker (iwl_mvm_sta_drained_wk) know that this station
      is not to be drained.
      We don't need to drain this station since it is our AP in
      managed mode and we flush all its frames synchronously
      anyway.
      
      Setting the AP station to -EINVAL could lead to confusion
      since internal stations are also reserved with -EINVAL,
      this confusion showed up in the logs as:
      
      Drained sta 0, but it is internal?
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      d13c8dca
  18. 16 3月, 2014 1 次提交
  19. 12 3月, 2014 1 次提交
  20. 07 2月, 2014 1 次提交
  21. 04 2月, 2014 2 次提交
  22. 31 1月, 2014 1 次提交
  23. 01 1月, 2014 1 次提交
  24. 18 12月, 2013 2 次提交