1. 03 12月, 2013 2 次提交
  2. 19 10月, 2013 2 次提交
  3. 15 10月, 2013 2 次提交
  4. 01 10月, 2013 1 次提交
    • F
      ath9k: fix powersave response handling for BA session packets · f69727fd
      Felix Fietkau 提交于
      When a packet is passed from mac80211 to the driver with the
      IEEE80211_TX_CTL_PS_RESPONSE flag set, it bypasses the normal driver
      internal queueing and goes directly to the UAPSD queue.
      
      When that happens, packets that are part of a BlockAck session still
      need to be tracked as such inside the driver, otherwise it will create
      discrepancies in the receiver BA reorder window, causing traffic stalls.
      This only happens in AP mode with powersave-enabled clients.
      
      This patch fixes the regression introduced in the commit
      "ath9k: use software queues for un-aggregated data packets"
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      f69727fd
  5. 27 9月, 2013 5 次提交
  6. 17 8月, 2013 1 次提交
  7. 16 8月, 2013 3 次提交
  8. 10 8月, 2013 11 次提交
  9. 23 7月, 2013 1 次提交
  10. 18 7月, 2013 1 次提交
  11. 25 6月, 2013 2 次提交
  12. 13 6月, 2013 3 次提交
  13. 23 5月, 2013 1 次提交
    • F
      ath9k: prevent aggregation session deadlocks · 08c96abd
      Felix Fietkau 提交于
      Waiting for all subframes of an existing aggregation session to drain
      before allowing mac80211 to start a new one is fragile and deadlocks
      caused by this behavior have been observed.
      
      Since mac80211 has proper synchronization for aggregation session
      start/stop handling, a better approach to session handling is to simply
      allow mac80211 to start a new session at any time. This requires
      changing the code to discard any packets outside of the BlockAck window
      in the A-MPDU software retry code.
      
      This patch implements the above and also simplifies the code.
      Signed-off-by: NFelix Fietkau <nbd@openwrt.org>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      08c96abd
  14. 18 5月, 2013 3 次提交
  15. 24 4月, 2013 2 次提交