1. 19 4月, 2015 1 次提交
    • A
      iwlwifi: mvm: fix Tx Power firmware API · d44c3fe6
      Avri Altman 提交于
      The firmware doesn't relate the scan to a vif. The scan is
      run by a separate entity called auxiliary MAC (aka AUX MAC).
      This AUX MAC needs to get Tx power limitations that are
      not applied on a specific vif, but on the device as a whole.
      
      This can be implemented by using the minimum of all the
      values set by the user for all the MACs. But then we need
      to ignore the limitations that come from the AP or
      regulatory for a specific vif: a specific vif might have
      regulatory limitations because of the channel is works on.
      This limit is irrelevant for the AUX MAC.
      Use the new API from mac80211: the user_power_level in
      bss_conf to achieve this.
      
      Firmware -13.ucode has already moved to this API.
      
      Change-Id: Ifba83660f378e91b93bd46d29fe8ba35a7c168a4
      Signed-off-by: NAvri Altman <avri.altman@intel.com>
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      d44c3fe6
  2. 02 4月, 2015 6 次提交
  3. 30 3月, 2015 1 次提交
  4. 26 3月, 2015 2 次提交
  5. 18 3月, 2015 3 次提交
  6. 12 3月, 2015 6 次提交
  7. 08 3月, 2015 1 次提交
  8. 02 3月, 2015 3 次提交
  9. 01 3月, 2015 3 次提交
  10. 24 2月, 2015 2 次提交
  11. 01 2月, 2015 3 次提交
  12. 22 1月, 2015 4 次提交
  13. 12 1月, 2015 1 次提交
    • E
      iwlwifi: mvm: drop non VO frames when flushing · 4e6c48e0
      Emmanuel Grumbach 提交于
      This change has already been implemented in iwldvm:
      
      commit a260e7b3f0307878b99d57ed1406cf2d497923b8
      Author: Emmanuel Grumbach <emmanuel.grumbach@intel.com>
      Date:   Sun Oct 5 09:11:14 2014 +0300
      
          iwlwifi: dvm: drop non VO frames when flushing
      
      Since I added the flush() callback implementation in mvm,
      we got reports that the queues are stuck while roaming
      or suspending.
      This commit above helped much for iwldvm, implement the
      same behavior for iwlmvm.
      
      CC: <stable@vger.kernel.org> [3.16+]
      Fixes: c5b0e7c0 ("iwlwifi: mvm: implement mac80211's flush callback")
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      4e6c48e0
  14. 29 12月, 2014 4 次提交