1. 14 1月, 2015 1 次提交
  2. 15 12月, 2014 1 次提交
  3. 20 11月, 2014 3 次提交
  4. 10 11月, 2014 2 次提交
  5. 04 11月, 2014 3 次提交
  6. 31 10月, 2014 1 次提交
  7. 22 10月, 2014 1 次提交
    • J
      mac80211: add WMM admission control support · 02219b3a
      Johannes Berg 提交于
      Use the currently existing APIs between mac80211 and the low
      level driver to implement WMM admission control.
      
      The low level driver needs to report the media time used by
      each transmitted packet in ieee80211_tx_status. Based on that
      information, mac80211 will modify the QoS parameters of the
      admission controlled Access Category when the limit is
      reached. Once the original QoS parameters can be restored,
      mac80211 will do so.
      
      One issue with this approach is that management frames will
      also erroneously be downgraded, but the upside is that the
      implementation is simple. In the future, it can be extended
      to driver- or device-based implementations that are better.
      Signed-off-by: NEmmanuel Grumbach <emmanuel.grumbach@intel.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      02219b3a
  8. 21 10月, 2014 1 次提交
  9. 20 10月, 2014 1 次提交
  10. 10 10月, 2014 1 次提交
  11. 09 10月, 2014 4 次提交
  12. 11 9月, 2014 1 次提交
  13. 05 9月, 2014 4 次提交
  14. 15 8月, 2014 1 次提交
  15. 23 7月, 2014 1 次提交
  16. 26 6月, 2014 1 次提交
  17. 23 6月, 2014 6 次提交
  18. 21 5月, 2014 1 次提交
    • A
      mac80211: export the expected throughput · cca674d4
      Antonio Quartulli 提交于
      Add get_expected_throughput() API to mac80211 so that each
      driver can implement its own version based on the RC
      algorithm they are using (might be using an HW RC algo).
      The API returns a value expressed in Kbps.
      
      Also, add the new get_expected_throughput() member
      to the rate_control_ops structure in order to be
      able to query the RC algorithm (this patch provides an
      implementation of this API for both minstrel and
      minstrel_ht).
      
      The related member in the station_info object is now
      filled accordingly when dumping a station.
      
      Cc: Felix Fietkau <nbd@openwrt.org>
      Signed-off-by: NAntonio Quartulli <antonio@open-mesh.com>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      cca674d4
  19. 19 5月, 2014 1 次提交
  20. 15 5月, 2014 4 次提交
  21. 08 5月, 2014 1 次提交