1. 86c157b ath9k_hw: improve performance for AR934x v1.3+ by Felix Fietkau · 11 years ago
  2. 3747c3e ath9k: detect more kinds of invalid descriptors by Felix Fietkau · 12 years ago
  3. 3a32556 ath9k: reorder error codes for spectral by Simon Wunderlich · 12 years ago
  4. f41a9b3 ath9k: fix interrupt storms on queued hardware reset by Felix Fietkau · 12 years ago
  5. 3b8a057 ath9k: disable SYNC_HOST1_FATAL interrupts for AR9550 by Gabor Juhos · 12 years ago
  6. 8d1bd2a ath9k_hw: increase tx abort timeout for half/quarter channels by Felix Fietkau · 12 years ago
  7. 239c795 ath9k_hw: remove ath9k_hw_gettxintrtxqs by Felix Fietkau · 13 years ago
  8. ce8fdf6 ath9k_hw: clean up tx completion interrupt handling by Felix Fietkau · 13 years ago
  9. 7e03072 ath9k_hw: simplify tx queue interrupt mask handling by Felix Fietkau · 13 years ago
  10. 627e67a ath9k_hw: enable interrupts for beacon tx completion events by Felix Fietkau · 13 years ago
  11. 7a532fe ath9k_hw: fix interpretation of the rx KeyMiss flag by Felix Fietkau · 13 years ago
  12. d2182b6 ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOO by Joe Perches · 13 years ago
  13. e358481 ath9k_hw: check for asynchronous MCI interrupt pending by Mohammed Shafi Shajakhan · 13 years ago
  14. f229f815 ath9k_hw: take care of enabling MCI interrupts by Mohammed Shafi Shajakhan · 13 years ago
  15. ee40fa0 drivers/net: Add export.h to files using EXPORT_SYMBOL/THIS_MODULE by Paul Gortmaker · 13 years ago
  16. 846d936 ath9k_hw: fix a regression in key miss handling by Felix Fietkau · 13 years ago
  17. 72d874c ath9k_hw: make ath9k_hw_set_interrupts use ah->imask by default by Felix Fietkau · 13 years ago
  18. 1b8714f ath9k_hw: clean up hardware revision checks by Felix Fietkau · 13 years ago
  19. 66ac69c ath9k_hw: remove the old tx descriptor API by Felix Fietkau · 13 years ago
  20. 479c689 ath9k: qinfo never be NULL in setuptxqueue by Rajkumar Manoharan · 13 years ago
  21. 3de2111 ath9k: Remove unused argument tsf from ath9k_hw_rxprocdesc by Rajkumar Manoharan · 13 years ago
  22. e8fe733 ath9k: Use atomic reference count for interrupt ops by Rajkumar Manoharan · 13 years ago
  23. b037b69 ath9k: do not enable interrupt on set interrupt mask by Rajkumar Manoharan · 13 years ago
  24. 0472ade ath9k_hw: Fix incorrect key_miss handling by Senthil Balasubramanian · 13 years ago
  25. 5b68138 ath9k: Drag the driver to the year 2011 by Sujith Manoharan · 13 years ago
  26. 94333f5 ath9k_hw: Change DCU backoff thresh for AR9340 by Rajkumar Manoharan · 13 years ago
  27. f78eb65 ath9k_hw: Enable generic timer interrupt. by Vivek Natarajan · 13 years ago
  28. 429576b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  29. 79d1d2b ath9k_hw: Disable INTR_HOST1_FATAL to avoid interrupt strom with ar9430 by Vasanthakumar Thiagarajan · 13 years ago
  30. 5882da02 ath9k_hw: fix stopping rx DMA during resets by Felix Fietkau · 14 years ago
  31. b64c6a3 ath9k: cleanup few redundant macros by Mohammed Shafi Shajakhan · 14 years ago
  32. f4c607d ath9k_hw: remove pCap->total_queues by Felix Fietkau · 14 years ago
  33. ca7a4de ath9k_hw: replace REG_READ+REG_WRITE with REG_RMW by Felix Fietkau · 14 years ago
  34. 106af2c 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 · 14 years ago
  35. efff395 ath9k: improve reliability of beacon transmission and stuck beacon handling by Felix Fietkau · 14 years ago
  36. 0d51ccc ath9k: fix stopping tx dma on reset by Felix Fietkau · 14 years ago
  37. 0a0e9ae Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  38. 385918c ath9k: correct ath9k_hw_set_interrupts by Stanislaw Gruszka · 14 years ago
  39. 8d8d3fd ath9k: fix misplaced debug code by Felix Fietkau · 14 years ago
  40. 2dac4fb ath9k: Add more information to debugfs xmit file. by Ben Greear · 14 years ago
  41. 115dad7 ath9k_hw: partially revert "fix dma descriptor rx error bit parsing" by Felix Fietkau · 14 years ago
  42. 1c30cc1 ath9k_hw: fix dma descriptor rx error bit parsing by Felix Fietkau · 14 years ago
  43. 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
  44. 226afe6 ath: Convert ath_print to ath_dbg by Joe Perches · 14 years ago
  45. 3800276 ath: Convert ath_print(.., ATH_DBG_FATAL to ath_err by Joe Perches · 14 years ago
  46. 38852b2 ath9k: Fix STA disconnect issue due to received MIC failed bcast frames by Senthil Balasubramanian · 14 years ago
  47. d89197c Revert "ath9k: Fix STA disconnect issue due to received MIC failed bcast frames" by John W. Linville · 14 years ago
  48. 916448e ath9k: Fix STA disconnect issue due to received MIC failed bcast frames by Senthil Balasubramanian · 14 years ago
  49. 4f85593 ath9k_hw: remove ath9k_hw_stoppcurecv by Felix Fietkau · 14 years ago
  50. 4df3071 ath9k_hw: optimize interrupt mask changes by Felix Fietkau · 14 years ago
  51. 15a6321 ath9k_hw: Fix hw reset failure with HTC driver by Rajkumar Manoharan · 14 years ago
  52. 435c161 ath9k_hw: clean up register write buffering by Felix Fietkau · 14 years ago
  53. 3ae74c3 ath9k_hw: handle rx key miss by Felix Fietkau · 14 years ago
  54. 56363dd ath9k: fix spurious MIC failure reports by Felix Fietkau · 14 years ago
  55. 9a2af88 ath9k_hw: avoid setting cwmin/cwmax to 0 for IBSS for AR9003 by Luis R. Rodriguez · 14 years ago
  56. 40346b6 ath9k_hw: inform ANI calibration when scanning by Luis R. Rodriguez · 14 years ago
  57. ac0bb76 ath9k_hw: allow for spliting up ANI operations by family by Luis R. Rodriguez · 14 years ago
  58. 5bea400 ath9k_hw: Fix TX interrupt mitigation settings by Luis R. Rodriguez · 14 years ago
  59. 7d0d0df ath9k_hw: Use buffered register writes by Sujith · 14 years ago
  60. 9b9cc61 ath9k_hw: Abort rx if hw is not coming out of full sleep in reset by Vasanthakumar Thiagarajan · 14 years ago
  61. 3deb4da ath9k_hw: set cwmin and cwmax to 0 for for AR9003 upon txq reset by Luis R. Rodriguez · 14 years ago
  62. 79de237 ath9k_hw: enable CRC check of descriptors for AR9003 by Luis R. Rodriguez · 14 years ago
  63. b622a72 ath9k_hw: move AR9002 mac ops to its own file by Luis R. Rodriguez · 14 years ago
  64. cc610ac0 ath9k_hw: Define abstraction for tx desc access by Vasanthakumar Thiagarajan · 14 years ago
  65. 55e82df ath9k_hw: Abstract the routine which returns interrupt status by Vasanthakumar Thiagarajan · 14 years ago
  66. 87d5efb ath9k_hw: Add abstraction to set/get link pointer by Vasanthakumar Thiagarajan · 14 years ago
  67. 3f3a1c8 ath9k_hw: Move code which populates ds_data to ath9k_hw by Vasanthakumar Thiagarajan · 14 years ago
  68. cee1f62 ath9k_hw: Add abstraction for rx enable by Vasanthakumar Thiagarajan · 14 years ago
  69. 152d530 ath9k: remove ah->mask_reg, it's never used properly by Pavel Roskin · 15 years ago
  70. 8e6f5aa ath9k: split out access to rx status information by Felix Fietkau · 15 years ago
  71. db1a052 ath9k: split out access to tx status information by Felix Fietkau · 15 years ago
  72. e492d7c ath9k_hw: fix TX descriptor setup for AR9271 by Sujith · 15 years ago
  73. 74bad5c ath9k: never read from the AR_IMR_S2 register by Pavel Roskin · 15 years ago
  74. e8009e9 ath9k: Fix TX queue draining by Sujith · 15 years ago
  75. f4709fd ath9k: Fix maximum tx fifo settings for single stream devices by Luis R. Rodriguez · 15 years ago
  76. e7824a5 ath9k: fix processing of TX PS null data frames by Luis R. Rodriguez · 15 years ago
  77. 536b3a7 ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup() by Luis R. Rodriguez · 15 years ago
  78. 7322fd1 ath9k: move hw code to its own module by Luis R. Rodriguez · 15 years ago
  79. 990b70a ath9k: move ATH9K_RSSI_BAD to hw.h by Luis R. Rodriguez · 15 years ago
  80. cfe8cba ath9k: clarify what hw code is and remove ath9k.h from a few files by Luis R. Rodriguez · 15 years ago
  81. c46917b atheros: add common debug printing by Luis R. Rodriguez · 15 years ago
  82. 4d6b228 ath9k: use ath_hw for DPRINTF() and debug init/exit by Luis R. Rodriguez · 15 years ago
  83. 54e4cec ath9k: Cleanup function return types by Sujith · 15 years ago
  84. dd8b15b ath9k: RX stucks during heavy traffic in HT40 mode. by Senthil Balasubramanian · 15 years ago
  85. 203c480 atheros: put atheros wireless drivers into ath/ by Luis R. Rodriguez · 16 years ago[Renamed from drivers/net/wireless/ath9k/mac.c]
  86. d8baa93 ath9k: Cleanup debug messages by Sujith · 16 years ago
  87. cee075a ath9k: Update copyright in all the files by Sujith · 16 years ago
  88. 83befbd ath9k: Fix antenna assignment bug in TX status processing by Sujith · 16 years ago
  89. 0caa7b1 ath9k: Fix HW wait timeout by Sujith · 16 years ago
  90. 2660b81 ath9k: Remove all the useless ah_ variable prefixes by Sujith · 16 years ago
  91. cbe61d8 ath9k: Merge ath_hal and ath_hal_5416 structures by Sujith · 16 years ago
  92. 394cf0a ath9k: Header file cleanup by Sujith · 16 years ago
  93. c89424d ath9k: Handle mac80211's RC flags for MCS rates by Sujith · 16 years ago
  94. 94ff91d ath9k: Fix bug in TX DMA termination by Sujith · 16 years ago
  95. 8aa15e1 ath9k: avoid rx frames with corrupted descriptor. by Senthil Balasubramanian · 16 years ago
  96. e759407 ath9k: Adding support for Atheros AR9285 chipset. by Senthil Balasubramanian · 16 years ago
  97. 2a163c6 ath9k: Add a debugfs file for dumping DMA status by Sujith · 16 years ago
  98. 04bd463 ath9k: Use cleaner debug masks by Sujith · 16 years ago
  99. daa9deb ath9k: Update TX trigger level on a FIFO underrun. by Sujith · 16 years ago
  100. f1dc560 ath9k: Refactor hw.c by Sujith · 16 years ago