1. 3fc0fbf ath9k: Maintain monotonicity of PER while going across different phy by Vasanthakumar Thiagarajan · 15 years ago
  2. 42e8856 ath9k: Update rate control for 11NA HT40 mode by Vasanthakumar Thiagarajan · 15 years ago
  3. 922bac6 ath9k: Nuke struct ath_tx_ratectrl_state by Vasanthakumar Thiagarajan · 15 years ago
  4. c413046 ath9k: Use probe interval instead of rssi reduce interval by Vasanthakumar Thiagarajan · 15 years ago
  5. ddf4a2d ath9k: Remove unused members from rate control structure by Vasanthakumar Thiagarajan · 15 years ago
  6. 39a4caf ath9k: Remove dead code in rate control by Vasanthakumar Thiagarajan · 15 years ago
  7. e25739a ath9k: remove rate control wraper by Luis R. Rodriguez · 15 years ago
  8. 4c6d4f5 mac80211: add helper for management / no-ack frame rate decision by Luis R. Rodriguez · 15 years ago
  9. 7682a76 ath9k: remove unnecessary IEEE80211_TX_CTL_NO_ACK checks by Luis R. Rodriguez · 15 years ago
  10. 201c3b4 ath9k: rename ath_rc_ratefind_ht() to ath_rc_get_highest_rix() by Luis R. Rodriguez · 15 years ago
  11. dfe80a3 ath9k: remove ATH9K_MODE_11B by Luis R. Rodriguez · 15 years ago
  12. 4e6df85 ath9k: remove unused ath_rc_isvalid_txmask() by Luis R. Rodriguez · 15 years ago
  13. 39448b0 ath9k: rename ath_rc_get_nextlowervalid_txrate() by Luis R. Rodriguez · 15 years ago
  14. 20f5721 ath9k: remove pointless wrapper ath_rc_rate_getidx() by Luis R. Rodriguez · 15 years ago
  15. 7466c524 ath9k: remove unused stepdown when looking for the next rate by Luis R. Rodriguez · 15 years ago
  16. 984d021 ath9k: remove unused min rate calculation code by Luis R. Rodriguez · 15 years ago
  17. dd19018 ath9k: cleanup try count for MRR in rate control by Luis R. Rodriguez · 15 years ago
  18. e43419f ath9k: downgrade assert in rc.c for invalid rate by Luis R. Rodriguez · 15 years ago
  19. 4f0fc7c ath9k: make private driver rate tables const by Luis R. Rodriguez · 15 years ago
  20. 97d3f45 ath9k: Fix handling of retry count of NO_ACK frames by Gábor Stefanik · 15 years ago
  21. d3feaf5 wireless: remove some (bogus?) 'may be used uninitialized' warnings by John W. Linville · 15 years ago
  22. 203c480 atheros: put atheros wireless drivers into ath/ by Luis R. Rodriguez · 15 years ago[Renamed from drivers/net/wireless/ath9k/rc.c]
  23. f5c38ef ath9k: Fix bug in determining HT40 mode by Sujith · 15 years ago
  24. c6483cf ath9k: Determine number of streams from HT capabilities by Sujith · 15 years ago
  25. 9cb5412 Add mesh point functionality to ath9k by Pat Erley · 15 years ago
  26. cee075a ath9k: Update copyright in all the files by Sujith · 15 years ago
  27. c2da50e ath9k: Fix bug in handling single stream stations by Sujith · 15 years ago
  28. 14587ce ath9k: Set IEEE80211_TX_CTL_RATE_CTRL_PROBE in rate control for probe rate by Vasanthakumar Thiagarajan · 15 years ago
  29. bce048d ath9k: Add data structure for supporting virtual radio/wiphy operation by Jouni Malinen · 15 years ago
  30. 9331ec8 ath9k: Fill in rate_update mac80211 callback by Sujith · 15 years ago
  31. fa09632 ath9k: Remove ununsed ack duration stuff with long/short preamble by Vasanthakumar Thiagarajan · 15 years ago
  32. 9e71279 ath9k: Add PER to RC debug statistics by Sujith · 15 years ago
  33. d5c232f ath9k: Fix PTK/GTK handshake timeout by Vasanthakumar Thiagarajan · 15 years ago
  34. 8bd1d07 ath9k: Add open loop control support by Senthil Balasubramanian · 15 years ago
  35. 2660b81 ath9k: Remove all the useless ah_ variable prefixes by Sujith · 15 years ago
  36. 394cf0a ath9k: Header file cleanup by Sujith · 15 years ago
  37. 029bc43 ath9k: Add retry counters to rate control debug file by Sujith · 15 years ago
  38. 7a7dec6 ath9k: Add debugfs files for printing TX rate details by Sujith · 15 years ago
  39. c89424d ath9k: Handle mac80211's RC flags for MCS rates by Sujith · 15 years ago
  40. 3900898 ath9k: Cleanup get_rate() interface by Sujith · 15 years ago
  41. d22b002 ath9k: Fix lockdep warning by Sujith · 15 years ago
  42. 3c45726 ath9k: Handle chainmask for A9280 by Sujith · 15 years ago
  43. f8206e0 ath9k: Fix bug in rate control capability registration by Sujith · 16 years ago
  44. e832435 ath9k: Reorganize code in xmit.c by Sujith · 16 years ago
  45. dd00639 ath9k: Update short guard interval in rate control by Sujith · 16 years ago
  46. 6642fe6 ath9k: rateCodeToIndex is not used, remove it by Sujith · 16 years ago
  47. ecf7044 ath9k: make use of conf_is_ht*() in the rest of the driver by Luis R. Rodriguez · 16 years ago
  48. b657ead ath9k: Fix an operator typo in phy rate validation by Jouni Malinen · 16 years ago
  49. f66000f ath9k: Fix a NULL pointer dereference in ath_rate_get by Jouni Malinen · 16 years ago
  50. 3706de6 ath9k: Maintain rate table choice after association by Sujith · 16 years ago
  51. 40990ec ath9k: Fix bug in rate table management by Sujith · 16 years ago
  52. d97809d ath9k: Replace ath9k_opmode with nl80211_iftype by Colin McCabe · 16 years ago
  53. 04bd463 ath9k: Use cleaner debug masks by Sujith · 16 years ago
  54. e11602b ath9k: Handle channel initialization for AP mode by Sujith · 16 years ago
  55. ff37e33 ath9k: Code scrub by Sujith · 16 years ago
  56. 7ac4701 ath9k: Dont update rate control for every AMPDU by Vasanthakumar Thiagarajan · 16 years ago
  57. 2c5a744 ath9k: Use helpers by Sujith · 16 years ago
  58. 46d14a5 ath9k: General code scrub by Sujith · 16 years ago
  59. e63835b ath9k: Remove ath9k_rate_table by Sujith · 16 years ago
  60. a8efee4 ath9k: Use rate_driver_data by Sujith · 16 years ago
  61. fe7f4a7 ath9k: Remove ath_rate_softc by Sujith · 16 years ago
  62. 5ddfac3 ath9k: Remove rate control reference in VAP by Sujith · 16 years ago
  63. 2b406f1 ath9k: Nuke fixed rate handling in driver by Sujith · 16 years ago
  64. 46494e6 ath9k: Remove half/quarter rate tables by Sujith · 16 years ago
  65. 4df8ec6 ath9k: Remove ath_rate_newassoc() by Sujith · 16 years ago
  66. 7b4d273 ath9k: Remove ath_setup_rates by Sujith · 16 years ago
  67. fe60594 ath9k: Simplify RC alloc/free functions by Sujith · 16 years ago
  68. 256b775 ath9k: Merge struct ath_tx_ratectrl with ath_rate_node by Sujith · 16 years ago
  69. 87c1687 drivers/net/wireless/ath9k/rc.c: use ARRAY_SIZE by Julia Lawall · 16 years ago
  70. ccc75c5 ath9k: Remove ath_tx_aggr_resp() by Sujith · 16 years ago
  71. 5640b08 ath9k: Revamp VAP management by Sujith · 16 years ago
  72. a37c2c7 ath9k: Use bitfields to store tid's state in a single variable by Sujith · 16 years ago
  73. 102e057 ath9k: Ensure ath_node is not NULL when updating tx chainmask by Sujith · 16 years ago
  74. b5aa9bf ath9k: Node cleanup by Sujith · 16 years ago
  75. a4510bf ath9k: Check if the STA supports HT when initializing rate control by Sujith · 16 years ago
  76. 50fb2e4 mac80211: remove rate_control_clear by Johannes Berg · 16 years ago
  77. e6a9854 mac80211/drivers: rewrite the rate control API by Johannes Berg · 16 years ago
  78. ae5eb02 mac80211: rewrite HT handling by Johannes Berg · 16 years ago
  79. d9fe60d 802.11: clean up/fix HT support by Johannes Berg · 16 years ago
  80. e174961 net: convert print_mac to %pM by Johannes Berg · 16 years ago
  81. 4b7679a mac80211: clean up rate control API by Johannes Berg · 16 years ago
  82. ae17e98 mac80211: move txrate_idx into RC algorithms by Johannes Berg · 16 years ago
  83. 323ce79 mac80211: share sta->supp_rates by Johannes Berg · 16 years ago
  84. 5701ed8 ath9k: rc.h cleanup by Sujith · 16 years ago
  85. dc2222a ath9k: Random cleanup by Sujith · 16 years ago
  86. 7c56d24 ath9k: Use ah_curchan and remove sc_curchan which is redundant by Sujith · 16 years ago
  87. 672840a ath9k: Use bitfields for sc operations by Sujith · 16 years ago
  88. 86b89ee ath9k: Revamp wireless mode usage by Sujith · 16 years ago
  89. 60b67f5 ath9k: Cleanup data structures related to HW capabilities by Sujith · 16 years ago
  90. f078f20 ath9k: Add new Atheros IEEE 802.11n driver by Luis R. Rodriguez · 16 years ago