1. b622a72 ath9k_hw: move AR9002 mac ops to its own file by Luis R. Rodriguez · 14 years ago
  2. 744d402 ath9k_hw: Add function to configure tx status ring buffer by Vasanthakumar Thiagarajan · 14 years ago
  3. cc610ac0 ath9k_hw: Define abstraction for tx desc access by Vasanthakumar Thiagarajan · 14 years ago
  4. 6c94fdc ath9k_hw: skip WEP aggregation enable code for AR9003 by Luis R. Rodriguez · 14 years ago
  5. 78ec267 ath9k_hw: skip asynch fifo enablement to AR9003 by Luis R. Rodriguez · 14 years ago
  6. ebd5a14 ath9k_hw: move the RF claim stuff to AR9002 hardware family by Luis R. Rodriguez · 14 years ago
  7. 6c84ce0 ath9k_hw: Fill get_isr() for AR9003 by Vasanthakumar Thiagarajan · 14 years ago
  8. 1547da3 ath9k_hw: add OFDM spur mitigation for AR9003 by Luis R. Rodriguez · 14 years ago
  9. 15c9ee7 ath9k_hw: Implement AR9003 eeprom callbacks by Senthil Balasubramanian · 14 years ago
  10. df23aca ath9k_hw: complete AR9003 calibration by Luis R. Rodriguez · 14 years ago
  11. 77d6d39 ath9k_hw: abstract loading noisefloor by Luis R. Rodriguez · 14 years ago
  12. 55e82df ath9k_hw: Abstract the routine which returns interrupt status by Vasanthakumar Thiagarajan · 14 years ago
  13. 991312d ath9k_hw: move TX/RX gain INI stuff to its own hardware family code by Luis R. Rodriguez · 14 years ago
  14. d8f492b ath9k_hw: move the cck channel 14 INI to the AR9002 hw code by Luis R. Rodriguez · 14 years ago
  15. b3950e6 ath9k_hw: split the generic hardware code by hardware family by Luis R. Rodriguez · 14 years ago
  16. 795f5e2 ath9k_hw: split calib code by hardware families by Luis R. Rodriguez · 14 years ago
  17. 939ad86 ath9k_hw: the eep_map is used only for AR9280 PCI card ini fixup by Senthil Balasubramanian · 14 years ago
  18. 641d992 ath9k_hw: Split out the function for reading the noise floor by Felix Fietkau · 14 years ago
  19. b5c80475 ath9k: Add Rx EDMA support by Felix Fietkau · 14 years ago
  20. 87d5efb ath9k_hw: Add abstraction to set/get link pointer by Vasanthakumar Thiagarajan · 14 years ago
  21. 162c3be ath9k_hw: Define tx control struct for AR9003 by Vasanthakumar Thiagarajan · 14 years ago
  22. c16fcb4 ath9k_hw: Split off ANI control to the PHY ops by Felix Fietkau · 14 years ago
  23. 13ce3e9 ath9k_hw: add initvals for the AR9003 hardware family by Luis R. Rodriguez · 14 years ago
  24. ad7b806 ath9k_hw: Add few routines for rx edma support by Vasanthakumar Thiagarajan · 14 years ago
  25. cee1f62 ath9k_hw: Add abstraction for rx enable by Vasanthakumar Thiagarajan · 14 years ago
  26. ceb2644 ath9k_hw: Fill few hw cap for edma by Vasanthakumar Thiagarajan · 14 years ago
  27. 1adf02f ath9k_hw: Add hw cap flag for EDMA for the AR9003 family by Vasanthakumar Thiagarajan · 14 years ago
  28. 8525f28 ath9k_hw: Add AR9003 PHY support by Luis R. Rodriguez · 14 years ago
  29. db3cc53 ath9k_hw: Add the PCI IDs for AR9300 and fill up the pci_id_tables by Senthil Balasubramanian · 14 years ago
  30. 6477396 ath9k_hw: add a private callback for PLL control computation by Luis R. Rodriguez · 14 years ago
  31. 8fe6536 ath9k_hw: Move some RF ops to the private callbacks by Luis R. Rodriguez · 14 years ago
  32. d70357d ath9k_hw: start building an abstraction layer for hardware routines by Luis R. Rodriguez · 14 years ago
  33. 2eb46d9 ath9k: simplify AR9220 fixup code for AR_AN_TOP2 register by Pavel Roskin · 14 years ago
  34. ffa49f8 ath9k_hw: Don't check devid for ath9k_htc by Sujith · 14 years ago
  35. 152d530 ath9k: remove ah->mask_reg, it's never used properly by Pavel Roskin · 14 years ago
  36. 3069168 ath9k: move imask from sc to ah by Pavel Roskin · 14 years ago
  37. 05020d2 ath9k_hw: add HTC init hardware call for special resets for AR9271 by Sujith · 14 years ago
  38. 70807e9 ath9k_hw: update initialization values for AR9271 by Sujith · 14 years ago
  39. 74bad5c ath9k: never read from the AR_IMR_S2 register by Pavel Roskin · 14 years ago
  40. 5ffaf8a ath9k: add support for 802.11n bonded out AR2427 by Luis R. Rodriguez · 15 years ago
  41. e239d85 ath9k: implement coverage class support by Felix Fietkau · 15 years ago
  42. 0005baf ath9k: cleanup slot time and ack/cts timeout handling by Felix Fietkau · 15 years ago
  43. 285f2dd ath9k: Cleanup init/deinit routines by Sujith · 15 years ago
  44. 0ce024c ath9k: Clarify Interrupt mitigation by Sujith · 15 years ago
  45. a9a29ce ath9k: enable 2GHz band only if the device supports it by Gabor Juhos · 15 years ago
  46. f4709fd ath9k: Fix maximum tx fifo settings for single stream devices by Luis R. Rodriguez · 15 years ago
  47. 545750d ath9k: properly use the mac80211 rate control api by Felix Fietkau · 15 years ago
  48. 04658fb ath9k: remove warnings related to signed/unsigned type mismatch by John W. Linville · 15 years ago
  49. 201cd6c ath9k: Remove a few unused functions by Sujith · 15 years ago
  50. c90017d ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on 64-bit by Vasanthakumar Thiagarajan · 15 years ago
  51. 30cbd42 ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf() by Luis R. Rodriguez · 15 years ago
  52. ae478cf ath9k_hw: make spur mitigation a callback by Luis R. Rodriguez · 15 years ago
  53. e68a060 ath9k_hw: use a callback for frequency change by Luis R. Rodriguez · 15 years ago
  54. dc51dd5 ath9k_hw: rename ath9k_hw_rf_free() to ath9k_hw_rf_free_ext_banks() by Luis R. Rodriguez · 15 years ago
  55. 131d1d0 ath9k_hw: start documenting 802.11n RF anlong front ends by Luis R. Rodriguez · 15 years ago
  56. 8564328 ath9k_hw: update register initialization/reset values for ar9271 by Luis R. Rodriguez · 15 years ago
  57. f934c4d ath9k_hw: distinguish single-chip solutions on initial probe print by Luis R. Rodriguez · 15 years ago
  58. 2da4f01 ath9k_hw: move mac name and rf name helpers to hw code by Luis R. Rodriguez · 15 years ago
  59. bc974f4 atheros: define a common priv struct by Luis R. Rodriguez · 15 years ago
  60. 7976b42 ath9k_hw: add AR9271 srev and device ID to allow hw to support ar9271 by Luis R. Rodriguez · 15 years ago
  61. 63a75b9 ath9k: Reduce PLL Settle time and eliminate redundant PLL calls. by Senthil Balasubramanian · 15 years ago
  62. 193cd45 ath9k: Update INI release for AR9287 by Sujith · 15 years ago
  63. 990b70a ath9k: move ATH9K_RSSI_BAD to hw.h by Luis R. Rodriguez · 15 years ago
  64. cfe8cba ath9k: clarify what hw code is and remove ath9k.h from a few files by Luis R. Rodriguez · 15 years ago
  65. e3d01bf ath9k: move ATH_AMPDU_LIMIT_MAX to hw.h by Luis R. Rodriguez · 15 years ago
  66. 25c56ee ath9k: remove ath9k_ht_macmode by Luis R. Rodriguez · 15 years ago
  67. 6420014 ath9k: remove ath9k 25 MHz HT40 spacing stuff by Luis R. Rodriguez · 15 years ago
  68. c46917b atheros: add common debug printing by Luis R. Rodriguez · 15 years ago
  69. cd9bf68 ath9k: separate core driver and hw timer code by Luis R. Rodriguez · 15 years ago
  70. b002a4a atheros: add ieee80211_hw to ath_common by Luis R. Rodriguez · 15 years ago
  71. 9e4bffd atheros/ath9k: add common read/write ops and port ath9k to use it by Luis R. Rodriguez · 15 years ago
  72. 867633f ath9k: Define bus agnostic bluetooth coex prep helper by Luis R. Rodriguez · 15 years ago
  73. 27c51f1 ath9k: move ath_common to ath_hw by Luis R. Rodriguez · 15 years ago
  74. 1510718 atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common 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. a91d75a ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.c by Luis R. Rodriguez · 15 years ago
  79. 766ec4a ath9k: rename ath_btcoex_info to ath_btcoex_hw by Luis R. Rodriguez · 15 years ago
  80. 75d7839 ath9k: move driver core helpers to main.c by Luis R. Rodriguez · 15 years ago
  81. af03abe ath9k: move hw specific btcoex info to ath_hw by Luis R. Rodriguez · 15 years ago
  82. d8caa83 ath9k: Fix chip wakeup issue by Sujith · 15 years ago
  83. 93b1b37 ath9k: Revamp PCIE workarounds by Vivek Natarajan · 15 years ago
  84. fe12946 ath9k: Enable btcoex based on the subsystem id of the device by Vasanthakumar Thiagarajan · 15 years ago
  85. aeac355 ath9k: Store subsystem id in struct hw_version by Vasanthakumar Thiagarajan · 15 years ago
  86. 7b6840a ath9k: Disable ASPM when btcoex is active by Vasanthakumar Thiagarajan · 15 years ago
  87. 1773912 ath9k: Add Bluetooth Coexistence 3-wire support by Vasanthakumar Thiagarajan · 15 years ago
  88. ff155a4 ath9k: Add infrastructure for generic hw timers by Vasanthakumar Thiagarajan · 15 years ago
  89. 81fa16f ath9k: Remove hw capability bit meant for btcoex by Vasanthakumar Thiagarajan · 15 years ago
  90. f14462c ath9k: Move btcoex related data to a separate struct by Vasanthakumar Thiagarajan · 15 years ago
  91. 17d50d1 ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch] by Vasanthakumar Thiagarajan · 15 years ago
  92. f985ad1 ath9k: Split ath9k_hw_btcoex_enable() into two logical pieces by Vasanthakumar Thiagarajan · 15 years ago
  93. a13883b ath9k: Reduce the frequency of PA offset calibration by Sujith · 15 years ago
  94. 608b88c ath: move regulatory info into shared common structure by Luis R. Rodriguez · 15 years ago
  95. 08fc5c1 ath9k: Enable LEDs for AR9287 chipsets. by Vivek Natarajan · 15 years ago
  96. 1cf6873 ath9k: Remove duplicate variables by Sujith · 15 years ago
  97. 1aa8e84 ath9k: Remove has_hw_phycounters by Sujith · 15 years ago
  98. 54e4cec ath9k: Cleanup function return types by Sujith · 15 years ago
  99. d7e7d22 ath9k: add initial hardware support for ar9271 by Luis R. Rodriguez · 15 years ago
  100. 475f598 ath9k: Remove _t postfix for ar9287_eeprom structure by Luis R. Rodriguez · 15 years ago