1. 18 5月, 2013 1 次提交
  2. 24 4月, 2013 2 次提交
  3. 11 4月, 2013 2 次提交
  4. 12 2月, 2013 1 次提交
  5. 23 1月, 2013 2 次提交
  6. 08 1月, 2013 1 次提交
  7. 01 12月, 2012 2 次提交
  8. 22 11月, 2012 2 次提交
  9. 31 10月, 2012 1 次提交
  10. 30 10月, 2012 1 次提交
  11. 06 10月, 2012 1 次提交
  12. 29 9月, 2012 1 次提交
  13. 08 9月, 2012 1 次提交
    • S
      ath9k: Fix TX filter usage · adfbda62
      Sujith Manoharan 提交于
      The TX filter bit for a station would be set by the HW
      when a frame is not acked. A frame would be completed with
      ATH9K_TXERR_FILT status only when the corresponding filter bit
      for the destination station is already set.
      
      Currently, un-acknowledged  packets are added to the pending queue
      and retried, but the "clear_dest_mask" bit in the descriptor is
      set only when the TX status has been ATH9K_TXERR_FILT. This results
      in packet loss and the log shows:
      
      wlan0: dropped TX filtered frame, queue_len=0 PS=0 @4309746071
      wlan0: dropped TX filtered frame, queue_len=0 PS=0 @4309746076
      wlan0: dropped TX filtered frame, queue_len=0 PS=0 @4309746377
      ...
      ...
      
      This issue can be resolved by making sure that the destination
      mask is cleared when the packet is being retried and the earlier
      TX status is ATH9K_TXERR_XRETRY.
      Signed-off-by: NSujith Manoharan <c_manoha@qca.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      adfbda62
  14. 06 9月, 2012 1 次提交
  15. 31 7月, 2012 1 次提交
  16. 18 7月, 2012 4 次提交
  17. 27 6月, 2012 1 次提交
  18. 20 6月, 2012 2 次提交
  19. 07 6月, 2012 3 次提交
  20. 30 5月, 2012 1 次提交
  21. 18 4月, 2012 1 次提交
  22. 16 3月, 2012 4 次提交
  23. 06 3月, 2012 1 次提交
  24. 28 2月, 2012 1 次提交
  25. 05 1月, 2012 1 次提交
    • L
      ath9k: fix tx queue sparse complaint · 1512a486
      Luis R. Rodriguez 提交于
      This fixes this rant from sparse:
      
        CHECK   drivers/net/wireless/ath/ath9k/xmit.c
      drivers/net/wireless/ath/ath9k/xmit.c:107:13: warning: context imbalance in 'ath_txq_lock' - wrong count at exit
      drivers/net/wireless/ath/ath9k/xmit.c:112:13: warning: context imbalance in 'ath_txq_unlock' - unexpected unlock
      drivers/net/wireless/ath/ath9k/xmit.c:123:30: warning: context imbalance in 'ath_txq_unlock_complete' - unexpected unlock
        CC [M]  drivers/net/wireless/ath/ath9k/xmit.
      Signed-off-by: NLuis R. Rodriguez <mcgrof@qca.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      1512a486
  26. 20 12月, 2011 1 次提交