1. 10 9月, 2014 2 次提交
  2. 29 8月, 2014 7 次提交
  3. 02 7月, 2014 1 次提交
  4. 20 6月, 2014 11 次提交
  5. 30 5月, 2014 1 次提交
  6. 08 5月, 2014 1 次提交
  7. 07 5月, 2014 1 次提交
  8. 25 4月, 2014 1 次提交
  9. 23 4月, 2014 2 次提交
  10. 10 4月, 2014 1 次提交
  11. 01 3月, 2014 3 次提交
  12. 25 2月, 2014 1 次提交
  13. 13 2月, 2014 2 次提交
    • S
      ath9k: Remove ath9k rate control · 9e495a26
      Sujith Manoharan 提交于
      There is no benefit in retaining the legacy rate control module
      in the driver codebase.
      
      It is known to be buggy and has less than optimal performance
      in real-world environments compared with minstrel. The only
      reason that it was kept when we made the switch to minstrel
      as default was that it showed higher throughput numbers in a
      clean/ideal environment.
      
      This is no longer the case and minstrel can push ath9k to
      the same throughput levels. In TCP, with 3-stream cards, more than
      295 Mbps can be obtained in open air, with 2-stream cards,
      210 Mbps is easily reached. To test performance issues,
      instead of using a broken rate control module, it is better
      to use the fixed-rate interface provided by mac80211 anyway.
      
      The ath9k RC has not received any bug fixes in years and is
      just bit-rotting away - this patch removes it.
      Signed-off-by: NSujith Manoharan <c_manoha@qca.qualcomm.com>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      9e495a26
    • O
      ath9k: move ath9k_process_rssi to common.c · 32efb0cc
      Oleksij Rempel 提交于
      we can reuse this fucntion on ath9k_htc.
      Now we will need to use common version last_rssi, so switch
      it too.
      Signed-off-by: NOleksij Rempel <linux@rempel-privat.de>
      Signed-off-by: NJohn W. Linville <linville@tuxdriver.com>
      32efb0cc
  14. 05 2月, 2014 1 次提交
  15. 08 1月, 2014 1 次提交
  16. 04 1月, 2014 1 次提交
  17. 19 12月, 2013 3 次提交