1. 0b8f6f2b1 ath9k_hw: rename eep_AR9287_ops to eep_ar9287_ops by Luis R. Rodriguez · 14 years ago
  2. df23aca ath9k_hw: complete AR9003 calibration by Luis R. Rodriguez · 14 years ago
  3. 4b01931 ath9k_hw: fill in the callbacks for calibration for AR9003 by Luis R. Rodriguez · 14 years ago
  4. 77d6d39 ath9k_hw: abstract loading noisefloor by Luis R. Rodriguez · 14 years ago
  5. 400b738 ath9k_hw: abstract the AR_PHY_AGC_CONTROL register access by Luis R. Rodriguez · 14 years ago
  6. 6686024 ath9k_hw: Initialize interrupt mask for AR9003 by Vasanthakumar Thiagarajan · 14 years ago
  7. 55e82df ath9k_hw: Abstract the routine which returns interrupt status by Vasanthakumar Thiagarajan · 14 years ago
  8. 991312d ath9k_hw: move TX/RX gain INI stuff to its own hardware family code by Luis R. Rodriguez · 14 years ago
  9. d8f492b ath9k_hw: move the cck channel 14 INI to the AR9002 hw code by Luis R. Rodriguez · 14 years ago
  10. b3950e6 ath9k_hw: split the generic hardware code by hardware family by Luis R. Rodriguez · 14 years ago
  11. 204729f ath9k_hw: add the config_pci_powersave AR9003 callback by Luis R. Rodriguez · 14 years ago
  12. 590b7d2 ath9k_hw: add the AR9003 ar9003_hw_init_cal callback by Luis R. Rodriguez · 14 years ago
  13. 795f5e2 ath9k_hw: split calib code by hardware families by Luis R. Rodriguez · 14 years ago
  14. 0df13da ath9k_hw: move the cal AR9100 calibration settings by Luis R. Rodriguez · 14 years ago
  15. b43d59f ath9k_hw: rename getNoiseFloorThresh() to ath9k_hw_loadnf() by Luis R. Rodriguez · 14 years ago
  16. 37c3e8b ath9k_hw: rename the PA calib routines to match their families by Luis R. Rodriguez · 14 years ago
  17. af6757e ath9k_hw: simplify OLC temp compensation for AR9002 by Luis R. Rodriguez · 14 years ago
  18. 2b5facf ath9k_hw: move the AR9280 OLC temp comp to its own helper by Luis R. Rodriguez · 14 years ago
  19. 80b9993 ath9k_hw: shift code for AR9280 OLC temp comp by Luis R. Rodriguez · 14 years ago
  20. becdbc54 ath9k_hw: rename PA calib for AR9287 by Luis R. Rodriguez · 14 years ago
  21. e83a113 ath9k_hw: add a helper for the OLC tem compensation for AR9002 by Luis R. Rodriguez · 14 years ago
  22. 4d001d1 ath9k_hw: add a helper for Power Amplifier calibration for AR9002 by Luis R. Rodriguez · 14 years ago
  23. 939ad86 ath9k_hw: the eep_map is used only for AR9280 PCI card ini fixup by Senthil Balasubramanian · 14 years ago
  24. 641d992 ath9k_hw: Split out the function for reading the noise floor by Felix Fietkau · 14 years ago
  25. b5c80475 ath9k: Add Rx EDMA support by Felix Fietkau · 14 years ago
  26. c38d4d2 ath9k: Make bf_desc of ath_buf opaque by Vasanthakumar Thiagarajan · 14 years ago
  27. 6d913f7 ath9k: Remove ATH9K_TX_SW_ABORTED and introduce a bool for this purpose by Vasanthakumar Thiagarajan · 14 years ago
  28. d826c83 ath9k: Use memcpy in ath_clone_txbuf() by Vasanthakumar Thiagarajan · 14 years ago
  29. 5c3a338 ath9k: Use abstraction to get link pointer by Vasanthakumar Thiagarajan · 14 years ago
  30. 87d5efb ath9k_hw: Add abstraction to set/get link pointer by Vasanthakumar Thiagarajan · 14 years ago
  31. 3f3a1c8 ath9k_hw: Move code which populates ds_data to ath9k_hw by Vasanthakumar Thiagarajan · 14 years ago
  32. 162c3be ath9k_hw: Define tx control struct for AR9003 by Vasanthakumar Thiagarajan · 14 years ago
  33. af914a9 ath9k_hw: add all the AR9003 PHY callbacks by Luis R. Rodriguez · 14 years ago
  34. c16fcb4 ath9k_hw: Split off ANI control to the PHY ops by Felix Fietkau · 14 years ago
  35. cffb5e4 ath9k_hw: add helpers for processing the AR9003 INI by Luis R. Rodriguez · 14 years ago
  36. 13ce3e9 ath9k_hw: add initvals for the AR9003 hardware family by Luis R. Rodriguez · 14 years ago
  37. af01c04 ath9k_hw: split initvals.h by hardware family by Luis R. Rodriguez · 14 years ago
  38. ca37555 ath9k_hw: Implement spur mitigation on AR9003 by Felix Fietkau · 14 years ago
  39. 317d332 ath9k_hw: Implement PLL control on AR9003 by Felix Fietkau · 14 years ago
  40. f7abf0c ath9k_hw: Set the channel on AR9003 by Felix Fietkau · 14 years ago
  41. 7152451 ath9k_hw: add common channel select helpers for ar900[23] by Luis R. Rodriguez · 14 years ago
  42. da6f1d7 ath9k_hw: Add AR9003 PHY register definitions by Felix Fietkau · 14 years ago
  43. 84e2169 ath9k_hw: prevent reset control register zeroing on AR9003 reset by Senthil Balasubramanian · 14 years ago
  44. 1f3f061 ath9k_hw: update the chip tests for AR9003 by Senthil Balasubramanian · 14 years ago
  45. ad7b806 ath9k_hw: Add few routines for rx edma support by Vasanthakumar Thiagarajan · 14 years ago
  46. ae3bb6d ath9k_hw: Fill rx_enable() for the AR9003 hardware family by Vasanthakumar Thiagarajan · 14 years ago
  47. cee1f62 ath9k_hw: Add abstraction for rx enable by Vasanthakumar Thiagarajan · 14 years ago
  48. ceb2644 ath9k_hw: Fill few hw cap for edma by Vasanthakumar Thiagarajan · 14 years ago
  49. 1adf02f ath9k_hw: Add hw cap flag for EDMA for the AR9003 family by Vasanthakumar Thiagarajan · 14 years ago
  50. 3448f91 ath9k: disable the MIB interrupt if ANI is disabled by Luis R. Rodriguez · 14 years ago
  51. 31a0bd3 ath9k_hw: disable ANI for AR9003 by Luis R. Rodriguez · 14 years ago
  52. 61accab ath9k_hw: add the AR9003 ar9003_hw_macversion_supported() by Luis R. Rodriguez · 14 years ago
  53. bab1f62 ath9k_hw: move init config and default after chip is up by Luis R. Rodriguez · 14 years ago
  54. 8525f28 ath9k_hw: Add AR9003 PHY support by Luis R. Rodriguez · 14 years ago
  55. db3cc53 ath9k_hw: Add the PCI IDs for AR9300 and fill up the pci_id_tables by Senthil Balasubramanian · 14 years ago
  56. 6477396 ath9k_hw: add a private callback for PLL control computation by Luis R. Rodriguez · 14 years ago
  57. bbd79af ath9k_hw: add some comments for ath9k_set_power_network_sleep() by Luis R. Rodriguez · 14 years ago
  58. e041228 ath9k_hw: skip PLL initialization on AR9003 on Power-On-Reset by Luis R. Rodriguez · 14 years ago
  59. 8fe6536 ath9k_hw: Move some RF ops to the private callbacks by Luis R. Rodriguez · 14 years ago
  60. aed1baf ath9k_hw: remove wrapper ath9k_hw_write_regs() by Luis R. Rodriguez · 14 years ago
  61. 42d5bc3 ath9k_hw: AR9003 does not have AR_RC_AHB skip its setting by Luis R. Rodriguez · 14 years ago
  62. 783dfca ath9k_hw: add support for GPIO differences on AR9003 by Felix Fietkau · 14 years ago
  63. 2c5204a ath9k_hw: add simple register abstraction for some AR9300 registers by Felix Fietkau · 14 years ago
  64. 0bef631 ath9k_hw: fix a missing hex prefix for a register mask by Felix Fietkau · 14 years ago
  65. 086a864 ath9k_hw: add a macro for abstracting generic timer access by Felix Fietkau · 14 years ago
  66. b055032 ath9k_hw: add silicon revision macros for AR9300 by Felix Fietkau · 14 years ago
  67. d70357d ath9k_hw: start building an abstraction layer for hardware routines by Luis R. Rodriguez · 14 years ago
  68. f8e1d08 ath9k-htc: fix lockdep warning and kernel warning after unplugging ar9271 usb device by Ming Lei · 14 years ago
  69. 0fa35a5 ath9k-htc:respect usb buffer cacheline alignment in reg out path by Ming Lei · 14 years ago
  70. e6c6d33 ath9k-htc:respect usb buffer cacheline alignment in reg in path by Ming Lei · 14 years ago
  71. f28a7b3 ath9k-htc:respect usb buffer cacheline alignment in ath9k_hif_usb_alloc_rx_urbs by Ming Lei · 14 years ago
  72. 2eb46d9 ath9k: simplify AR9220 fixup code for AR_AN_TOP2 register by Pavel Roskin · 15 years ago
  73. f984d94 ath9k_htc: Fix HTC layer memleak by Sujith · 15 years ago
  74. 6f0f266 ath9k_htc: Use anchors for REGOUT pipe by Sujith · 15 years ago
  75. c503269 ath9k_htc: Fix module unloading issue by Sujith · 15 years ago
  76. 66b10e3 ath9k_htc: Fix RX URB reference count by Sujith · 15 years ago
  77. 46baa1a ath9k_htc: Protect RX stream variables by Sujith · 15 years ago
  78. 60ece40 wireless/ath: remove trailing space in messages by Frans Pop · 15 years ago
  79. 0f2df9e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into merge by John W. Linville · 15 years ago
  80. 1c3652a ath9k_htc: Configure the beacon timers once the scan is completed. by Vivek Natarajan · 15 years ago
  81. bde748a ath9k_htc: Add support for power save. by Vivek Natarajan · 15 years ago
  82. 53bc7aa ath9k: Add support for newer AR9285 chipsets. by Vivek Natarajan · 15 years ago
  83. e92119c ath9k_htc: Add TL-WN422G v2 product ID by Sujith · 15 years ago
  84. ffa49f8 ath9k_hw: Don't check devid for ath9k_htc by Sujith · 15 years ago
  85. 497ad9a ath: Add a bus type field by Sujith · 15 years ago
  86. 32ffb1f ath9k: fix compile error without debug enabled by Felix Fietkau · 15 years ago
  87. 152d530 ath9k: remove ah->mask_reg, it's never used properly by Pavel Roskin · 15 years ago
  88. 3069168 ath9k: move imask from sc to ah by Pavel Roskin · 15 years ago
  89. c81494d ath9k: rename symbols in enum ath9k_internal_frame_type to avoid confusion by Pavel Roskin · 15 years ago
  90. 1144601 ath9k: fix double calls to ath_radio_enable by Felix Fietkau · 15 years ago
  91. 932d37c ath9k: Do not indicate RX_FLAG_DECRYPTED for unprotected frames by Jouni Malinen · 15 years ago
  92. 32fbcca ath9k_htc: Fix TKIP encryption by Sujith · 15 years ago
  93. 29bffa9 ath9k: allocate tx and rx status information on stack by Felix Fietkau · 15 years ago
  94. 8e6f5aa ath9k: split out access to rx status information by Felix Fietkau · 15 years ago
  95. db1a052 ath9k: split out access to tx status information by Felix Fietkau · 15 years ago
  96. 9f01a84 ath9k_htc: Initialize HW opmode by Sujith · 15 years ago
  97. 7757dfe ath9k_htc: Handle TX queue overflow by Sujith · 15 years ago
  98. 6335ed0 ath9k_htc: Simplify RX URB management by Sujith · 15 years ago
  99. d5a4c5e ath9k_htc: Fix watchdog pattern parsing by Sujith · 15 years ago
  100. ef98c3c ath9k_htc: Fix bug in aggregation initiation by Sujith · 15 years ago