1. 68a8911 ath9k: pass the ieee80211_hw on radio enable/disable by Luis R. Rodriguez · 16 years ago
  2. cee71d6 ath9k: use the passed ieee80211_hw on ath_rx_prepare() by Luis R. Rodriguez · 16 years ago
  3. b4afffc ath9k: simpify RX by calling ath_get_virt_hw() once by Luis R. Rodriguez · 16 years ago
  4. 1bdf6c3 ath9k: update hw configuration for virtual wiphys by Luis R. Rodriguez · 16 years ago
  5. 194b7c1 ath9k: fix listening to idle requests by Luis R. Rodriguez · 16 years ago
  6. 2071a00 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  7. 1e93bd4 ath5k: add LED definition for BenQ Joybook R55v by Bob Copeland · 16 years ago
  8. 6f9797a ath5k: add LED support for HP Compaq CQ60 by Bob Copeland · 16 years ago
  9. bcfc56a ath5k: don't reset mcast filter when configuring the mode by Bob Copeland · 16 years ago
  10. f6d773c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  11. 77c8258 ath5k: add LED support for Acer Aspire One AO751h/AO531h by Keng-Yu Lin · 16 years ago
  12. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  13. 5ed176e mac80211: make ieee80211_find_sta per virtual interface by Johannes Berg · 16 years ago
  14. ddcd4c0 ath9k_hw: make ath9k_phy_modify_rx_buffer() static by Luis R. Rodriguez · 16 years ago
  15. a776582 ath9k_hw: Fix and complete force bias for AR5416 by Luis R. Rodriguez · 16 years ago
  16. 896ff26 ath9k_hw: remove unused modesIndex param from ath9k_hw_write_regs() by Luis R. Rodriguez · 16 years ago
  17. ae478cf ath9k_hw: make spur mitigation a callback by Luis R. Rodriguez · 16 years ago
  18. e16393b ath9k_hw: order phy.c code and integrate spur mitigation by Luis R. Rodriguez · 16 years ago
  19. e68a060 ath9k_hw: use a callback for frequency change by Luis R. Rodriguez · 16 years ago
  20. 0a3b7ba ath9k_hw: make both analog channel change routines return int by Luis R. Rodriguez · 16 years ago
  21. dc51dd5 ath9k_hw: rename ath9k_hw_rf_free() to ath9k_hw_rf_free_ext_banks() by Luis R. Rodriguez · 16 years ago
  22. 431ba3c ath9k_hw: simplify ath9k_hw_rf_alloc_ext_banks() by Luis R. Rodriguez · 16 years ago
  23. 574d6b1 ath9k_hw: simplify rf attach and rename to ath9k_hw_rf_alloc_ext_banks() by Luis R. Rodriguez · 16 years ago
  24. b67b439 ath9k_hw: bail out early on ath9k_hw_init_rf() by Luis R. Rodriguez · 16 years ago
  25. 131d1d0 ath9k_hw: start documenting 802.11n RF anlong front ends by Luis R. Rodriguez · 16 years ago
  26. c75724d ath9k_hw: change the way we initialize the pll for ar9271 by Luis R. Rodriguez · 16 years ago
  27. 8564328 ath9k_hw: update register initialization/reset values for ar9271 by Luis R. Rodriguez · 16 years ago
  28. 0cab655 ath9k_hw: modify the rf control register for ar9271 revision 1.0 by Luis R. Rodriguez · 16 years ago
  29. 133d7c6 wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig by John W. Linville · 16 years ago
  30. 1d9c185 ath9k_hw: remove bogus register write on ath9k_hw_9271_pa_cal() by Luis R. Rodriguez · 16 years ago
  31. ec11bb8 ath9k_hw: correct AR_PHY_SPECTRAL_SCAN register offset by Luis R. Rodriguez · 16 years ago
  32. 1115847 ath9k_hw: add AR9271 single chip name mapping by Luis R. Rodriguez · 16 years ago
  33. f934c4d ath9k_hw: distinguish single-chip solutions on initial probe print by Luis R. Rodriguez · 16 years ago
  34. 2da4f01 ath9k_hw: move mac name and rf name helpers to hw code by Luis R. Rodriguez · 16 years ago
  35. e55ea2b ath9k: fix misplaced semicolon on rate control by Luis R. Rodriguez · 16 years ago
  36. bd6b444 ath: Updates for regulatory and country codes. by Vivek Natarajan · 16 years ago
  37. 68676df ar9170: don't filter BlockACK frames by Christian Lamparter · 16 years ago
  38. 731d6bf ar9170usb: atomic pending urbs counter by Christian Lamparter · 16 years ago
  39. 02bdf5b ar9170: atomic pending A-MPDU counter by Christian Lamparter · 16 years ago
  40. e5e2647 ath5k: use noise calibration from madwifi hal by Bob Copeland · 16 years ago
  41. e307fcf ath9k: adjust ahb callbacks to new struct layout to avoid compile errors by Marek Lindner · 16 years ago
  42. 332c556 ath9k: Fix TX hang poll routine by Sujith · 16 years ago
  43. 6226811 ath9k_hw: run ath9k_hw_9271_pa_cal() initial calibration by Luis R. Rodriguez · 16 years ago
  44. b57df12 ath9k_hw: run the carrier leakage calibration fix for ar9271 as well by Luis R. Rodriguez · 16 years ago
  45. af1fc67 ath9k: use right parameter for MODULE_PARM_DESC() for debug by Luis R. Rodriguez · 16 years ago
  46. 536b3a7 ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup() by Luis R. Rodriguez · 16 years ago
  47. bd96d39 ath9k: move ath_cleanup() below helpers to avoid forward declarations by Luis R. Rodriguez · 16 years ago
  48. 2568835 ath9k: add a helper to clean the core driver upon module unload by Luis R. Rodriguez · 16 years ago
  49. 7fda166 ath9k: add helper to un-init the hw properly by Luis R. Rodriguez · 16 years ago
  50. 211f585 ath9k: initialize hw prior to debugfs by Luis R. Rodriguez · 16 years ago
  51. faa27fa ath9k: move common->debug_mask setting to ath_init_softc() by Luis R. Rodriguez · 16 years ago
  52. 8ce54c5 ath5k: enable Power-Save Polls by setting the association ID by Luis R. Rodriguez · 16 years ago
  53. a3f86bf ath5k: fix regression which triggers an SME join upon assoc by Luis R. Rodriguez · 16 years ago
  54. abba068 ath5k: remove temporary low_id and high_id vars on ath5k_hw_set_associd() by Luis R. Rodriguez · 16 years ago
  55. be5d6b7 ath5k: simplify passed params to ath5k_hw_set_associd() by Luis R. Rodriguez · 16 years ago
  56. 91b9eb8 ath5k: fix regression introduced upon the removal of AR5K_HIGH_ID() by Luis R. Rodriguez · 16 years ago
  57. a72d57a ath5k: use ath_hw_setbssidmask() for bssid mask setting upon assoc by Luis R. Rodriguez · 16 years ago
  58. eb053a0 ath5k: fix regression on setting bssid mask on association by Luis R. Rodriguez · 16 years ago
  59. baee1f3 Wireless / ath5k: Simplify suspend and resume callbacks by Rafael J. Wysocki · 16 years ago
  60. bc974f4 atheros: define a common priv struct by Luis R. Rodriguez · 16 years ago
  61. 7976b42 ath9k_hw: add AR9271 srev and device ID to allow hw to support ar9271 by Luis R. Rodriguez · 16 years ago
  62. 3ca3403 ath9k_hw: print device ID if not supported by Luis R. Rodriguez · 16 years ago
  63. 7322fd1 ath9k: move hw code to its own module by Luis R. Rodriguez · 16 years ago
  64. 475a6e4 ath9k: use common read/write ops on pci and debug code by Luis R. Rodriguez · 16 years ago
  65. e41f0bf ath9k: Fix bugs in handling TX power by Senthil Balasubramanian · 16 years ago
  66. ebb90cf ath9k: Advertise midband for AR5416 devices by Senthil Balasubramanian · 16 years ago
  67. 63a75b9 ath9k: Reduce PLL Settle time and eliminate redundant PLL calls. by Senthil Balasubramanian · 16 years ago
  68. 1d50a69 ath9k: Handle ATH9K_BEACON_RESET_TSF properly by Senthil Balasubramanian · 16 years ago
  69. 66afad0 ath9k: Allow PSPOLL only when the interface is configured in AP mode by Senthil Balasubramanian · 16 years ago
  70. 7aa0349 ath9k: Update initvals by Vasanthakumar Thiagarajan · 16 years ago
  71. 4921be8 ath9k: Fix RTC reset for AR5416 by Sujith · 16 years ago
  72. 193cd45 ath9k: Update INI release for AR9287 by Sujith · 16 years ago
  73. 0b98eaa ath9k: Add Calibration checks by Vivek Natarajan · 16 years ago
  74. 181af38 ar9170: handle overflow in tsf_low register during get_tsf by Joerg Albert · 16 years ago
  75. 7c52c07 ar9170: add heavy clip handling by Joerg Albert · 16 years ago
  76. 90f2908 ar9170: fixed coding style, moved define by Joerg Albert · 16 years ago
  77. 2ddb5c8 ath9k: make ath9k_common_ops const by Luis R. Rodriguez · 16 years ago
  78. 5bb1279 atheros: move bus ops to ath_common by Luis R. Rodriguez · 16 years ago
  79. 990b70a ath9k: move ATH9K_RSSI_BAD to hw.h by Luis R. Rodriguez · 16 years ago
  80. cfe8cba ath9k: clarify what hw code is and remove ath9k.h from a few files by Luis R. Rodriguez · 16 years ago
  81. 9680e8a ath9k: remove driver ASSERT, just use BUG_ON() by Luis R. Rodriguez · 16 years ago
  82. e3d01bf ath9k: move ATH_AMPDU_LIMIT_MAX to hw.h by Luis R. Rodriguez · 16 years ago
  83. 25c56ee ath9k: remove ath9k_ht_macmode by Luis R. Rodriguez · 16 years ago
  84. 6420014 ath9k: remove ath9k 25 MHz HT40 spacing stuff by Luis R. Rodriguez · 16 years ago
  85. 43c2761 atheros: move tx/rx chainmask to ath_common by Luis R. Rodriguez · 16 years ago
  86. c46917b atheros: add common debug printing by Luis R. Rodriguez · 16 years ago
  87. cd9bf68 ath9k: separate core driver and hw timer code by Luis R. Rodriguez · 16 years ago
  88. b002a4a atheros: add ieee80211_hw to ath_common by Luis R. Rodriguez · 16 years ago
  89. 13b8155 atheros: define shared bssidmask setting by Luis R. Rodriguez · 16 years ago
  90. e5aa847 ath5k: define ath_common ops by Luis R. Rodriguez · 16 years ago
  91. 9adca12 ath5k: allocate ath5k_hw prior to initializing hw by Luis R. Rodriguez · 16 years ago
  92. 9e4bffd atheros/ath9k: add common read/write ops and port ath9k to use it by Luis R. Rodriguez · 16 years ago
  93. 867633f ath9k: Define bus agnostic bluetooth coex prep helper by Luis R. Rodriguez · 16 years ago
  94. db71971 ath5k: move ath_common to ath5k_hw by Luis R. Rodriguez · 16 years ago
  95. 27c51f1 ath9k: move ath_common to ath_hw by Luis R. Rodriguez · 16 years ago
  96. 394317f ath5k: initialize eeprom struct early on attach by Luis R. Rodriguez · 16 years ago
  97. 954fece ath5k: use common curbssid, bssidmask and macaddr by Luis R. Rodriguez · 16 years ago
  98. 8c727e7 ar9170: make use of common macaddr and curbssid by Luis R. Rodriguez · 16 years ago
  99. 1510718 atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common by Luis R. Rodriguez · 16 years ago
  100. 3453ad8 ath9k: use ath9k_hw_write_associd() on reset by Luis R. Rodriguez · 16 years ago