1. 1adc93c ath9k: avoid usage of ath9k_hw_setpower() on hw.c by Luis R. Rodriguez · 15 years ago
  2. a91d75a ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.c by Luis R. Rodriguez · 15 years ago
  3. 21526d5 ath9k: move ps helpers onto core driver when reseting tsf by Luis R. Rodriguez · 15 years ago
  4. a36cfbc ath9k: rename ath_btcoex_supported() to ath9k_hw_btcoex_supported() by Luis R. Rodriguez · 15 years ago
  5. 766ec4a ath9k: rename ath_btcoex_info to ath_btcoex_hw by Luis R. Rodriguez · 15 years ago
  6. 46289e1 ath9k: rename btcoex_scheme to just scheme by Luis R. Rodriguez · 15 years ago
  7. 8c1b39547 ath9k: replaces SC_OP_BTCOEX_ENABLED with a bool by Luis R. Rodriguez · 15 years ago
  8. af03abe ath9k: move hw specific btcoex info to ath_hw by Luis R. Rodriguez · 15 years ago
  9. 4d6b228 ath9k: use ath_hw for DPRINTF() and debug init/exit by Luis R. Rodriguez · 15 years ago
  10. b37fa87 ath9k: Initialize txgain and rxgain for newer AR9287 chipsets. by Vivek Natarajan · 15 years ago
  11. a3ca95fb ath9k: Disable autosleep feature by default. by Vivek Natarajan · 15 years ago
  12. 42abfbe ath9k: Fix AHB reset for AR9280 by Vivek Natarajan · 15 years ago
  13. 0a475cc ath9k: Do a full reset for AR9280 by Vasanthakumar Thiagarajan · 15 years ago
  14. 9ebef799 ath9k: Don't read NF when chip has gone through full sleep mode by Vasanthakumar Thiagarajan · 15 years ago
  15. 204d794 ath9k: Fix rx data corruption by Vasanthakumar Thiagarajan · 15 years ago
  16. 46fe782 ath9k: Restore TSF after RESET by Sujith · 15 years ago
  17. 93b1b37 ath9k: Revamp PCIE workarounds by Vivek Natarajan · 15 years ago
  18. 8c8f9ba ath9k: Initialize the priority gpio for BT coex 3-wire by Vasanthakumar Thiagarajan · 15 years ago
  19. f42cc2c ath9k: Get rid of the modparam btcoex_enable by Vasanthakumar Thiagarajan · 15 years ago
  20. fe12946 ath9k: Enable btcoex based on the subsystem id of the device by Vasanthakumar Thiagarajan · 15 years ago
  21. 7b6840a ath9k: Disable ASPM when btcoex is active by Vasanthakumar Thiagarajan · 15 years ago
  22. 7ea310b ath9k: Fix RX Filter handling for BAR by Sujith · 15 years ago
  23. 1c29ce6 ath9k: Do an AHB reset before doing RTC reset by Vasanthakumar Thiagarajan · 15 years ago
  24. 1773912 ath9k: Add Bluetooth Coexistence 3-wire support by Vasanthakumar Thiagarajan · 15 years ago
  25. ff155a4 ath9k: Add infrastructure for generic hw timers by Vasanthakumar Thiagarajan · 15 years ago
  26. 81fa16f ath9k: Remove hw capability bit meant for btcoex by Vasanthakumar Thiagarajan · 15 years ago
  27. 22f25d0 ath9k: Determine btcoex scheme type based on chip version by Vasanthakumar Thiagarajan · 15 years ago
  28. f14462c ath9k: Move btcoex related data to a separate struct by Vasanthakumar Thiagarajan · 15 years ago
  29. 42cc41e ath9k: Configure btcoex register during every reset by Vasanthakumar Thiagarajan · 15 years ago
  30. 17d50d1 ath9k: Move btcoex stuff from hw.[ch] to new btcoex.[ch] by Vasanthakumar Thiagarajan · 15 years ago
  31. f985ad1 ath9k: Split ath9k_hw_btcoex_enable() into two logical pieces by Vasanthakumar Thiagarajan · 15 years ago
  32. 608b88c ath: move regulatory info into shared common structure by Luis R. Rodriguez · 15 years ago
  33. 326bebb ath9k: Updates for AR9287_12 version of chipset. by Vivek Natarajan · 15 years ago
  34. d340b1f ath9k: Set AR_WA for AR9287 as it improves consistency in throughput. by Vivek Natarajan · 15 years ago
  35. db91f2e ath9k: Add open loop power control support for AR9287. by Vivek Natarajan · 15 years ago
  36. 1cf6873 ath9k: Remove duplicate variables by Sujith · 15 years ago
  37. 54e4cec ath9k: Cleanup function return types by Sujith · 15 years ago
  38. d7e7d22 ath9k: add initial hardware support for ar9271 by Luis R. Rodriguez · 15 years ago
  39. 39068d1 ath9k: remove spurious check for channel on keycache reset by Luis R. Rodriguez · 15 years ago
  40. 95fafca ath9k: call ath9k_hw_detach() once upon hw init failure by Luis R. Rodriguez · 15 years ago
  41. 9db6b6a ath9k: set ah to null after freeing by Luis R. Rodriguez · 15 years ago
  42. e70c0cf ath9k: rename ath9k_hw_ani_detach() to ath9k_hw_ani_disable() by Luis R. Rodriguez · 15 years ago
  43. 081b35a ath9k: rename ath9k_hw_rfdetach() to ath9k_hw_rf_free() by Luis R. Rodriguez · 15 years ago
  44. f637cfd ath9k: describe hw initialization better by Luis R. Rodriguez · 15 years ago
  45. aa4058a ath9k: break up hw initialization into a few more helpers by Luis R. Rodriguez · 15 years ago
  46. b8b0f37 ath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_config() by Luis R. Rodriguez · 15 years ago
  47. 50aca25 ath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defaults() by Luis R. Rodriguez · 15 years ago
  48. f9d4a66 ath9k: move hw macrevision checker to helper by Luis R. Rodriguez · 15 years ago
  49. 07c10c6 ath9k: pass only one argument to hw attach by Luis R. Rodriguez · 15 years ago
  50. ee2bb46 ath9k: call hw initializer directly by Luis R. Rodriguez · 15 years ago
  51. 8df5d1b ath9k: move devid cache setting to ath_init() by Luis R. Rodriguez · 15 years ago
  52. 4f3acf8 ath9k: move memory allocation of ath_hw to ath_init() by Luis R. Rodriguez · 15 years ago
  53. 7819ac8 ath9k: propagate hw initialization errors by Luis R. Rodriguez · 15 years ago
  54. fbf5466 ath9k: use a switch for revising supported hw mac revisions by Luis R. Rodriguez · 15 years ago
  55. ed459c1 ath9k: remove usage of AR_SREV_*() wrapper to detect supported hw by Luis R. Rodriguez · 15 years ago
  56. 0b3acfa ath9k: Remove unused ath9k_hw_intrget() by Vasanthakumar Thiagarajan · 15 years ago
  57. cbdec97 ath9k: get rid of unnecessary setpower calls by Gabor Juhos · 15 years ago
  58. 9614832 ath9k: fix race with IEEE80211_CONF_PS checks by Gabor Juhos · 15 years ago
  59. ac88b6e ath9k: Add support for AR9287 based chipsets. by Vivek Natarajan · 15 years ago
  60. f9b604f ath9k: make use ath9k_hw_wait int ath9k_hw_reset_tsf by Gabor Juhos · 15 years ago
  61. 1b7e528 ath9k: wake up the chip for TSF reset by Gabor Juhos · 15 years ago
  62. 709ade9 ath9k: serialize ath9k_ps_{wakeup,restore} calls by Gabor Juhos · 15 years ago
  63. 0bc0798 ath9k: uninline ath9k_ps_{wakeup,restore} functions by Gabor Juhos · 15 years ago
  64. 04717cc ath9k: serialize ath9k_hw_setpower calls by Gabor Juhos · 15 years ago
  65. dfe80a3 ath9k: remove ATH9K_MODE_11B by Luis R. Rodriguez · 15 years ago
  66. 6badaaf drivers/net/wireless/ath/ath9k: Remove unnecessary semicolons by Joe Perches · 15 years ago
  67. 3b319aa ath9k: port to cfg80211 rfkill by Johannes Berg · 15 years ago
  68. e31a16d wireless: move some utility functions from mac80211 to cfg80211 by Zhu Yi · 15 years ago
  69. 8fbff4b ath9k: Cleanup ineffective return values by Vasanthakumar Thiagarajan · 15 years ago
  70. 19eddca ath9k: Remove bogus break after return by Vasanthakumar Thiagarajan · 15 years ago
  71. f9dd6b5 ath9k: remove redundant AR9285 checks by Gabor Juhos · 15 years ago
  72. 4f0fc7c ath9k: make private driver rate tables const by Luis R. Rodriguez · 15 years ago
  73. fb4a3d3 ath9k: uninline ath9k_io{read,write}32 routines by Gabor Juhos · 15 years ago
  74. 882b709 ath9k: Disable autosleep feature for AR9285 based chipsets. by Vivek Natarajan · 15 years ago
  75. a89bff9 ath9k: reset after PCI FATAL/PERR interrupts by Steven Luo · 15 years ago
  76. 203c480 atheros: put atheros wireless drivers into ath/ by Luis R. Rodriguez · 15 years ago[Renamed from drivers/net/wireless/ath9k/hw.c]
  77. 3a702e4 atheros: introduce ath module containing common ath5k/ath9k/ar9170 code by Bob Copeland · 15 years ago
  78. c02cf37 ath9k: pass regd structure directly to regulatory functions by Bob Copeland · 15 years ago
  79. 0ef1f16 ath9k: Remove redundant variable for Interrupt Mitigation by Sujith · 15 years ago
  80. eef7a57 ath9k: Change return value of ath9k_hw_fill_cap_info by Sujith · 15 years ago
  81. d8baa93 ath9k: Cleanup debug messages by Sujith · 15 years ago
  82. 6ed6a05 ath9k: Remove redundant chainmask check by Sujith · 15 years ago
  83. bdbdf46 ath9k: Remove a few unused flags by Sujith · 15 years ago
  84. 9cb5412 Add mesh point functionality to ath9k by Pat Erley · 15 years ago
  85. cee075a ath9k: Update copyright in all the files by Sujith · 15 years ago
  86. d650915 ath9k: Change return type for set_board_values() by Sujith · 15 years ago
  87. 7d01b22 ath9k: Miscellaneous EEPROM handling cleanup by Sujith · 15 years ago
  88. af43306 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
  89. 2d6a5e9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  90. 9c81e8b ath9k: Initialize ANI properly by Sujith · 16 years ago
  91. a8c96d3 ath9k: cleanup AR5416 version checking macros by Gabor Juhos · 16 years ago
  92. 4e84516 ath9k: INI update for AR9285 and periodic PA offset caliberation by Senthil Balasubramanian · 16 years ago
  93. 5ec905a ath9k: AR9280 PCI devices must serialize IO as well by Luis R. Rodriguez · 15 years ago
  94. 6158425 ath9k: implement IO serialization by Luis R. Rodriguez · 15 years ago
  95. b9a1619 ath9k: Set TSF fix by Alina Friedrichsen · 16 years ago
  96. e0caf9e ath9k: Remove unused key xoring by Jouni Malinen · 16 years ago
  97. 672903b ath9k: Document keycache operations by Jouni Malinen · 16 years ago
  98. 8147f5d ath9k: Fix bug in EEPROM chainmask retrieval by Sujith · 16 years ago
  99. d9ae96d ath9k: Remove multiple macro occurrences by Sujith · 16 years ago
  100. f34639d ath9k: Remove a few unused capability macros by Sujith · 16 years ago