1. 2504a64 ath9k: stop on rates with idx -1 in ath9k rate control's .tx_status by Pavel Roskin · 12 years ago
  2. 8149415 ath9k: use WARN_ON_ONCE in ath_rc_get_highest_rix by John W. Linville · 13 years ago
  3. d2182b6 ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO by Joe Perches · 13 years ago
  4. 5d22df2 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 13 years ago
  5. 10636bc ath9k: fix max phy rate at rate control init by Rajkumar Manoharan · 13 years ago
  6. ee40fa0 drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  7. 185d158 ath9k: Remove unnecessary AMPDU check at tx status by Rajkumar Manoharan · 13 years ago
  8. a35e278 ath9k: Change rate control to use legacy rate as last MRR by Rajkumar Manoharan · 13 years ago
  9. 32359e3 ath9k: optimize rate control statistics by Mohammed Shafi Shajakhan · 13 years ago
  10. 9dff387 ath9k: remove an unnecessary function declaration by Mohammed Shafi Shajakhan · 13 years ago
  11. f6351d4 ath9k: use standard max(), remove A_MAX macro by Pavel Roskin · 13 years ago
  12. 11ad2f5 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  13. 41e2b05 ath9k: set 40 Mhz rate only if hw is configured in ht40 by Rajkumar Manoharan · 13 years ago
  14. 31ec97d Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  15. 5b68138 ath9k: Drag the driver to the year 2011 by Sujith Manoharan · 13 years ago
  16. a70171d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  17. 0ff2b5c ath9k: Fix warnings from -Wunused-but-set-variable by Sujith Manoharan · 13 years ago
  18. cfef604 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davem by John W. Linville · 13 years ago
  19. f0bce44 ath9k: index out of bounds by roel · 13 years ago
  20. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  21. 19b9675 ath9k: Fix kernel panic caused by invalid rate index access. by Senthil Balasubramanian · 13 years ago
  22. 9ac5861 ath9k: fold struct ath_wiphy into struct ath_softc by Felix Fietkau · 14 years ago
  23. 2ae79d5 ath9k : few rate control clean ups by Mohammed Shafi Shajakhan · 14 years ago
  24. bd2ce6e mac80211: Add timeout to BA session start API by Sujith Manoharan · 14 years ago
  25. 226afe6 ath: Convert ath_print to ath_dbg by Joe Perches · 14 years ago
  26. 3800276 ath: Convert ath_print(.., ATH_DBG_FATAL to ath_err by Joe Perches · 14 years ago
  27. c8b5760 ath9k: avoid aggregation for VO traffic by Luis R. Rodriguez · 14 years ago
  28. 07b2fa5 ath9k: Use static const by Joe Perches · 14 years ago
  29. f0c255a ath9k: handle tx underrun in the driver instead of rate control by Felix Fietkau · 14 years ago
  30. 1d666d8 ath9k: remove the unnecessary private xretry tx flag by Felix Fietkau · 14 years ago
  31. 5d4c428 ath9k: Properly assign boolean types by Mohammed Shafi Shajakhan · 14 years ago
  32. 123f5b8 ath9k: Remove the median function in rate control by Mohammed Shafi Shajakhan · 14 years ago
  33. 4fc4fbd ath9k: Fix incorrect access of rate flags in RC by Mohammed Shafi Shajakhan · 14 years ago
  34. d465991 ath9k_hw: remove enum wireless_mode and its users by Felix Fietkau · 14 years ago
  35. 4e99001 ath9k: remove sc->cur_rate_table and sc->cur_rate_mode by Felix Fietkau · 14 years ago
  36. 772d551 ath9k: make rate control debugfs stats per station by Felix Fietkau · 14 years ago
  37. 7a82665 ath9k: Fix documentation in rate control by Mohammed Shafi Shajakhan · 14 years ago
  38. a8909cf ath9k: built-in rate control A-MPDU fix by Björn Smedman · 14 years ago
  39. 334b060 ath9k: move ath_tx_aggr_check() to the rate control module by Felix Fietkau · 14 years ago
  40. aaa41ec ath9k: remove unused base_index from rate table. by Senthil Balasubramanian · 14 years ago
  41. 812c7c3 ath9k: Fix incorrect user ratekbs of MCS15 ShortGI by Senthil Balasubramanian · 14 years ago
  42. 1d9d06a ath9k: Add three stream rate control support for AR938X. by Senthil Balasubramanian · 14 years ago
  43. f63b340 ath9k: Introduce bit masks for valid and valid_single_stream. by Senthil Balasubramanian · 14 years ago
  44. 3553727 ath9k/ath9k_htc: remove redundand checks for dual-stream tx support by Felix Fietkau · 14 years ago
  45. 9e55ba7 ath9k: Fix bug in rate table by Vasanthakumar Thiagarajan · 14 years ago
  46. 6473d24 ath9k: Enable Short GI in 20 Mhz for ar9287 and later chips by Vasanthakumar Thiagarajan · 14 years ago
  47. 3b51cc9 Merge branch 'master' into for-davem by John W. Linville · 14 years ago
  48. 58b5190 ath9k: set the STBC flag in rate control if the peer supports it by Felix Fietkau · 14 years ago
  49. b0a3344 ath9k: add LDPC support by Luis R. Rodriguez · 14 years ago
  50. 871039f Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  51. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  52. d969847 ath9k: fix rate control tx status handling for A-MPDU by Felix Fietkau · 14 years ago
  53. 4fa0043 mac80211: Fix HT rate control configuration by Sujith · 14 years ago
  54. 19bc291 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  55. 5c0ba62 ath9k: fix rate control fallback rate selection by Felix Fietkau · 14 years ago
  56. 10be7eb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  57. 6589651 ath9k: improve max rate retry handling by Felix Fietkau · 15 years ago
  58. 4ef58d4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 15 years ago
  59. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  60. f4709fd ath9k: Fix maximum tx fifo settings for single stream devices by Luis R. Rodriguez · 15 years ago
  61. 1fe8234 ath9k: clean up rc rate table by Felix Fietkau · 15 years ago
  62. 545750d ath9k: properly use the mac80211 rate control api by Felix Fietkau · 15 years ago
  63. c951ad3 mac80211: convert aggregation to operate on vifs/stas by Johannes Berg · 15 years ago
  64. 827e69b ath9k: get rid of tx_info_priv by Felix Fietkau · 15 years ago
  65. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  66. e55ea2b ath9k: fix misplaced semicolon on rate control by Luis R. Rodriguez · 15 years ago
  67. 9680e8a ath9k: remove driver ASSERT, just use BUG_ON() by Luis R. Rodriguez · 15 years ago
  68. c46917b atheros: add common debug printing by Luis R. Rodriguez · 15 years ago
  69. 4d6b228 ath9k: use ath_hw for DPRINTF() and debug init/exit by Luis R. Rodriguez · 15 years ago
  70. 3fc0fbf ath9k: Maintain monotonicity of PER while going across different phy by Vasanthakumar Thiagarajan · 15 years ago
  71. 42e8856 ath9k: Update rate control for 11NA HT40 mode by Vasanthakumar Thiagarajan · 15 years ago
  72. 922bac6 ath9k: Nuke struct ath_tx_ratectrl_state by Vasanthakumar Thiagarajan · 15 years ago
  73. c413046 ath9k: Use probe interval instead of rssi reduce interval by Vasanthakumar Thiagarajan · 15 years ago
  74. ddf4a2d ath9k: Remove unused members from rate control structure by Vasanthakumar Thiagarajan · 15 years ago
  75. 39a4caf ath9k: Remove dead code in rate control by Vasanthakumar Thiagarajan · 15 years ago
  76. e25739a ath9k: remove rate control wraper by Luis R. Rodriguez · 15 years ago
  77. 4c6d4f5 mac80211: add helper for management / no-ack frame rate decision by Luis R. Rodriguez · 15 years ago
  78. 7682a76 ath9k: remove unnecessary IEEE80211_TX_CTL_NO_ACK checks by Luis R. Rodriguez · 15 years ago
  79. 201c3b4 ath9k: rename ath_rc_ratefind_ht() to ath_rc_get_highest_rix() by Luis R. Rodriguez · 15 years ago
  80. dfe80a3 ath9k: remove ATH9K_MODE_11B by Luis R. Rodriguez · 15 years ago
  81. 4e6df85 ath9k: remove unused ath_rc_isvalid_txmask() by Luis R. Rodriguez · 15 years ago
  82. 39448b0 ath9k: rename ath_rc_get_nextlowervalid_txrate() by Luis R. Rodriguez · 15 years ago
  83. 20f5721 ath9k: remove pointless wrapper ath_rc_rate_getidx() by Luis R. Rodriguez · 15 years ago
  84. 7466c52 ath9k: remove unused stepdown when looking for the next rate by Luis R. Rodriguez · 15 years ago
  85. 984d021 ath9k: remove unused min rate calculation code by Luis R. Rodriguez · 15 years ago
  86. dd19018 ath9k: cleanup try count for MRR in rate control by Luis R. Rodriguez · 15 years ago
  87. e43419f ath9k: downgrade assert in rc.c for invalid rate by Luis R. Rodriguez · 15 years ago
  88. 4f0fc7c ath9k: make private driver rate tables const by Luis R. Rodriguez · 15 years ago
  89. 97d3f45 ath9k: Fix handling of retry count of NO_ACK frames by Gábor Stefanik · 15 years ago
  90. d3feaf5 wireless: remove some (bogus?) 'may be used uninitialized' warnings by John W. Linville · 15 years ago
  91. 203c480 atheros: put atheros wireless drivers into ath/ by Luis R. Rodriguez · 15 years ago[Renamed from drivers/net/wireless/ath9k/rc.c]
  92. f5c38ef ath9k: Fix bug in determining HT40 mode by Sujith · 15 years ago
  93. c6483cf ath9k: Determine number of streams from HT capabilities by Sujith · 15 years ago
  94. 9cb5412 Add mesh point functionality to ath9k by Pat Erley · 15 years ago
  95. cee075a ath9k: Update copyright in all the files by Sujith · 15 years ago
  96. c2da50e ath9k: Fix bug in handling single stream stations by Sujith · 15 years ago
  97. 14587ce ath9k: Set IEEE80211_TX_CTL_RATE_CTRL_PROBE in rate control for probe rate by Vasanthakumar Thiagarajan · 15 years ago
  98. bce048d ath9k: Add data structure for supporting virtual radio/wiphy operation by Jouni Malinen · 15 years ago
  99. 9331ec8 ath9k: Fill in rate_update mac80211 callback by Sujith · 15 years ago
  100. fa09632 ath9k: Remove ununsed ack duration stuff with long/short preamble by Vasanthakumar Thiagarajan · 15 years ago