1. 4801416 ath9k: Fix up hardware mode and beacons with multiple vifs. by Ben Greear · 14 years ago
  2. 3e6109c ath9k: qualify global modparam_nohwcrypt variable by John W. Linville · 14 years ago
  3. db7ec38 ath9k: Reset keycache on resume by Mohammed Shafi Shajakhan · 14 years ago
  4. d584747 ath9k: Fix warnings on card removal by Rajkumar Manoharan · 14 years ago
  5. d4d5dc3 ath9k: do not limit the chainmask to 1 for legacy mode by Felix Fietkau · 14 years ago
  6. 4b3ba66 ath9k: fix queue depth check for forming new aggregates by Felix Fietkau · 14 years ago
  7. 4dc3530 ath9k: Make PM-QOS value as user configurable by Mohammed Shafi Shajakhan · 14 years ago
  8. 393934c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  9. 080e1a2 ath9k: fix a DMA related race condition on reset by Felix Fietkau · 14 years ago
  10. 09f921f Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  11. ea066d5 ath9k: Add support for Adaptive Power Management by Mohammed Shafi Shajakhan · 14 years ago
  12. 98c316e ath9k: use per-device struct for pm_qos_* operations by Gabor Juhos · 14 years ago
  13. d7a066c9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  14. 2d42efc ath9k: store frame information used by aggregation inside the skb tx info by Felix Fietkau · 14 years ago
  15. 04caf86 ath9k: more tx setup cleanups by Felix Fietkau · 14 years ago
  16. 28d1670 ath9k: clean up code duplication around ath_tx_start by Felix Fietkau · 14 years ago
  17. c599261 ath9k: remove bf_tx_aborted from struct ath_buf by Felix Fietkau · 14 years ago
  18. 76e4522 ath9k: remove bfs_frmlen from struct ath_buf_state by Felix Fietkau · 14 years ago
  19. b572d03 ath9k: remove bfs_nframes from struct ath_buf_state by Felix Fietkau · 14 years ago
  20. 269c44b ath9k: remove bfs_al from struct ath_buf_state by Felix Fietkau · 14 years ago
  21. 3017047 ath9k: remove bfs_keyix from struct ath_buf_state by Felix Fietkau · 14 years ago
  22. 82259b7 ath9k: remove bfs_paprd_timestamp from struct ath_buf_state by Felix Fietkau · 14 years ago
  23. 952cd69 ath9k: remove bfs_keytype from struct ath_buf_state by Felix Fietkau · 14 years ago
  24. 5daefbd ath9k: remove bfs_tidno from struct ath_buf_state by Felix Fietkau · 14 years ago
  25. 2d3bcba ath9k: remove bfs_seqno from struct ath_buf_state by Felix Fietkau · 14 years ago
  26. 61117f01 ath9k: remove the tx info padding byte abuse by Felix Fietkau · 14 years ago
  27. 39ec299 ath9k: Fix bug in delimiter padding computation by Vasanthakumar Thiagarajan · 14 years ago
  28. 066dae9 ath9k: rework tx queue selection and fix queue stopping/waking by Felix Fietkau · 14 years ago
  29. 4bdd1e9 ath9k: move the PCU lock to the sc structure by Luis R. Rodriguez · 14 years ago
  30. 9d94674 ath9k: simplify hw reset locking by Luis R. Rodriguez · 14 years ago
  31. 9fa23e1 ath9k: optimize/fix ANI RSSI processing by Felix Fietkau · 14 years ago
  32. 10598c1 ath9k: Fix a DMA latency issue for Intel Pinetrail platforms. by Vivek Natarajan · 14 years ago
  33. b79b33c ath9k: rename rxflushlock to pcu_lock by Luis R. Rodriguez · 14 years ago
  34. c1739eb3 ath9k: Remove bf_dmacontext. by Ben Greear · 14 years ago
  35. 4e99001 ath9k: remove sc->cur_rate_table and sc->cur_rate_mode by Felix Fietkau · 14 years ago
  36. 3430098 ath9k: implement channel utilization stats for survey by Felix Fietkau · 14 years ago
  37. fbab739 ath9k: remove unnecessary power save flags. by Senthil Balasubramanian · 14 years ago
  38. 334b060 ath9k: move ath_tx_aggr_check() to the rate control module by Felix Fietkau · 14 years ago
  39. 231c3a1 ath9k: fix an aggregation start related race condition by Felix Fietkau · 14 years ago
  40. 81ee13b ath9k: clean up block ack window handling by Felix Fietkau · 14 years ago
  41. 48a6a46 ath9k: fix enabling ANI / tx monitor after bg scan by Luis R. Rodriguez · 14 years ago
  42. 31a0164 ath9k: fix BSSID mask calculation by Felix Fietkau · 14 years ago
  43. 102885a ath9k: Implement an algorithm for Antenna diversity and combining by Vasanthakumar Thiagarajan · 14 years ago
  44. d99eeb8 ath9k_common: Move bt_stomp to common for sharing with ath9k_htc. by Vivek Natarajan · 14 years ago
  45. 6044474 ath9k: shorten the calibration interval during strong interference by Felix Fietkau · 14 years ago
  46. 20bd2a0 ath9k_hw: clean up per-channel calibration data by Felix Fietkau · 14 years ago
  47. 5ee0865 ath9k: prevent calibration during off-channel activity by Felix Fietkau · 14 years ago
  48. 68e8f2f ath9k: Fix inconsistency between txq->stopped and the actual queue state by Vasanthakumar Thiagarajan · 15 years ago
  49. 347809f ath9k: fix false positives in the baseband hang check by Felix Fietkau · 15 years ago
  50. e691e19 Merge branch 'wireless-2.6' into wireless-next-2.6 by Reinette Chatre · 15 years ago
  51. 78a1817 ath9k: Remove unused paprd_txok by Vasanthakumar Thiagarajan · 15 years ago
  52. ca369eb ath9k: Fix bug in paprd by Vasanthakumar Thiagarajan · 15 years ago
  53. 6c3118e ath9k: Fix bug in starting ani by Vasanthakumar Thiagarajan · 15 years ago
  54. 9a75c2f ath9k: Add a module parameter to disable led blinking. by Vivek Natarajan · 15 years ago
  55. 9f42c2b ath9k: implement PA predistortion support by Felix Fietkau · 15 years ago
  56. 97923b1 ath9k: fix queue stopping threshold by Felix Fietkau · 15 years ago
  57. ebe297c ath9k: make ath_get_hal_qnum static by Felix Fietkau · 15 years ago
  58. 9623009 ath9k: remove declarations of some nonexistant functions by Felix Fietkau · 15 years ago
  59. 1d2231e ath9k: remove duplicate WMM AC definitions by Felix Fietkau · 15 years ago
  60. 293f2ba ath9k: fix mac80211 queue lookup for waking up queues by Felix Fietkau · 15 years ago
  61. e36b27a ath9k: add new ANI implementation for AR9003 by Luis R. Rodriguez · 15 years ago
  62. 84642d6 ath9k: fix queue stop/start based on the number of pending frames by Felix Fietkau · 15 years ago
  63. 93ef24b ath9k: Move driver specific structures by Sujith · 15 years ago
  64. e500324 ath9k: Add Tx EDMA support by Vasanthakumar Thiagarajan · 15 years ago
  65. 5088c2f ath9k: Initialize and configure tx status for EDMA by Vasanthakumar Thiagarajan · 15 years ago
  66. 4adfcde ath9k: Setup appropriate tx desc for regular dma and edma by Vasanthakumar Thiagarajan · 15 years ago
  67. b5c80475 ath9k: Add Rx EDMA support by Felix Fietkau · 15 years ago
  68. 3069168 ath9k: move imask from sc to ah by Pavel Roskin · 15 years ago
  69. db1a052 ath9k: split out access to tx status information by Felix Fietkau · 15 years ago
  70. 3f7c5c1 ath9k: Enable TIM timer interrupt only when needed. by Senthil Balasubramanian · 15 years ago
  71. ab5132a ath9k: fix access to freed data on unload by Pavel Roskin · 15 years ago
  72. 1dbfd9d ath9k: Handle full sleep in ps_restore. by Vivek Natarajan · 15 years ago
  73. 58da131 ath9k: Fix wifi disconnection when collocated bt scan is active by Vasanthakumar Thiagarajan · 15 years ago
  74. 285f2dd ath9k: Cleanup init/deinit routines by Sujith · 15 years ago
  75. 1b04b93 ath9k: Cleanup Powersave flags by Sujith · 15 years ago
  76. 5562420 ath9k: Add new file init.c by Sujith · 15 years ago
  77. 0fca65c ath9k: Add a new file for GPIO by Sujith · 15 years ago
  78. 4f9b2a7 Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  79. 13bda12 ath9k: fix ito64 by Ming Lei · 15 years ago
  80. 05c78d6 ath9k: Remove ANI lock by Sujith · 15 years ago
  81. a830df0 ath9k: separate debugfs support from CONFIG_ATH_DEBUG by Felix Fietkau · 15 years ago
  82. 94db293 ath9k: Ensure a fair beacon distribution in IBSS mode. by Vivek Natarajan · 15 years ago
  83. e7824a5 ath9k: fix processing of TX PS null data frames by Luis R. Rodriguez · 15 years ago
  84. 545750d ath9k: properly use the mac80211 rate control api by Felix Fietkau · 15 years ago
  85. 7c82a18 ath9k: Remove a few unused variables by Sujith · 15 years ago
  86. db86f07 ath9k_common: add new module to share 802.11n driver helpers by Luis R. Rodriguez · 15 years ago
  87. 7e86c10 ath9k: move driver keymap, keymax and splitmic to common by Luis R. Rodriguez · 15 years ago
  88. cc861f7 ath: move the rx bufsize to common to share with ath5k/ath9k by Luis R. Rodriguez · 15 years ago
  89. 3d536ac ath9k: move struct ath_ani to common area by Luis R. Rodriguez · 15 years ago
  90. f52de03 ath9k: handle low buffer space for virtual wiphys by Luis R. Rodriguez · 15 years ago
  91. 68a8911 ath9k: pass the ieee80211_hw on radio enable/disable by Luis R. Rodriguez · 15 years ago
  92. 194b7c1 ath9k: fix listening to idle requests by Luis R. Rodriguez · 15 years ago
  93. 536b3a7 ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup() by Luis R. Rodriguez · 15 years ago
  94. 5bb1279 atheros: move bus ops to ath_common by Luis R. Rodriguez · 15 years ago
  95. 990b70a ath9k: move ATH9K_RSSI_BAD to hw.h by Luis R. Rodriguez · 15 years ago
  96. cfe8cba ath9k: clarify what hw code is and remove ath9k.h from a few files by Luis R. Rodriguez · 15 years ago
  97. 9680e8a ath9k: remove driver ASSERT, just use BUG_ON() by Luis R. Rodriguez · 15 years ago
  98. e3d01bf ath9k: move ATH_AMPDU_LIMIT_MAX to hw.h by Luis R. Rodriguez · 15 years ago
  99. 25c56ee ath9k: remove ath9k_ht_macmode by Luis R. Rodriguez · 15 years ago
  100. 6420014 ath9k: remove ath9k 25 MHz HT40 spacing stuff by Luis R. Rodriguez · 15 years ago