1. 2ddb5c8 ath9k: make ath9k_common_ops const by Luis R. Rodriguez · 15 years ago
  2. 5bb1279 atheros: move bus ops to ath_common by Luis R. Rodriguez · 15 years ago
  3. 9680e8a ath9k: remove driver ASSERT, just use BUG_ON() by Luis R. Rodriguez · 15 years ago
  4. 25c56ee ath9k: remove ath9k_ht_macmode by Luis R. Rodriguez · 15 years ago
  5. 43c2761 atheros: move tx/rx chainmask to ath_common by Luis R. Rodriguez · 15 years ago
  6. c46917b atheros: add common debug printing by Luis R. Rodriguez · 15 years ago
  7. cd9bf68 ath9k: separate core driver and hw timer code by Luis R. Rodriguez · 15 years ago
  8. b002a4a atheros: add ieee80211_hw to ath_common by Luis R. Rodriguez · 15 years ago
  9. 13b8155 atheros: define shared bssidmask setting by Luis R. Rodriguez · 15 years ago
  10. 9e4bffd atheros/ath9k: add common read/write ops and port ath9k to use it by Luis R. Rodriguez · 15 years ago
  11. 867633f ath9k: Define bus agnostic bluetooth coex prep helper by Luis R. Rodriguez · 15 years ago
  12. 27c51f1 ath9k: move ath_common to ath_hw by Luis R. Rodriguez · 15 years ago
  13. 1510718 atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common by Luis R. Rodriguez · 15 years ago
  14. f2b2143 ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hw by Luis R. Rodriguez · 15 years ago
  15. 9ecdef4 ath9k: rename driver core and hw power save helpers by Luis R. Rodriguez · 15 years ago
  16. 8c77a56 ath9k: move ath9k_hw_setpower() to main.c by Luis R. Rodriguez · 15 years ago
  17. a91d75a ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.c by Luis R. Rodriguez · 15 years ago
  18. 21526d5 ath9k: move ps helpers onto core driver when reseting tsf by Luis R. Rodriguez · 15 years ago
  19. 5e19729 ath9k: now move ath9k_hw_btcoex_set_weight() to btcoex.c by Luis R. Rodriguez · 15 years ago
  20. 269ad81 ath9k: simplify ath_btcoex_bt_stomp() by Luis R. Rodriguez · 15 years ago
  21. 766ec4a ath9k: rename ath_btcoex_info to ath_btcoex_hw by Luis R. Rodriguez · 15 years ago
  22. 46289e1 ath9k: rename btcoex_scheme to just scheme by Luis R. Rodriguez · 15 years ago
  23. e08a6ac ath9k: move bt_stomp_type to driver core by Luis R. Rodriguez · 15 years ago
  24. 8c1b395 ath9k: replaces SC_OP_BTCOEX_ENABLED with a bool by Luis R. Rodriguez · 15 years ago
  25. 75d7839 ath9k: move driver core helpers to main.c by Luis R. Rodriguez · 15 years ago
  26. af03abe ath9k: move hw specific btcoex info to ath_hw by Luis R. Rodriguez · 15 years ago
  27. 2e20250 ath9k: move btcoex core driver info to its own struct by Luis R. Rodriguez · 15 years ago
  28. 4d6b228 ath9k: use ath_hw for DPRINTF() and debug init/exit by Luis R. Rodriguez · 15 years ago
  29. e31f7b9 ath9k: Fix RFKILL bugs by Sujith · 15 years ago
  30. 93b1b37 ath9k: Revamp PCIE workarounds by Vivek Natarajan · 15 years ago
  31. aeac355 ath9k: Store subsystem id in struct hw_version by Vasanthakumar Thiagarajan · 15 years ago
  32. 7b6840a ath9k: Disable ASPM when btcoex is active by Vasanthakumar Thiagarajan · 15 years ago
  33. 8813262 ath9k: Fix channelFlags for 2GHZ by Sujith · 15 years ago
  34. 7ea310b ath9k: Fix RX Filter handling for BAR by Sujith · 15 years ago
  35. d0bec34 ath9k: Reconfigure beacon timers after the scan is completed. by Vivek Natarajan · 15 years ago
  36. ebb8e1d ath9k: Move generic hw timer intr handler to bottom-half by Vasanthakumar Thiagarajan · 15 years ago
  37. 1773912 ath9k: Add Bluetooth Coexistence 3-wire support by Vasanthakumar Thiagarajan · 15 years ago
  38. 81fa16f ath9k: Remove hw capability bit meant for btcoex by Vasanthakumar Thiagarajan · 15 years ago
  39. 22f25d0 ath9k: Determine btcoex scheme type based on chip version by Vasanthakumar Thiagarajan · 15 years ago
  40. f985ad1 ath9k: Split ath9k_hw_btcoex_enable() into two logical pieces by Vasanthakumar Thiagarajan · 15 years ago
  41. 3d83261 ath9k: Fix chainmask selection during scanning by Sujith · 15 years ago
  42. 22e66a4 ath9k: Nuke struct ath9k_node_stats by Vasanthakumar Thiagarajan · 15 years ago
  43. 608b88c ath: move regulatory info into shared common structure by Luis R. Rodriguez · 15 years ago
  44. 4c48381 ath9k: Fix TX poll cancelling by Sujith · 15 years ago
  45. 3ac64be mac80211: allow configure_filter callback to sleep by Johannes Berg · 15 years ago
  46. 08fc5c1 ath9k: Enable LEDs for AR9287 chipsets. by Vivek Natarajan · 15 years ago
  47. eff563c ath9k: Set HW state properly by Sujith · 15 years ago
  48. 1aa8e84 ath9k: Remove has_hw_phycounters by Sujith · 15 years ago
  49. d15dd3e ath: add common ath_rxbuf_alloc() and make ath9k use it by Luis R. Rodriguez · 15 years ago
  50. af6a3fc ath9k: Fix regression on receiving PS poll frames by Luis R. Rodriguez · 15 years ago
  51. e48e3a2 ath9k: cancel xmit poll work at stop() callback by Luis R. Rodriguez · 15 years ago
  52. 2f69ffa ath9k: remove dangling error check on keycache reset on hw init by Luis R. Rodriguez · 15 years ago
  53. 95fafca ath9k: call ath9k_hw_detach() once upon hw init failure by Luis R. Rodriguez · 15 years ago
  54. 3ce1b1a ath9k: set sc->sc_ah to NULL after freeing it by Luis R. Rodriguez · 15 years ago
  55. 1e40bcf ath9k: distinguish between device initialization and ath_softc init by Luis R. Rodriguez · 15 years ago
  56. f637cfd ath9k: describe hw initialization better by Luis R. Rodriguez · 15 years ago
  57. 08e0403 ath9k: remove debug message for no memoery on ath_init() by Luis R. Rodriguez · 15 years ago
  58. 07c10c6 ath9k: pass only one argument to hw attach by Luis R. Rodriguez · 15 years ago
  59. e1e2f93 ath9k: move cache setting of softc ah prior to attach by Luis R. Rodriguez · 15 years ago
  60. 8df5d1b ath9k: move devid cache setting to ath_init() by Luis R. Rodriguez · 15 years ago
  61. 4f3acf8 ath9k: move memory allocation of ath_hw to ath_init() by Luis R. Rodriguez · 15 years ago
  62. 7819ac8 ath9k: propagate hw initialization errors by Luis R. Rodriguez · 15 years ago
  63. 42935ec mac80211: redefine usage of the mac80211 workqueue by Luis R. Rodriguez · 15 years ago
  64. c94dbff ath9k: move workqueue cancels to stop callback by Luis R. Rodriguez · 15 years ago
  65. 35c95ab ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds() by Luis R. Rodriguez · 15 years ago
  66. 9851bad ath9k: re-order cancelling of work on mac80211 workqueue by Luis R. Rodriguez · 15 years ago
  67. 35a1e70 ath9k: remove unused ATH_PCI_VERSION by Luis R. Rodriguez · 15 years ago
  68. 9614832 ath9k: fix race with IEEE80211_CONF_PS checks by Gabor Juhos · 15 years ago
  69. ac88b6e ath9k: Add support for AR9287 based chipsets. by Vivek Natarajan · 16 years ago
  70. f83da96 ath9k: Cleanup return values by Sujith · 16 years ago
  71. 9e98ac6 ath9k: Remove redundant HT macros by Sujith · 16 years ago
  72. 95a2b2e ath9k: do not stop the queues in driver stop by Luis R. Rodriguez · 16 years ago
  73. 6483917 ath9k: disable radio when all devices are marked idle by Luis R. Rodriguez · 16 years ago
  74. 04717cc ath9k: serialize ath9k_hw_setpower calls by Gabor Juhos · 16 years ago
  75. ebaa245 ath9k: Remove pointless ath9k_ps_restore() in ath_detach() by Vasanthakumar Thiagarajan · 16 years ago
  76. 164ace3 ath9k: Fix TX hang issue with Atheros chipsets by Senthil Balasubramanian · 16 years ago
  77. a59b5a5 ath9k: Manipulate and report the correct RSSI by Senthil Balasubramanian · 16 years ago
  78. dd19018 ath9k: cleanup try count for MRR in rate control by Luis R. Rodriguez · 16 years ago
  79. 140add2 ath9k: Handle different TX and RX streams properly. by Senthil Balasubramanian · 16 years ago
  80. e5f0921 ath9k: race condition in SCANNING state check during ANI calibration by Senthil Balasubramanian · 16 years ago
  81. f38faa3 ath9k: stop ani when the STA gets disconnected. by Senthil Balasubramanian · 16 years ago
  82. 2664f20 ath9k: remove unnecessary STATION mode check. by Senthil Balasubramanian · 16 years ago
  83. 38ab422 ath9k: restore PS mode, before we put the chip into FULL SLEEP state. by Gabor Juhos · 16 years ago
  84. 3989279 ath9k: restore power mode on error path by Gabor Juhos · 16 years ago
  85. 3b319aa ath9k: port to cfg80211 rfkill by Johannes Berg · 16 years ago
  86. 159cd46 ath9k: Make sure we have current channel in ah_curchan before rf disable/enable by Vasanthakumar Thiagarajan · 16 years ago
  87. 82880a7 ath9k: Add helper to get ath9k specific current channel by Vasanthakumar Thiagarajan · 16 years ago
  88. 19d337d rfkill: rewrite by Johannes Berg · 16 years ago
  89. ccdfeab ath9k: Update Beacon timers based on timestamp from the AP by Jouni Malinen · 16 years ago
  90. eeddfd9 ath9k: set max default eirp to 20 dBm by Luis R. Rodriguez · 16 years ago
  91. c26c2e5 ath9k: fix custom regulatory call position by Luis R. Rodriguez · 16 years ago
  92. dc8c458 ath9k: Set PM field in frame control when in PS mode by Jouni Malinen · 16 years ago
  93. aa68aea ath9k: Wake up for RX filter changes by Jouni Malinen · 16 years ago
  94. 54ce846 ath9k: Use TSFOOR interrupt to trigger TSF sync with next Beacon by Jouni Malinen · 16 years ago
  95. 1ffc1c6 ath9k: Do not try to calibrate radio when in sleep mode by Jouni Malinen · 16 years ago
  96. 9a23f9c ath9k: Wake up for TX in mac80211 timeout=0 sleep mode by Jouni Malinen · 16 years ago
  97. 153e080 ath9k: Move PS wakeup/restore calls from isr to tasklet by Vasanthakumar Thiagarajan · 16 years ago
  98. 6b45784 ath9k: Print hw reset failure status as signed int by Vasanthakumar Thiagarajan · 16 years ago
  99. 4f0fc7c ath9k: make private driver rate tables const by Luis R. Rodriguez · 16 years ago
  100. 2d0ddec mac80211: unify config_interface and bss_info_changed by Johannes Berg · 16 years ago