1. 06 3月, 2013 5 次提交
  2. 15 2月, 2013 2 次提交
    • J
      mac80211: stop modifying HT SMPS capability · af0ed69b
      Johannes Berg 提交于
      Instead of modifying the HT SMPS capability field
      for stations, track the SMPS mode explicitly in a
      new field in the station struct and use it in the
      drivers that care about it. This simplifies the
      code using it.
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      af0ed69b
    • J
      mac80211: stop toggling IEEE80211_HT_CAP_SUP_WIDTH_20_40 · e1a0c6b3
      Johannes Berg 提交于
      For VHT, many more bandwidth changes are possible. As a first
      step, stop toggling the IEEE80211_HT_CAP_SUP_WIDTH_20_40 flag
      in the HT capabilities and instead introduce a bandwidth field
      indicating the currently usable bandwidth to transmit to the
      station. Of course, make all drivers use it.
      
      To achieve this, make ieee80211_ht_cap_ie_to_sta_ht_cap() get
      the station as an argument, rather than the new capabilities,
      so it can set up the new bandwidth field.
      
      If the station is a VHT station and VHT bandwidth is in use,
      also set the bandwidth accordingly.
      
      Doing this allows us to get rid of the supports_40mhz flag as
      the HT capabilities now reflect the true capability instead of
      the current setting.
      
      While at it, also fix ieee80211_ht_cap_ie_to_sta_ht_cap() to not
      ignore HT cap overrides when MCS TX isn't supported (not that it
      really happens...)
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      e1a0c6b3
  3. 13 2月, 2013 1 次提交
  4. 12 2月, 2013 1 次提交
  5. 30 11月, 2012 1 次提交
  6. 12 7月, 2012 1 次提交
  7. 10 7月, 2012 1 次提交
  8. 14 4月, 2012 1 次提交
  9. 11 4月, 2012 1 次提交
  10. 16 3月, 2012 1 次提交
  11. 13 3月, 2012 1 次提交
  12. 18 11月, 2011 3 次提交
  13. 01 10月, 2011 1 次提交
  14. 15 9月, 2011 1 次提交
  15. 10 8月, 2011 1 次提交
  16. 02 6月, 2011 1 次提交
  17. 13 5月, 2011 1 次提交
  18. 31 3月, 2011 1 次提交
  19. 29 3月, 2011 1 次提交
  20. 15 3月, 2011 1 次提交
  21. 10 3月, 2011 1 次提交
  22. 05 3月, 2011 1 次提交
  23. 16 12月, 2010 1 次提交
  24. 25 11月, 2010 1 次提交
  25. 16 11月, 2010 1 次提交
  26. 12 10月, 2010 1 次提交
    • B
      mac80211: minstrel_ht A-MPDU fix · 15d46f38
      Björn Smedman 提交于
      This patch fixes two problems with the minstrel_ht rate control
      algorithms handling of A-MPDU frames:
      
      1. The ampdu_len field of the tx status is not always initialized for
      non-HT frames (and it would probably be unreasonable to require all
      drivers to do so). This could cause rate control statistics to be
      corrupted. We now trust the ampdu_len and ampdu_ack_len fields only when
      the frame is marked with the IEEE80211_TX_STAT_AMPDU flag.
      
      2. Successful transmission attempts where only recognized when the A-MPDU
      subframe carrying the rate control status information was marked with the
      IEEE80211_TX_STAT_ACK flag. If this information happed to be carried on a
      frame that failed to be ACKed then the other subframes (which may have
      succeeded) where not correctly registered. We now update rate control
      statistics regardless of whether the subframe carrying the information was
      ACKed or not.
      
      Cc: <stable@kernel.org>
      Signed-off-by: NBjörn Smedman <bjorn.smedman@venatech.se>
      Acked-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      15d46f38
  27. 27 7月, 2010 2 次提交
  28. 03 7月, 2010 2 次提交
  29. 25 6月, 2010 1 次提交
  30. 15 6月, 2010 1 次提交
  31. 03 6月, 2010 1 次提交