1. 8fe6536 ath9k_hw: Move some RF ops to the private callbacks by Luis R. Rodriguez · 14 years ago
  2. aed1baf ath9k_hw: remove wrapper ath9k_hw_write_regs() by Luis R. Rodriguez · 14 years ago
  3. 42d5bc3 ath9k_hw: AR9003 does not have AR_RC_AHB skip its setting by Luis R. Rodriguez · 14 years ago
  4. 783dfca ath9k_hw: add support for GPIO differences on AR9003 by Felix Fietkau · 14 years ago
  5. 2c5204a ath9k_hw: add simple register abstraction for some AR9300 registers by Felix Fietkau · 14 years ago
  6. 0bef631 ath9k_hw: fix a missing hex prefix for a register mask by Felix Fietkau · 14 years ago
  7. 086a864 ath9k_hw: add a macro for abstracting generic timer access by Felix Fietkau · 14 years ago
  8. b055032 ath9k_hw: add silicon revision macros for AR9300 by Felix Fietkau · 14 years ago
  9. d70357d ath9k_hw: start building an abstraction layer for hardware routines by Luis R. Rodriguez · 14 years ago
  10. f8e1d08 ath9k-htc: fix lockdep warning and kernel warning after unplugging ar9271 usb device by Ming Lei · 14 years ago
  11. 0fa35a5 ath9k-htc:respect usb buffer cacheline alignment in reg out path by Ming Lei · 14 years ago
  12. e6c6d33 ath9k-htc:respect usb buffer cacheline alignment in reg in path by Ming Lei · 14 years ago
  13. f28a7b3 ath9k-htc:respect usb buffer cacheline alignment in ath9k_hif_usb_alloc_rx_urbs by Ming Lei · 14 years ago
  14. 2eb46d9 ath9k: simplify AR9220 fixup code for AR_AN_TOP2 register by Pavel Roskin · 14 years ago
  15. f984d94 ath9k_htc: Fix HTC layer memleak by Sujith · 14 years ago
  16. 6f0f266 ath9k_htc: Use anchors for REGOUT pipe by Sujith · 14 years ago
  17. c503269 ath9k_htc: Fix module unloading issue by Sujith · 14 years ago
  18. 66b10e3 ath9k_htc: Fix RX URB reference count by Sujith · 14 years ago
  19. 46baa1a ath9k_htc: Protect RX stream variables by Sujith · 14 years ago
  20. 60ece40 wireless/ath: remove trailing space in messages by Frans Pop · 14 years ago
  21. 0f2df9e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into merge by John W. Linville · 14 years ago
  22. 1c3652a ath9k_htc: Configure the beacon timers once the scan is completed. by Vivek Natarajan · 14 years ago
  23. bde748a ath9k_htc: Add support for power save. by Vivek Natarajan · 14 years ago
  24. 53bc7aa ath9k: Add support for newer AR9285 chipsets. by Vivek Natarajan · 14 years ago
  25. e92119c ath9k_htc: Add TL-WN422G v2 product ID by Sujith · 14 years ago
  26. ffa49f8 ath9k_hw: Don't check devid for ath9k_htc by Sujith · 14 years ago
  27. 497ad9a ath: Add a bus type field by Sujith · 14 years ago
  28. 32ffb1f ath9k: fix compile error without debug enabled by Felix Fietkau · 14 years ago
  29. 152d530 ath9k: remove ah->mask_reg, it's never used properly by Pavel Roskin · 14 years ago
  30. 3069168 ath9k: move imask from sc to ah by Pavel Roskin · 14 years ago
  31. c81494d ath9k: rename symbols in enum ath9k_internal_frame_type to avoid confusion by Pavel Roskin · 14 years ago
  32. 1144601 ath9k: fix double calls to ath_radio_enable by Felix Fietkau · 14 years ago
  33. 932d37c ath9k: Do not indicate RX_FLAG_DECRYPTED for unprotected frames by Jouni Malinen · 14 years ago
  34. 32fbcca ath9k_htc: Fix TKIP encryption by Sujith · 14 years ago
  35. 29bffa9 ath9k: allocate tx and rx status information on stack by Felix Fietkau · 14 years ago
  36. 8e6f5aa ath9k: split out access to rx status information by Felix Fietkau · 14 years ago
  37. db1a052 ath9k: split out access to tx status information by Felix Fietkau · 14 years ago
  38. 9f01a84 ath9k_htc: Initialize HW opmode by Sujith · 14 years ago
  39. 7757dfe ath9k_htc: Handle TX queue overflow by Sujith · 14 years ago
  40. 6335ed0 ath9k_htc: Simplify RX URB management by Sujith · 14 years ago
  41. d5a4c5e ath9k_htc: Fix watchdog pattern parsing by Sujith · 14 years ago
  42. ef98c3c ath9k_htc: Fix bug in aggregation initiation by Sujith · 14 years ago
  43. 0995d11 ath9k_common: Move RX filter code to ath9k_htc by Sujith · 14 years ago
  44. e1572c5 ath9k_htc: Fix symbol collision with ath9k by Sujith · 14 years ago
  45. fb9987d ath9k_htc: Support for AR9271 chipset. by Sujith · 14 years ago
  46. 736b3a2 ath9k_hw: fix hardware deinit by Sujith · 14 years ago
  47. 05020d2 ath9k_hw: add HTC init hardware call for special resets for AR9271 by Sujith · 14 years ago
  48. 25e2ab1 ath9k_hw: always set the core clock for AR9271 by Sujith · 14 years ago
  49. 02afa2a ath9k_hw: use the skip count for PA calibration on AR9271 by Sujith · 14 years ago
  50. 2cbfaea ath9k_hw: restrict valid nf readings for AR9271 to -114 by Sujith · 14 years ago
  51. 6398dc0 ath9k_hw: fix noisefloor history buffer usage on AR9271 by Sujith · 14 years ago
  52. 14b3af3 ath9k_hw: Fix full sleep setup for AR9271 by Sujith · 14 years ago
  53. e492d7c ath9k_hw: fix TX descriptor setup for AR9271 by Sujith · 14 years ago
  54. 527d485 ath9k_hw: skip chip tests for AR9271 by Sujith · 14 years ago
  55. 5b5fa35 ath9k_hw: add GPIO setup code for AR9271 by Sujith · 14 years ago
  56. 70807e9 ath9k_hw: update initialization values for AR9271 by Sujith · 14 years ago
  57. e21247c ath9k: decrease size of ath9k.ko by Ming Lei · 14 years ago
  58. 4fdec03 ath9k: fix BUG_ON triggered by PAE frames by Felix Fietkau · 14 years ago
  59. d969847 ath9k: fix rate control tx status handling for A-MPDU by Felix Fietkau · 14 years ago
  60. 74bad5c ath9k: never read from the AR_IMR_S2 register by Pavel Roskin · 14 years ago
  61. 4fa0043 mac80211: Fix HT rate control configuration by Sujith · 14 years ago
  62. a9f042c ath9k: fix lockdep warning when unloading module by Ming Lei · 14 years ago
  63. ce300c7 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
  64. 7bfbae1 ath9k: disable RIFS search for AR91xx based chips by Felix Fietkau · 14 years ago
  65. 64463da Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 14 years ago
  66. 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
  67. 4ca7786 ath9k: convert to new station add/remove callbacks by Johannes Berg · 14 years ago
  68. d8728ee ath9k: fix beacon timer restart after a card reset by Felix Fietkau · 14 years ago
  69. 5c0ba62 ath9k: fix rate control fallback rate selection by Felix Fietkau · 14 years ago
  70. 64b8401 ath9k: Use the Beacon TX rate from mac80211 by Jouni Malinen · 14 years ago
  71. 5ecccb7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 14 years ago
  72. f6f2230 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 14 years ago
  73. 42c4568 ath9k: add a workaround for ack timeout issues by Felix Fietkau · 14 years ago
  74. 044c18c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  75. 05df498 ath9k: Enable IEEE80211_HW_REPORTS_TX_ACK_STATUS flag for ath9k. by Vivek Natarajan · 15 years ago
  76. 6c8afef ath9k: Fix sequence numbers for PAE frames by Sujith · 15 years ago
  77. 733da37 ath9k: fix keycache leak in split tkip case by Ming Lei · 15 years ago
  78. 3f7c5c1 ath9k: Enable TIM timer interrupt only when needed. by Senthil Balasubramanian · 15 years ago
  79. 1a20034 ath9k: configure the beacon only if the STA is associated by Senthil Balasubramanian · 15 years ago
  80. 6e7e621 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  81. 10be7eb Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  82. 5ffaf8a ath9k: add support for 802.11n bonded out AR2427 by Luis R. Rodriguez · 15 years ago
  83. ab5132a ath9k: fix access to freed data on unload by Pavel Roskin · 15 years ago
  84. 991a098 ath9k: allocate string buffer in read_file_dma() by kmalloc() by Pavel Roskin · 15 years ago
  85. f643e51 ath: make gcc check format arguments of ath_print(), fix all misuses by Pavel Roskin · 15 years ago
  86. 1dbfd9d ath9k: Handle full sleep in ps_restore. by Vivek Natarajan · 15 years ago
  87. 05ba712 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  88. 744595c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  89. 6589651 ath9k: improve max rate retry handling by Felix Fietkau · 15 years ago
  90. aa8bc9e ath9k: fix eeprom INI values override for 2GHz-only cards by Felix Fietkau · 15 years ago
  91. 58da131 ath9k: Fix wifi disconnection when collocated bt scan is active by Vasanthakumar Thiagarajan · 15 years ago
  92. 7440177 ath9k: fix beacon slot/buffer leak by Felix Fietkau · 15 years ago
  93. c9f6a65 ath9k: make tx power config changes take effect immediatley by Luis R. Rodriguez · 15 years ago
  94. 2703205 ath9k: fix RTS/CTS handling by Felix Fietkau · 15 years ago
  95. 6373464 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 15 years ago
  96. e239d85 ath9k: implement coverage class support by Felix Fietkau · 15 years ago
  97. 0005baf ath9k: cleanup slot time and ack/cts timeout handling by Felix Fietkau · 15 years ago
  98. 5e4ea1f ath9k: Fix panic on driver load by Sujith · 15 years ago
  99. ff30b36 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 15 years ago
  100. 199afd9 ath9k: Fix monitor mode handling by Sujith · 15 years ago