1. 26 11月, 2015 1 次提交
    • A
      iwlwifi: mvm: Enable MPLUT only on supported hw · e7c2e1fd
      Avri Altman 提交于
      When there's a bt-wifi contention that requires arbitration,
      we use a priority-based mechanism to decide which comm wins.
      Over time, use cases become more and more complex, with multiple
      concurrent active links with different traffic types and different QoS
      requirements, on both WiFi and BT sides.
      This, in turn, requires us to elaborate our prioritization mechanism.
      However, our legacy products included hw that does not supports this,
      so selectively enable this on specific hw - as signaled by the firmware.
      Signed-off-by: NAvri Altman <avri.altman@intel.com>
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      e7c2e1fd
  2. 18 11月, 2015 1 次提交
  3. 25 10月, 2015 2 次提交
  4. 05 10月, 2015 1 次提交
  5. 21 9月, 2015 5 次提交
  6. 28 8月, 2015 1 次提交
  7. 23 8月, 2015 1 次提交
  8. 05 8月, 2015 3 次提交
  9. 04 8月, 2015 5 次提交
  10. 03 6月, 2015 3 次提交
  11. 28 5月, 2015 2 次提交
  12. 29 4月, 2015 1 次提交
  13. 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
  14. 02 4月, 2015 4 次提交
  15. 30 3月, 2015 1 次提交
  16. 18 3月, 2015 1 次提交
  17. 12 3月, 2015 4 次提交
  18. 02 3月, 2015 3 次提交