1. d89baac ath9k_hw: Initialize mode registers from initvals.h for AR9340 by Vasanthakumar Thiagarajan · 14 years ago
  2. 0b488ac ath9k_hw: Configure pll control register accordingly for AR9340 by Vasanthakumar Thiagarajan · 14 years ago
  3. f2f5f2a ath9k_hw: Get AHB clock information from ath9k_platform_data by Vasanthakumar Thiagarajan · 14 years ago
  4. b99a7be ath9k_hw: Define devid and mac version for AR9340 by Vasanthakumar Thiagarajan · 14 years ago
  5. 5519541 ath9k: fix powersave frame filtering/buffering in AP mode by Felix Fietkau · 14 years ago
  6. 0cb9e06 ath: unshare struct ath_bus_ops between ath5k and ath9k by Felix Fietkau · 14 years ago
  7. 2638126 ath9k_hw: remove ath9k_get_channel_edges by Mohammed Shafi Shajakhan · 14 years ago
  8. 468b0d4 ath9k: remove set11n_virtualmorefrag by Mohammed Shafi Shajakhan · 14 years ago
  9. 83860c5 ath9k_hw: remove pCap->tx_triglevel_max by Felix Fietkau · 14 years ago
  10. 340d0ea ath9k_hw: remove ATH9K_HW_CAP_ENHANCEDPM by Felix Fietkau · 14 years ago
  11. 6de12a1 ath9k_hw: remove pCap->keycache_size by Felix Fietkau · 14 years ago
  12. c429bdc ath9k_hw: remove pCap->reg_cap by Felix Fietkau · 14 years ago
  13. 0db156e ath9k_hw: remove ah->config.ht_enable by Felix Fietkau · 14 years ago
  14. f4c607d ath9k_hw: remove pCap->total_queues by Felix Fietkau · 14 years ago
  15. a9b6b25 ath9k_hw: turn a few big macros into functions by Felix Fietkau · 14 years ago
  16. 845e03c ath9k_hw: add a new register op for read-mask-write by Felix Fietkau · 14 years ago
  17. f9f84e9 ath9k_hw: embed the ath_ops callbacks in the ath_hw struct by Felix Fietkau · 14 years ago
  18. dd347f2 ath9k: fix beacon timer handling issues by Felix Fietkau · 14 years ago
  19. 6de66dd ath9k: add support for overriding LED pin and GPIO settings from platform data by Felix Fietkau · 14 years ago
  20. 691680b ath9k: add an interface for overriding the value of specific GPIO pins by Felix Fietkau · 14 years ago
  21. e7fc633 ath9k_hw: Speedup register ops for HTC driver by Rajkumar Manoharan · 14 years ago
  22. 997941d ath9k_hw: fix REG_SET_BIT and REG_CLR_BIT for multiple bits by Felix Fietkau · 14 years ago
  23. 3e11210d Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  24. b141581 ath9k_hw: Add a function to read sqsum_dvc. by Vivek Natarajan · 15 years ago
  25. 6f48101 ath9k_hw: disabled PAPRD for AR9003 by Luis R. Rodriguez · 15 years ago
  26. 09a525d ath9k_htc: Add multiple register read API by Sujith Manoharan · 15 years ago
  27. 97dcec5 ath9k_htc: Fix warning on device removal by Sujith Manoharan · 15 years ago
  28. f1a8abb ath9k_hw: fix PA predistortion HT40 mask by Felix Fietkau · 15 years ago
  29. 5582132 ath9k_hw: remove baseband rfsilent support by Felix Fietkau · 15 years ago
  30. 45ef6a0 ath9k_hw: Configure appropriate Tx power when PAPRD fails by Vasanthakumar Thiagarajan · 15 years ago
  31. 7072bf6 ath9k_hw: Disable PAPRD for rates with low Tx power by Vasanthakumar Thiagarajan · 15 years ago
  32. 895ad7e ath9k_hw: Move get_streams() to hw.h by Vasanthakumar Thiagarajan · 15 years ago
  33. 1bf3866 ath9k_hw: fix PA predistortion training power selection by Felix Fietkau · 15 years ago
  34. 62a957e ath9k_hw: remove ah->txpower_indexoffset by Felix Fietkau · 15 years ago
  35. 5f65c30 ath9k_hw: remove ah->beacon_interval by Felix Fietkau · 15 years ago
  36. 6da5a72 ath9k_hw: clean up SREV version checks by Felix Fietkau · 15 years ago
  37. df3c8b2 ath9k_hw: remove antenna configuration eeprom ops and variables by Felix Fietkau · 15 years ago
  38. 4ddfcd7 ath9k_hw: clean up duplicate and unnused eeprom related defines by Felix Fietkau · 15 years ago
  39. 0b5ead9 ath9k_htc: Cleanup device identification by Sujith Manoharan · 15 years ago
  40. 47c80de ath9k_hw: Find the maximum number of chains that hw supports by Vasanthakumar Thiagarajan · 15 years ago
  41. 8060e16 ath9k: Enable extended synch for AR9485 to fix L0s recovery issue by Vasanthakumar Thiagarajan · 15 years ago
  42. 3050c91 ath9k_hw: Enable hw initialization for AR9485 by Vasanthakumar Thiagarajan · 15 years ago
  43. 226afe6 ath: Convert ath_print to ath_dbg by Joe Perches · 15 years ago
  44. ea066d5 ath9k: Add support for Adaptive Power Management by Mohammed Shafi Shajakhan · 15 years ago
  45. d7a066c9 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  46. c5d0855 ath9k_hw: set default values for radar pulse detection by Felix Fietkau · 15 years ago
  47. 4e8c14e ath9k_hw: add a private op for configuring radar pulse detection by Felix Fietkau · 15 years ago
  48. 6ee63f5 ath9k_hw: Fix low throughput issue with AR93xx by Senthil Balasubramanian · 15 years ago
  49. 7919a57 bitops: Provide generic sign_extend32 function by Andreas Herrmann · 15 years ago
  50. 066dae9 ath9k: rework tx queue selection and fix queue stopping/waking by Felix Fietkau · 15 years ago
  51. de40f31 ath9k_hw: extend ath9k_hw_set_txpowerlimit to test channel txpower by Felix Fietkau · 15 years ago
  52. 744bcb4 ath9k_hw: make ath9k_hw_gettsf32 static by Felix Fietkau · 15 years ago
  53. 5f841b4 ath9k: Avoid HW opmode overridden on monitor mode changes by Rajkumar Manoharan · 15 years ago
  54. d465991 ath9k_hw: remove enum wireless_mode and its users by Felix Fietkau · 15 years ago
  55. cac4220 ath9k: add compile time checking for the size of the channel list by Felix Fietkau · 15 years ago
  56. b5bfc56 ath9k_hw: move the cycle counter tracking to ath by Felix Fietkau · 15 years ago
  57. 9579217 ath9k_hw: merge ath9k_hw_ani_monitor_old and ath9k_hw_ani_monitor_new by Felix Fietkau · 15 years ago
  58. 8eb4980 ath9k_hw: remove function pointer abstraction for internal ANI ops by Felix Fietkau · 15 years ago
  59. bfc472b ath9k_hw: remove code duplication in phy error counter handling by Felix Fietkau · 15 years ago
  60. 093115b ath9k_hw: clean up ANI state handling by Felix Fietkau · 15 years ago
  61. 435c161 ath9k_hw: clean up register write buffering by Felix Fietkau · 15 years ago
  62. 9dbebc7 ath9k_hw: merge codepaths that access the cycle counter registers by Felix Fietkau · 15 years ago
  63. 6497827 ath9k_hw: clean up calibration flags by Felix Fietkau · 15 years ago
  64. 9094a08 ath9k_hw: remove some useless calibration data by Felix Fietkau · 15 years ago
  65. d9891c7 ath9k_hw: keep calibrated noise floor values per channel by Felix Fietkau · 15 years ago
  66. 040e539 ath9k: Use common ath key management functions by Bruno Randolf · 15 years ago
  67. 364734f ath9k_hw: remove useless hw capability flags by Felix Fietkau · 15 years ago
  68. c2ba334 ath9k_hw: Restore ANI registers to default during partial reset for AR9271 by Rajkumar Manoharan · 15 years ago
  69. 21cc630 ath9k_hw: Add functions to get/set antenna diversity configuration by Vasanthakumar Thiagarajan · 15 years ago
  70. 754dc53 ath9k_hw: Add capability flag for Antenna diversity and combining feature by Vasanthakumar Thiagarajan · 15 years ago
  71. 70cf153 ath9k: use AP beacon miss as a trigger for fast recalibration by Felix Fietkau · 15 years ago
  72. 4254bc1 ath9k_hw: fix a noise floor calibration related race condition by Felix Fietkau · 15 years ago
  73. 20bd2a0 ath9k_hw: clean up per-channel calibration data by Felix Fietkau · 15 years ago
  74. bbacee1 ath9k: merge noisefloor load implementations by Felix Fietkau · 15 years ago
  75. 54bd500 ath9k_hw: clean up the noise floor calibration code to reduce code duplication by Felix Fietkau · 15 years ago
  76. f2552e2 ath9k_hw: sanitize noise floor values properly on all chips by Felix Fietkau · 15 years ago
  77. f35376a ath9k: make ath9k_hw_keysetmac static by John W. Linville · 15 years ago
  78. 99aeed9 ath9k: remove unused function ath9k_hw_keyisvalid by John W. Linville · 15 years ago
  79. 6a0ec30 ath9k_hw: add pcieSerDesWrite to disable SERDES ASPM tweaks by Luis R. Rodriguez · 15 years ago
  80. 9a658d2 ath9k_hw: fix ASPM setting for AR9003 by Luis R. Rodriguez · 15 years ago
  81. 7b9a4b0 ath9k_hw: remove ATH9K_CAP_DS by Felix Fietkau · 15 years ago
  82. 16f2411 ath9k_hw: remove ATH9K_CAP_MCAST_KEYSRCH by Felix Fietkau · 15 years ago
  83. f32a488 ath9k_hw: remove ATH9K_CAP_TKIP_SPLIT by Felix Fietkau · 15 years ago
  84. 71fca6e ath9k_hw: remove ATH9K_CAP_TKIP_MIC by Felix Fietkau · 15 years ago
  85. 9cc3271 ath9k_hw: remove ATH9K_CAP_TXPOW by Felix Fietkau · 15 years ago
  86. 716f7fc ath9k_hw: remove ATH9K_CAP_CIPHER by Felix Fietkau · 15 years ago
  87. 717f6be ath9k_hw: add functions for controlling PA predistortion calibration by Felix Fietkau · 15 years ago
  88. 4935250 ath9k_hw: add support for parsing PA predistortion related EEPROM fields by Felix Fietkau · 15 years ago
  89. 96d159d ath9k_hw: remove a useless function for setting the mac address by Felix Fietkau · 15 years ago
  90. 41f3e54 ath9k: add a debugfs entry for ignoring CCA on the extension channel in HT40 by Felix Fietkau · 15 years ago
  91. a6d2055 ath9k: fix extending the rx timestamp with the hardware TSF by Felix Fietkau · 15 years ago
  92. e36b27a ath9k: add new ANI implementation for AR9003 by Luis R. Rodriguez · 15 years ago
  93. 40346b6 ath9k_hw: inform ANI calibration when scanning by Luis R. Rodriguez · 15 years ago
  94. ac0bb76 ath9k_hw: allow for spliting up ANI operations by family by Luis R. Rodriguez · 15 years ago
  95. 7337725 ath9k_hw: move clock definitions from hw.c to hw.h by Luis R. Rodriguez · 15 years ago
  96. e9141f7 ath9k_hw: Fix async fifo for AR9287 by Sujith · 15 years ago
  97. c5395b6 ath9k_hw: Enable TX IQ calibration on AR9003 by Luis R. Rodriguez · 15 years ago
  98. 77c2061 wireless: fix several minor description typos by Walter Goldens · 15 years ago
  99. 6473d24 ath9k: Enable Short GI in 20 Mhz for ar9287 and later chips by Vasanthakumar Thiagarajan · 15 years ago
  100. aea702b ath9k_hw: add support for the AR9003 baseband watchdog by Luis R. Rodriguez · 15 years ago