1. 16 7月, 2013 3 次提交
  2. 18 6月, 2013 3 次提交
  3. 13 6月, 2013 1 次提交
  4. 12 6月, 2013 1 次提交
  5. 05 6月, 2013 1 次提交
  6. 25 5月, 2013 2 次提交
  7. 17 5月, 2013 1 次提交
  8. 22 4月, 2013 1 次提交
    • F
      mac80211: improve the rate control API · 0d528d85
      Felix Fietkau 提交于
      Allow rate control modules to pass a rate selection table to mac80211
      and the driver. This allows drivers to fetch the most recent rate
      selection from the sta pointer for already buffered frames. This allows
      rate control to respond faster to sudden link changes and it is also a
      step towards adding minstrel_ht support to drivers like iwlwifi.
      
      When a driver sets IEEE80211_HW_SUPPORTS_RC_TABLE, mac80211 will not
      fill info->control.rates with rates from the rate table (to preserve
      explicit overrides by the rate control module). The driver then
      explicitly calls ieee80211_get_tx_rates to merge overrides from
      info->control.rates with defaults from the sta rate table.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      0d528d85
  9. 17 4月, 2013 1 次提交
  10. 16 4月, 2013 4 次提交
  11. 08 4月, 2013 7 次提交
  12. 26 3月, 2013 1 次提交
  13. 25 3月, 2013 3 次提交
  14. 22 3月, 2013 1 次提交
  15. 19 3月, 2013 3 次提交
  16. 07 3月, 2013 1 次提交
    • J
      mac80211: provide ieee80211_sta_eosp() · e943789e
      Johannes Berg 提交于
      The irqsafe version ieee80211_sta_eosp_irqsafe() exists, but
      drivers must not mix calls to any irqsafe/non-irqsafe function.
      Both ath9k and iwlwifi, the likely first users of this interface,
      use non-irqsafe RX/TX/TX status so must also use a non-irqsafe
      version of this function. Since no driver uses the _irqsafe()
      version, remove that.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      e943789e
  17. 06 3月, 2013 6 次提交