1. af6a3fc ath9k: Fix regression on receiving PS poll frames by Luis R. Rodriguez · 15 years ago
  2. e48e3a2 ath9k: cancel xmit poll work at stop() callback by Luis R. Rodriguez · 15 years ago
  3. 2f69ffa ath9k: remove dangling error check on keycache reset on hw init by Luis R. Rodriguez · 15 years ago
  4. 95fafca ath9k: call ath9k_hw_detach() once upon hw init failure by Luis R. Rodriguez · 15 years ago
  5. 3ce1b1a ath9k: set sc->sc_ah to NULL after freeing it by Luis R. Rodriguez · 15 years ago
  6. 1e40bcf ath9k: distinguish between device initialization and ath_softc init by Luis R. Rodriguez · 15 years ago
  7. f637cfd ath9k: describe hw initialization better by Luis R. Rodriguez · 15 years ago
  8. 08e0403 ath9k: remove debug message for no memoery on ath_init() by Luis R. Rodriguez · 15 years ago
  9. 07c10c6 ath9k: pass only one argument to hw attach by Luis R. Rodriguez · 15 years ago
  10. e1e2f93 ath9k: move cache setting of softc ah prior to attach by Luis R. Rodriguez · 15 years ago
  11. 8df5d1b ath9k: move devid cache setting to ath_init() by Luis R. Rodriguez · 15 years ago
  12. 4f3acf8 ath9k: move memory allocation of ath_hw to ath_init() by Luis R. Rodriguez · 15 years ago
  13. 7819ac8 ath9k: propagate hw initialization errors by Luis R. Rodriguez · 15 years ago
  14. 42935ec mac80211: redefine usage of the mac80211 workqueue by Luis R. Rodriguez · 15 years ago
  15. c94dbff ath9k: move workqueue cancels to stop callback by Luis R. Rodriguez · 15 years ago
  16. 35c95ab ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds() by Luis R. Rodriguez · 15 years ago
  17. 9851bad ath9k: re-order cancelling of work on mac80211 workqueue by Luis R. Rodriguez · 15 years ago
  18. 35a1e70 ath9k: remove unused ATH_PCI_VERSION by Luis R. Rodriguez · 15 years ago
  19. 9614832 ath9k: fix race with IEEE80211_CONF_PS checks by Gabor Juhos · 15 years ago
  20. ac88b6e ath9k: Add support for AR9287 based chipsets. by Vivek Natarajan · 15 years ago
  21. f83da96 ath9k: Cleanup return values by Sujith · 15 years ago
  22. 9e98ac6 ath9k: Remove redundant HT macros by Sujith · 15 years ago
  23. 95a2b2e ath9k: do not stop the queues in driver stop by Luis R. Rodriguez · 15 years ago
  24. 6483917 ath9k: disable radio when all devices are marked idle by Luis R. Rodriguez · 15 years ago
  25. 04717cc ath9k: serialize ath9k_hw_setpower calls by Gabor Juhos · 15 years ago
  26. ebaa245 ath9k: Remove pointless ath9k_ps_restore() in ath_detach() by Vasanthakumar Thiagarajan · 15 years ago
  27. 164ace3 ath9k: Fix TX hang issue with Atheros chipsets by Senthil Balasubramanian · 15 years ago
  28. a59b5a5 ath9k: Manipulate and report the correct RSSI by Senthil Balasubramanian · 15 years ago
  29. dd19018 ath9k: cleanup try count for MRR in rate control by Luis R. Rodriguez · 15 years ago
  30. 140add2 ath9k: Handle different TX and RX streams properly. by Senthil Balasubramanian · 15 years ago
  31. e5f0921 ath9k: race condition in SCANNING state check during ANI calibration by Senthil Balasubramanian · 15 years ago
  32. f38faa3 ath9k: stop ani when the STA gets disconnected. by Senthil Balasubramanian · 15 years ago
  33. 2664f20 ath9k: remove unnecessary STATION mode check. by Senthil Balasubramanian · 15 years ago
  34. 38ab422 ath9k: restore PS mode, before we put the chip into FULL SLEEP state. by Gabor Juhos · 15 years ago
  35. 3989279 ath9k: restore power mode on error path by Gabor Juhos · 15 years ago
  36. 3b319aa ath9k: port to cfg80211 rfkill by Johannes Berg · 15 years ago
  37. 159cd46 ath9k: Make sure we have current channel in ah_curchan before rf disable/enable by Vasanthakumar Thiagarajan · 15 years ago
  38. 82880a7 ath9k: Add helper to get ath9k specific current channel by Vasanthakumar Thiagarajan · 15 years ago
  39. 19d337d rfkill: rewrite by Johannes Berg · 15 years ago
  40. ccdfeab ath9k: Update Beacon timers based on timestamp from the AP by Jouni Malinen · 15 years ago
  41. eeddfd9 ath9k: set max default eirp to 20 dBm by Luis R. Rodriguez · 15 years ago
  42. c26c2e5 ath9k: fix custom regulatory call position by Luis R. Rodriguez · 15 years ago
  43. dc8c458 ath9k: Set PM field in frame control when in PS mode by Jouni Malinen · 15 years ago
  44. aa68aea ath9k: Wake up for RX filter changes by Jouni Malinen · 15 years ago
  45. 54ce846 ath9k: Use TSFOOR interrupt to trigger TSF sync with next Beacon by Jouni Malinen · 15 years ago
  46. 1ffc1c6 ath9k: Do not try to calibrate radio when in sleep mode by Jouni Malinen · 15 years ago
  47. 9a23f9c ath9k: Wake up for TX in mac80211 timeout=0 sleep mode by Jouni Malinen · 15 years ago
  48. 153e080 ath9k: Move PS wakeup/restore calls from isr to tasklet by Vasanthakumar Thiagarajan · 15 years ago
  49. 6b45784 ath9k: Print hw reset failure status as signed int by Vasanthakumar Thiagarajan · 15 years ago
  50. 4f0fc7c ath9k: make private driver rate tables const by Luis R. Rodriguez · 15 years ago
  51. 2d0ddec mac80211: unify config_interface and bss_info_changed by Johannes Berg · 15 years ago
  52. 57c4d7b mac80211: clean up beacon interval settings by Johannes Berg · 15 years ago
  53. 85efc86 atheros: fix propagation of bad EEPROM on regulatory init by Luis R. Rodriguez · 15 years ago
  54. 379f044 ath9k: Cleanup calibration interface by Sujith · 15 years ago
  55. 415f738 ath9k: Initialize ANI timers by Sujith · 15 years ago
  56. 9c07a77 ath9k: Fix bug in scan termination by Sujith · 15 years ago
  57. d2f5b3a ath9k: Handle ASPM properly for RFKILL by Sujith · 15 years ago
  58. 203c480 atheros: put atheros wireless drivers into ath/ by Luis R. Rodriguez · 15 years ago[Renamed from drivers/net/wireless/ath9k/main.c]
  59. e3bb249 ath: move more setup code into ath_regd_init by Bob Copeland · 15 years ago
  60. 3a702e4 atheros: introduce ath module containing common ath5k/ath9k/ar9170 code by Bob Copeland · 15 years ago
  61. c02cf37 ath9k: pass regd structure directly to regulatory functions by Bob Copeland · 15 years ago
  62. 063d8be ath9k: Clean Interrupt handling routine by Sujith · 15 years ago
  63. 87792ef ath9k: Trivial fix to handle AMPDU params properly by Sujith · 15 years ago
  64. 1ffb061 ath9k: Initialize values when setting up the queue parameters by Sujith · 15 years ago
  65. 4658b98 ath9k: Remove TIM from the interrupt mask by Sujith · 15 years ago
  66. ae459af ath9k: Remove a couple of unused variables in descriptor handling by Sujith · 15 years ago
  67. d8baa93 ath9k: Cleanup debug messages by Sujith · 15 years ago
  68. bdbdf46 ath9k: Remove a few unused flags by Sujith · 15 years ago
  69. 8782b41 ath9k: No need to abort Rx path when autosleep is enabled. by Vivek Natarajan · 15 years ago
  70. 621cac8 rfkill: remove user_claim stuff by Johannes Berg · 15 years ago
  71. b172023 mac80211: unify and fix TX aggregation start by Johannes Berg · 15 years ago
  72. 9cb5412 Add mesh point functionality to ath9k by Pat Erley · 15 years ago
  73. 85067c0 ath9k: Keep LED on in idle state after association by Vasanthakumar Thiagarajan · 15 years ago
  74. cee075a ath9k: Update copyright in all the files by Sujith · 15 years ago
  75. 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
  76. 2d6a5e9 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  77. eeee132 ath9k: Add spectrum management to HW capabilities by Sujith · 15 years ago
  78. 7db90f4 cfg80211: move enum reg_set_by to nl80211.h by Luis R. Rodriguez · 15 years ago
  79. 0fee54c cfg80211: remove REGDOM_SET_BY_INIT by Luis R. Rodriguez · 15 years ago
  80. 5077fd3 ath9k: always compile ath_radio_{en,dis}able by Gabor Juhos · 16 years ago
  81. b03a9db ath9k: RX buffers may be accessed/freed even before initialized/alloced. by Senthil Balasubramanian · 16 years ago
  82. f0e6ce1 ath9k: Get rid of unnecessary ATOMIC memory alloc during init time by Senthil Balasubramanian · 16 years ago
  83. 19d8bc2 ath9k: create a common debugfs_root for all device instances by Gabor Juhos · 16 years ago
  84. 6158425 ath9k: implement IO serialization by Luis R. Rodriguez · 15 years ago
  85. f98c3bd ath9k: Add a simple virtual wiphy scheduler by Jouni Malinen · 16 years ago
  86. 8089cc4 ath9k: Special processing for channel changes during scan by Jouni Malinen · 16 years ago
  87. 7ec3e51 ath9k: Add workaround to recover from failed channel changes by Jouni Malinen · 16 years ago
  88. ee166a0 ath9k: Check virtual wiphy state on tx() by Jouni Malinen · 16 years ago
  89. 18eb62f ath9k: Pause other virtual wiphys on channel change by Jouni Malinen · 16 years ago
  90. 465ca84 ath9k: Register larger listen interval by Jouni Malinen · 16 years ago
  91. 9580a22 ath9k: Make start/stop operations aware of virtual wiphys by Jouni Malinen · 16 years ago
  92. 0e2dedf ath9k: Add routines for switching between active virtual wiphys by Jouni Malinen · 16 years ago
  93. f0ed85c ath9k: Virtual wiphy pause/unpause functionality by Jouni Malinen · 16 years ago
  94. c52f33d ath9k: Add support for multiple secondary virtual wiphys by Jouni Malinen · 16 years ago
  95. bce048d ath9k: Add data structure for supporting virtual radio/wiphy operation by Jouni Malinen · 16 years ago
  96. 8ca21f0 ath9k: Set BSSID mask based on configured interfaces by Jouni Malinen · 16 years ago
  97. 2c3db3d ath9k: Cleanup multiple VIF processing by Jouni Malinen · 16 years ago
  98. d216aaa ath9k: Clean up setkey operations by Jouni Malinen · 16 years ago
  99. 2554935 ath9k: Lock config_interface() callback with a mutex by Sujith · 16 years ago
  100. b238e90 ath9k: Handle TSF properly for AP mode by Sujith · 16 years ago