1. 608b88c ath: move regulatory info into shared common structure by Luis R. Rodriguez · 16 years ago
  2. 4c48381 ath9k: Fix TX poll cancelling by Sujith · 16 years ago
  3. 3ac64be mac80211: allow configure_filter callback to sleep by Johannes Berg · 16 years ago
  4. 326bebb ath9k: Updates for AR9287_12 version of chipset. by Vivek Natarajan · 16 years ago
  5. d4fe5af ath9k: Fix ref power interpolation logic for AR9287 chipsets. by Vivek Natarajan · 16 years ago
  6. 08fc5c1 ath9k: Enable LEDs for AR9287 chipsets. by Vivek Natarajan · 16 years ago
  7. d340b1f ath9k: Set AR_WA for AR9287 as it improves consistency in throughput. by Vivek Natarajan · 16 years ago
  8. db91f2e ath9k: Add open loop power control support for AR9287. by Vivek Natarajan · 16 years ago
  9. eff563c ath9k: Set HW state properly by Sujith · 16 years ago
  10. 523c36f ath9k: Fix bug in PCI resume by Sujith · 16 years ago
  11. 1cf6873 ath9k: Remove duplicate variables by Sujith · 16 years ago
  12. 1aa8e84 ath9k: Remove has_hw_phycounters by Sujith · 16 years ago
  13. 2a219eb ath9k: update kconfig to indicate support for AR9002 family by Luis R. Rodriguez · 16 years ago
  14. 13311b0 ath5k: use bit shift operators for cache line size by Luis R. Rodriguez · 16 years ago
  15. aeb63cf ath5k: use common ath.ko ath_rxbuf_alloc() by Luis R. Rodriguez · 16 years ago
  16. d15dd3e ath: add common ath_rxbuf_alloc() and make ath9k use it by Luis R. Rodriguez · 16 years ago
  17. 6e22066 ath5k: Use SWI to trigger calibration by Nick Kossifidis · 16 years ago
  18. b55a5de ath5k: Preserve pcicfg bits during attach by Nick Kossifidis · 16 years ago
  19. edd7fc7 ath5k: Wakeup fixes by Nick Kossifidis · 16 years ago
  20. d1cb0bd ath5k: Linear PCDAC code fixes by Nick Kossifidis · 16 years ago
  21. c38e7a9 ath5k: Check EEPROM before tweaking SERDES by Nick Kossifidis · 16 years ago
  22. af6a3fc ath9k: Fix regression on receiving PS poll frames by Luis R. Rodriguez · 16 years ago
  23. 4d30d30 drivers/net/wireless/ath/ath5k: Change constant name by Julia Lawall · 16 years ago
  24. 5e32b1e ath9k: Update beacon RSSI by Sujith · 16 years ago
  25. 180d674 ath9k: Remove local chainmask variable by Sujith · 16 years ago
  26. bf466fb ath9k: Cleanup TX power calculation for 4K chips by Sujith · 16 years ago
  27. 7f63845 ath9k: Clean antenna configuration for 4K EEPROM chips by Sujith · 16 years ago
  28. 066edc8 ath9k: Add macros for Antenna Diversity by Sujith · 16 years ago
  29. a37414a ath9k: Cleanup ath9k_hw_4k_set_gain() interface by Sujith · 16 years ago
  30. b5aec95 ath9k: Split eeprom.c into manageable pieces by Sujith · 16 years ago
  31. 6780ccf ath9k: Remove a few DEBUG mesages by Sujith · 16 years ago
  32. c16c9d0 ath9k: Try to fix whitespace damage by Sujith · 16 years ago
  33. 54e4cec ath9k: Cleanup function return types by Sujith · 16 years ago
  34. 87b5bee ath9k: Remove unneeded assignment of protocol field by Sujith · 16 years ago
  35. 63b08b8 ath9k: use new FIF_PSPOLL configure filter by Luis R. Rodriguez · 16 years ago
  36. e30eb4a ath5k: fix missing output in monitor mode after ifconfig up by Joerg Albert · 16 years ago
  37. aa11d95 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  38. e9d126c ar9170: fix read & write outside array bounds by Dan Carpenter · 16 years ago
  39. 363ec56 ar9170usb: fix spurious firmware related message by Christian Lamparter · 16 years ago
  40. 6b4f645 ath9k: fix compile warning on ath9k_hw_AR9287_check_eeprom() by Luis R. Rodriguez · 16 years ago
  41. e48e3a2 ath9k: cancel xmit poll work at stop() callback by Luis R. Rodriguez · 16 years ago
  42. d7e7d22 ath9k: add initial hardware support for ar9271 by Luis R. Rodriguez · 16 years ago
  43. 670388c ath9k: add initvals and registry definitions for AR9271 by Luis R. Rodriguez · 16 years ago
  44. edb1f91 ath9k: add ar9271 revision and subrevision ID helpers by Luis R. Rodriguez · 16 years ago
  45. 475f598 ath9k: Remove _t postfix for ar9287_eeprom structure by Luis R. Rodriguez · 16 years ago
  46. 39068d1 ath9k: remove spurious check for channel on keycache reset by Luis R. Rodriguez · 16 years ago
  47. 2f69ffa ath9k: remove dangling error check on keycache reset on hw init by Luis R. Rodriguez · 16 years ago
  48. 95fafca ath9k: call ath9k_hw_detach() once upon hw init failure by Luis R. Rodriguez · 16 years ago
  49. 3ce1b1a ath9k: set sc->sc_ah to NULL after freeing it by Luis R. Rodriguez · 16 years ago
  50. 9db6b6a ath9k: set ah to null after freeing by Luis R. Rodriguez · 16 years ago
  51. e70c0cf ath9k: rename ath9k_hw_ani_detach() to ath9k_hw_ani_disable() by Luis R. Rodriguez · 16 years ago
  52. 081b35a ath9k: rename ath9k_hw_rfdetach() to ath9k_hw_rf_free() by Luis R. Rodriguez · 16 years ago
  53. 6b82752 ath9k: use helper macro to kfree and nullify on ath9k_hw_rfdetach() by Luis R. Rodriguez · 16 years ago
  54. 39a2195 ath9k: remove !NULL check before kfree() by Luis R. Rodriguez · 16 years ago
  55. 1e40bcf ath9k: distinguish between device initialization and ath_softc init by Luis R. Rodriguez · 16 years ago
  56. f637cfd ath9k: describe hw initialization better by Luis R. Rodriguez · 16 years ago
  57. aa4058a ath9k: break up hw initialization into a few more helpers by Luis R. Rodriguez · 16 years ago
  58. 08e0403 ath9k: remove debug message for no memoery on ath_init() by Luis R. Rodriguez · 16 years ago
  59. b8b0f37 ath9k: rename ath9k_hw_set_defaults() to ath9k_hw_init_config() by Luis R. Rodriguez · 16 years ago
  60. 50aca25 ath9k: rename ath9k_hw_newstate() to ath9k_hw_init_defaults() by Luis R. Rodriguez · 16 years ago
  61. f9d4a66 ath9k: move hw macrevision checker to helper by Luis R. Rodriguez · 16 years ago
  62. 07c10c6 ath9k: pass only one argument to hw attach by Luis R. Rodriguez · 16 years ago
  63. ee2bb46 ath9k: call hw initializer directly by Luis R. Rodriguez · 16 years ago
  64. e1e2f93 ath9k: move cache setting of softc ah prior to attach by Luis R. Rodriguez · 16 years ago
  65. 8df5d1b ath9k: move devid cache setting to ath_init() by Luis R. Rodriguez · 16 years ago
  66. 4f3acf8 ath9k: move memory allocation of ath_hw to ath_init() by Luis R. Rodriguez · 16 years ago
  67. 7819ac8 ath9k: propagate hw initialization errors by Luis R. Rodriguez · 16 years ago
  68. fbf5466 ath9k: use a switch for revising supported hw mac revisions by Luis R. Rodriguez · 16 years ago
  69. ed459c1 ath9k: remove usage of AR_SREV_*() wrapper to detect supported hw by Luis R. Rodriguez · 16 years ago
  70. 42935ec mac80211: redefine usage of the mac80211 workqueue by Luis R. Rodriguez · 16 years ago
  71. 8784d2e ath5k: fix CAB queue operation by Bob Copeland · 16 years ago
  72. 91b092d ar9170: remove EXPERIMENTAL marker by Luis R. Rodriguez · 16 years ago
  73. ae6f53f ath5k: update PCU opmode whenever a new interface is added by Bob Copeland · 16 years ago
  74. 0b3acfa ath9k: Remove unused ath9k_hw_intrget() by Vasanthakumar Thiagarajan · 16 years ago
  75. 3fc0fbf ath9k: Maintain monotonicity of PER while going across different phy by Vasanthakumar Thiagarajan · 16 years ago
  76. 42e8856 ath9k: Update rate control for 11NA HT40 mode by Vasanthakumar Thiagarajan · 16 years ago
  77. 75323fa ath5k: remove EXPERIMENTAL marker by Luis R. Rodriguez · 16 years ago
  78. 44b7dd6 ath: use menuconfig to put ath stuff in its own page by Luis R. Rodriguez · 16 years ago
  79. b820b3b ath: simplify kconfig dependency and add documentation by Luis R. Rodriguez · 16 years ago
  80. d17734a ath: depend on cfg80211 by Luis R. Rodriguez · 16 years ago
  81. e351cfb ar9170: remove unneeded flush_workqueue() by Luis R. Rodriguez · 16 years ago
  82. c94dbff ath9k: move workqueue cancels to stop callback by Luis R. Rodriguez · 16 years ago
  83. 35c95ab ath9k: move cancel_delayed_work_sync() out of ath_deinit_leds() by Luis R. Rodriguez · 16 years ago
  84. 9851bad ath9k: re-order cancelling of work on mac80211 workqueue by Luis R. Rodriguez · 16 years ago
  85. 2f6d7c1 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
  86. df597ef Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  87. 35a1e70 ath9k: remove unused ATH_PCI_VERSION by Luis R. Rodriguez · 16 years ago
  88. fec247c ath9k: Add debug counters for TX by Sujith · 16 years ago
  89. cbdec97 ath9k: get rid of unnecessary setpower calls by Gabor Juhos · 16 years ago
  90. 9614832 ath9k: fix race with IEEE80211_CONF_PS checks by Gabor Juhos · 16 years ago
  91. ff8365c ar9170: fix build error when !CONFIG_AR9170_LEDS by Alexander Beregalov · 16 years ago
  92. ac88b6e ath9k: Add support for AR9287 based chipsets. by Vivek Natarajan · 16 years ago
  93. 4ef7084 ath9k: Remove a few redundant variables/macros by Sujith · 16 years ago
  94. f83da96 ath9k: Cleanup return values by Sujith · 16 years ago
  95. 9e98ac6 ath9k: Remove redundant HT macros by Sujith · 16 years ago
  96. 305fe47 ath9k: Fix a sparse warning by Sujith · 16 years ago
  97. c49fd52 ath9k: Trivial fix in Kconfig by Sujith · 16 years ago
  98. d9db5fa ath9k: Add init values for AR9287 based chipsets. by Vivek Natarajan · 16 years ago
  99. 58d30d1 ath: map TH to FCC3_WORLD by Luis R. Rodriguez · 16 years ago
  100. 008749f ath9k: Read outside array bounds by Roel Kluin · 16 years ago