1. 30 3月, 2011 1 次提交
  2. 26 2月, 2011 2 次提交
  3. 05 2月, 2011 1 次提交
  4. 28 1月, 2011 3 次提交
  5. 20 1月, 2011 1 次提交
    • J
      mac80211: track receiver's aggregation reorder buffer size · 0b01f030
      Johannes Berg 提交于
      The aggregation code currently doesn't implement the
      buffer size negotiation. It will always request a max
      buffer size (which is fine, if a little pointless, as
      the mac80211 code doesn't know and might just use 0
      instead), but if the peer requests a smaller size it
      isn't possible to honour this request.
      
      In order to fix this, look at the buffer size in the
      addBA response frame, keep track of it and pass it to
      the driver in the ampdu_action callback when called
      with the IEEE80211_AMPDU_TX_OPERATIONAL action. That
      way the driver can limit the number of subframes in
      aggregates appropriately.
      
      Note that this doesn't fix any drivers apart from the
      addition of the new argument -- they all need to be
      updated separately to use this variable!
      Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      0b01f030
  6. 05 1月, 2011 3 次提交
  7. 03 12月, 2010 1 次提交
  8. 30 11月, 2010 2 次提交
  9. 23 11月, 2010 3 次提交
  10. 16 11月, 2010 9 次提交
  11. 09 11月, 2010 1 次提交
  12. 26 10月, 2010 3 次提交
  13. 12 10月, 2010 3 次提交
  14. 06 10月, 2010 1 次提交
    • C
      carl9170: support firmware-based rx filter · 5c895691
      Christian Lamparter 提交于
      The hardware rx-filter was essentially disabled, because
      of a serve, yet unidentifiable problem with iwlagn.
      Due to these circumstances the driver and mac80211 were
      left with the job of filtering.
      
      This is very unfortunate and has proven to be expensive
      in terms of latency, memory and load.
      
      Therefore the new 1.8.8.3 firmware introduces a flexible
      filtering infrastructure which allows the driver to
      offload some of the checks (FCS & PLCP crc check,
      RA match, control frame filter, etc...) whenever possible.
      
      Note:
      This patch also includes all changes to the
      shared headers files since the inclusion.
      Signed-off-by: NChristian Lamparter <chunkeey@googlemail.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      5c895691
  15. 29 9月, 2010 6 次提交