1. 6477396 ath9k_hw: add a private callback for PLL control computation by Luis R. Rodriguez · 15 years ago
  2. bbd79af ath9k_hw: add some comments for ath9k_set_power_network_sleep() by Luis R. Rodriguez · 15 years ago
  3. e041228 ath9k_hw: skip PLL initialization on AR9003 on Power-On-Reset by Luis R. Rodriguez · 15 years ago
  4. 8fe6536 ath9k_hw: Move some RF ops to the private callbacks by Luis R. Rodriguez · 15 years ago
  5. aed1baf ath9k_hw: remove wrapper ath9k_hw_write_regs() by Luis R. Rodriguez · 15 years ago
  6. 42d5bc3 ath9k_hw: AR9003 does not have AR_RC_AHB skip its setting by Luis R. Rodriguez · 15 years ago
  7. 783dfca ath9k_hw: add support for GPIO differences on AR9003 by Felix Fietkau · 15 years ago
  8. d70357d ath9k_hw: start building an abstraction layer for hardware routines by Luis R. Rodriguez · 15 years ago
  9. 2eb46d9 ath9k: simplify AR9220 fixup code for AR_AN_TOP2 register by Pavel Roskin · 15 years ago
  10. bde748a ath9k_htc: Add support for power save. by Vivek Natarajan · 15 years ago
  11. 53bc7aa ath9k: Add support for newer AR9285 chipsets. by Vivek Natarajan · 15 years ago
  12. ffa49f8 ath9k_hw: Don't check devid for ath9k_htc by Sujith · 15 years ago
  13. 152d530 ath9k: remove ah->mask_reg, it's never used properly by Pavel Roskin · 15 years ago
  14. 736b3a2 ath9k_hw: fix hardware deinit by Sujith · 15 years ago
  15. 05020d2 ath9k_hw: add HTC init hardware call for special resets for AR9271 by Sujith · 15 years ago
  16. 25e2ab1 ath9k_hw: always set the core clock for AR9271 by Sujith · 15 years ago
  17. 14b3af3 ath9k_hw: Fix full sleep setup for AR9271 by Sujith · 15 years ago
  18. 527d485 ath9k_hw: skip chip tests for AR9271 by Sujith · 15 years ago
  19. 5b5fa35 ath9k_hw: add GPIO setup code for AR9271 by Sujith · 15 years ago
  20. 70807e9 ath9k_hw: update initialization values for AR9271 by Sujith · 15 years ago
  21. 74bad5c ath9k: never read from the AR_IMR_S2 register by Pavel Roskin · 15 years ago
  22. 7bfbae1 ath9k: disable RIFS search for AR91xx based chips by Felix Fietkau · 15 years ago
  23. 42c4568 ath9k: add a workaround for ack timeout issues by Felix Fietkau · 15 years ago
  24. 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
  25. 5ffaf8a ath9k: add support for 802.11n bonded out AR2427 by Luis R. Rodriguez · 15 years ago
  26. aa8bc9e ath9k: fix eeprom INI values override for 2GHz-only cards by Felix Fietkau · 15 years ago
  27. e239d85 ath9k: implement coverage class support by Felix Fietkau · 15 years ago
  28. 0005baf ath9k: cleanup slot time and ack/cts timeout handling by Felix Fietkau · 15 years ago
  29. 285f2dd ath9k: Cleanup init/deinit routines by Sujith · 15 years ago
  30. 0ce024c ath9k: Clarify Interrupt mitigation by Sujith · 15 years ago
  31. 4111326 ath9k_hw: remove unused ath9k_hw_devname() and ath9k_hw_probe() by Luis R. Rodriguez · 15 years ago
  32. a9a29ce ath9k: enable 2GHz band only if the device supports it by Gabor Juhos · 15 years ago
  33. f4709fd ath9k: Fix maximum tx fifo settings for single stream devices by Luis R. Rodriguez · 15 years ago
  34. 545750d ath9k: properly use the mac80211 rate control api by Felix Fietkau · 15 years ago
  35. cb53a15 ath9k: Fix bug in initializing chain masks by Sujith · 15 years ago
  36. 201cd6c ath9k: Remove a few unused functions by Sujith · 15 years ago
  37. 30cbd42 ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf() by Luis R. Rodriguez · 15 years ago
  38. a776582 ath9k_hw: Fix and complete force bias for AR5416 by Luis R. Rodriguez · 15 years ago
  39. 896ff26 ath9k_hw: remove unused modesIndex param from ath9k_hw_write_regs() by Luis R. Rodriguez · 15 years ago
  40. ae478cf ath9k_hw: make spur mitigation a callback by Luis R. Rodriguez · 15 years ago
  41. e16393b ath9k_hw: order phy.c code and integrate spur mitigation by Luis R. Rodriguez · 15 years ago
  42. e68a060 ath9k_hw: use a callback for frequency change by Luis R. Rodriguez · 15 years ago
  43. 0a3b7ba ath9k_hw: make both analog channel change routines return int by Luis R. Rodriguez · 15 years ago
  44. dc51dd5 ath9k_hw: rename ath9k_hw_rf_free() to ath9k_hw_rf_free_ext_banks() by Luis R. Rodriguez · 15 years ago
  45. 574d6b1 ath9k_hw: simplify rf attach and rename to ath9k_hw_rf_alloc_ext_banks() by Luis R. Rodriguez · 15 years ago
  46. c75724d ath9k_hw: change the way we initialize the pll for ar9271 by Luis R. Rodriguez · 15 years ago
  47. 8564328 ath9k_hw: update register initialization/reset values for ar9271 by Luis R. Rodriguez · 15 years ago
  48. ec11bb8 ath9k_hw: correct AR_PHY_SPECTRAL_SCAN register offset by Luis R. Rodriguez · 15 years ago
  49. 1115847 ath9k_hw: add AR9271 single chip name mapping by Luis R. Rodriguez · 15 years ago
  50. f934c4d ath9k_hw: distinguish single-chip solutions on initial probe print by Luis R. Rodriguez · 15 years ago
  51. 2da4f01 ath9k_hw: move mac name and rf name helpers to hw code by Luis R. Rodriguez · 15 years ago
  52. 211f585 ath9k: initialize hw prior to debugfs by Luis R. Rodriguez · 15 years ago
  53. 7976b42 ath9k_hw: add AR9271 srev and device ID to allow hw to support ar9271 by Luis R. Rodriguez · 15 years ago
  54. 3ca3403 ath9k_hw: print device ID if not supported by Luis R. Rodriguez · 15 years ago
  55. 7322fd1 ath9k: move hw code to its own module by Luis R. Rodriguez · 15 years ago
  56. ebb90cf ath9k: Advertise midband for AR5416 devices by Senthil Balasubramanian · 15 years ago
  57. 63a75b9 ath9k: Reduce PLL Settle time and eliminate redundant PLL calls. by Senthil Balasubramanian · 15 years ago
  58. 1d50a69 ath9k: Handle ATH9K_BEACON_RESET_TSF properly by Senthil Balasubramanian · 15 years ago
  59. 4921be8 ath9k: Fix RTC reset for AR5416 by Sujith · 15 years ago
  60. 193cd45 ath9k: Update INI release for AR9287 by Sujith · 15 years ago
  61. cfe8cba ath9k: clarify what hw code is and remove ath9k.h from a few files by Luis R. Rodriguez · 15 years ago
  62. 9680e8a ath9k: remove driver ASSERT, just use BUG_ON() by Luis R. Rodriguez · 15 years ago
  63. 25c56ee ath9k: remove ath9k_ht_macmode by Luis R. Rodriguez · 15 years ago
  64. 6420014 ath9k: remove ath9k 25 MHz HT40 spacing stuff by Luis R. Rodriguez · 15 years ago
  65. 43c2761 atheros: move tx/rx chainmask to ath_common by Luis R. Rodriguez · 15 years ago
  66. c46917b atheros: add common debug printing by Luis R. Rodriguez · 15 years ago
  67. cd9bf68 ath9k: separate core driver and hw timer code by Luis R. Rodriguez · 15 years ago
  68. b002a4a atheros: add ieee80211_hw to ath_common by Luis R. Rodriguez · 15 years ago
  69. 13b8155 atheros: define shared bssidmask setting by Luis R. Rodriguez · 15 years ago
  70. 9e4bffd atheros/ath9k: add common read/write ops and port ath9k to use it by Luis R. Rodriguez · 15 years ago
  71. 867633f ath9k: Define bus agnostic bluetooth coex prep helper by Luis R. Rodriguez · 15 years ago
  72. 1510718 atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common by Luis R. Rodriguez · 15 years ago
  73. 3453ad8 ath9k: use ath9k_hw_write_associd() on reset by Luis R. Rodriguez · 15 years ago
  74. 7664072 ath9k: Use ath9k_hw_setbssidmask() on reset by Luis R. Rodriguez · 15 years ago
  75. f2b2143 ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hw by Luis R. Rodriguez · 15 years ago
  76. 9ecdef4 ath9k: rename driver core and hw power save helpers by Luis R. Rodriguez · 15 years ago
  77. 8c77a56 ath9k: move ath9k_hw_setpower() to main.c by Luis R. Rodriguez · 15 years ago
  78. 1adc93c ath9k: avoid usage of ath9k_hw_setpower() on hw.c by Luis R. Rodriguez · 15 years ago
  79. a91d75a ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.c by Luis R. Rodriguez · 15 years ago
  80. 21526d5 ath9k: move ps helpers onto core driver when reseting tsf by Luis R. Rodriguez · 15 years ago
  81. a36cfbc ath9k: rename ath_btcoex_supported() to ath9k_hw_btcoex_supported() by Luis R. Rodriguez · 15 years ago
  82. 766ec4a ath9k: rename ath_btcoex_info to ath_btcoex_hw by Luis R. Rodriguez · 15 years ago
  83. 46289e1 ath9k: rename btcoex_scheme to just scheme by Luis R. Rodriguez · 15 years ago
  84. 8c1b395 ath9k: replaces SC_OP_BTCOEX_ENABLED with a bool by Luis R. Rodriguez · 15 years ago
  85. af03abe ath9k: move hw specific btcoex info to ath_hw by Luis R. Rodriguez · 15 years ago
  86. 4d6b228 ath9k: use ath_hw for DPRINTF() and debug init/exit by Luis R. Rodriguez · 15 years ago
  87. b37fa87 ath9k: Initialize txgain and rxgain for newer AR9287 chipsets. by Vivek Natarajan · 15 years ago
  88. a3ca95fb ath9k: Disable autosleep feature by default. by Vivek Natarajan · 15 years ago
  89. 42abfbe ath9k: Fix AHB reset for AR9280 by Vivek Natarajan · 15 years ago
  90. 0a475cc ath9k: Do a full reset for AR9280 by Vasanthakumar Thiagarajan · 15 years ago
  91. 9ebef79 ath9k: Don't read NF when chip has gone through full sleep mode by Vasanthakumar Thiagarajan · 15 years ago
  92. 204d794 ath9k: Fix rx data corruption by Vasanthakumar Thiagarajan · 15 years ago
  93. 46fe782 ath9k: Restore TSF after RESET by Sujith · 15 years ago
  94. 93b1b37 ath9k: Revamp PCIE workarounds by Vivek Natarajan · 15 years ago
  95. 8c8f9ba ath9k: Initialize the priority gpio for BT coex 3-wire by Vasanthakumar Thiagarajan · 15 years ago
  96. f42cc2c ath9k: Get rid of the modparam btcoex_enable by Vasanthakumar Thiagarajan · 15 years ago
  97. fe12946 ath9k: Enable btcoex based on the subsystem id of the device by Vasanthakumar Thiagarajan · 15 years ago
  98. 7b6840a ath9k: Disable ASPM when btcoex is active by Vasanthakumar Thiagarajan · 15 years ago
  99. 7ea310b ath9k: Fix RX Filter handling for BAR by Sujith · 16 years ago
  100. 1c29ce6 ath9k: Do an AHB reset before doing RTC reset by Vasanthakumar Thiagarajan · 16 years ago