1. a830df0 ath9k: separate debugfs support from CONFIG_ATH_DEBUG by Felix Fietkau · 15 years ago
  2. 94db293 ath9k: Ensure a fair beacon distribution in IBSS mode. by Vivek Natarajan · 15 years ago
  3. f4709fd ath9k: Fix maximum tx fifo settings for single stream devices by Luis R. Rodriguez · 15 years ago
  4. 1bc1488 ath9k: Proper padding/unpadding for the TX/RX path. by Benoit Papillault · 15 years ago
  5. e7824a5 ath9k: fix processing of TX PS null data frames by Luis R. Rodriguez · 15 years ago
  6. 1fe8234 ath9k: clean up rc rate table by Felix Fietkau · 15 years ago
  7. 545750d ath9k: properly use the mac80211 rate control api by Felix Fietkau · 15 years ago
  8. 04658fb ath9k: remove warnings related to signed/unsigned type mismatch by John W. Linville · 15 years ago
  9. 18b6c9a ath9k: set ps_default as false by John W. Linville · 15 years ago
  10. f1cf2db ath5k: Fix I/Q calibration by Lukáš Turek · 15 years ago
  11. 8c35024 ath9k: This patch fix RX unpadding for any received frame. by Benoit PAPILLAULT · 15 years ago
  12. 5be83de cfg80211: convert bools into flags by Johannes Berg · 15 years ago
  13. 1529538 ar9170: Add support for D-Link DWA 160 A2 by Thomas Klute · 15 years ago
  14. c951ad3 mac80211: convert aggregation to operate on vifs/stas by Johannes Berg · 15 years ago
  15. cb53a15 ath9k: Fix bug in initializing chain masks by Sujith · 15 years ago
  16. 201cd6c ath9k: Remove a few unused functions by Sujith · 15 years ago
  17. 7c82a18 ath9k: Remove a few unused variables by Sujith · 15 years ago
  18. c6089cc ath9k: Cleanup bss_info_changed callback by Sujith · 15 years ago
  19. 827e69b ath9k: get rid of tx_info_priv by Felix Fietkau · 15 years ago
  20. 7d57b73 ar9170: do not discard valuable DUPOFDM frames by Christian Lamparter · 15 years ago
  21. 2eb2fa6 ath5k: allow setting txpower to 0 by Bob Copeland · 15 years ago
  22. dd6ae4f ath9k: fix massive rx packet loss issue by Felix Fietkau · 15 years ago
  23. c37919b ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value in 0x4054 by Vasanthakumar Thiagarajan · 15 years ago
  24. c90017d ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on 64-bit by Vasanthakumar Thiagarajan · 15 years ago
  25. 748d451 ath9k_common: clarify and correct jumbogram processing by Luis R. Rodriguez · 15 years ago
  26. 165864d ath9k_common: remove ath9k_compute_qual() by Luis R. Rodriguez · 15 years ago
  27. db86f07 ath9k_common: add new module to share 802.11n driver helpers by Luis R. Rodriguez · 15 years ago
  28. c9b1417 ath9k: move RX skb post processing to a helper by Luis R. Rodriguez · 15 years ago
  29. dc1e001 ath5k: use the common->keymap by Luis R. Rodriguez · 15 years ago
  30. 7e86c10 ath9k: move driver keymap, keymax and splitmic to common by Luis R. Rodriguez · 15 years ago
  31. 1e875e9 ath9k: rename ath_rx_prepare() to ath9k_rx_skb_preprocess() by Luis R. Rodriguez · 15 years ago
  32. 2c74aa4 ath9k: move the max rx buffer size check to ath9k_rx_accept() by Luis R. Rodriguez · 15 years ago
  33. dd84978 ath5k: remove double cache alignment, ath_rxbuf_alloc() already does it by Luis R. Rodriguez · 15 years ago
  34. cc861f7 ath: move the rx bufsize to common to share with ath5k/ath9k by Luis R. Rodriguez · 15 years ago
  35. 0a45da7 ath9k: move the rx_stats->rs_datalen check to ath9k_rx_accept() by Luis R. Rodriguez · 15 years ago
  36. 5ca4262 ath9k: avoid the copy skb->cb on every RX'd skb by Luis R. Rodriguez · 15 years ago
  37. dbfc22d ath9k: move rssi processing into a helper by Luis R. Rodriguez · 15 years ago
  38. 21b2273 ath9k: move qual processing into a helper by Luis R. Rodriguez · 15 years ago
  39. 9878841 ath9k: move rate descriptor reading into a helper by Luis R. Rodriguez · 15 years ago
  40. 14077f5 ath9k: remove temp variable ratecode from ath_rx_prepare() by Luis R. Rodriguez · 15 years ago
  41. 207e968 ath9k: move RX check code into helper ath9k_rx_accept() by Luis R. Rodriguez · 15 years ago
  42. 712c13a ath9k: use the ieee80211_hw to get to an sband on ath_rx_prepare() by Luis R. Rodriguez · 15 years ago
  43. 3d536ac ath9k: move struct ath_ani to common area by Luis R. Rodriguez · 15 years ago
  44. 30cbd42 ath9k_hw: move ath_extend_tsf() to hw code to share as ath9k_hw_extend_tsf() by Luis R. Rodriguez · 15 years ago
  45. 26ab264 ath9k: do not pass the entire descriptor to ath_rx_prepare() by Luis R. Rodriguez · 15 years ago
  46. f52de03 ath9k: handle low buffer space for virtual wiphys by Luis R. Rodriguez · 15 years ago
  47. 5008f37 ath9k: use the right hw on ath_tx_setup_buffer() for HT by Luis R. Rodriguez · 15 years ago
  48. 76d5a9e ath9k: use correct hw for tx aggregation TX completion by Luis R. Rodriguez · 15 years ago
  49. 68a8911 ath9k: pass the ieee80211_hw on radio enable/disable by Luis R. Rodriguez · 15 years ago
  50. cee71d6 ath9k: use the passed ieee80211_hw on ath_rx_prepare() by Luis R. Rodriguez · 15 years ago
  51. b4afffc ath9k: simpify RX by calling ath_get_virt_hw() once by Luis R. Rodriguez · 15 years ago
  52. 1bdf6c3 ath9k: update hw configuration for virtual wiphys by Luis R. Rodriguez · 15 years ago
  53. 194b7c1 ath9k: fix listening to idle requests by Luis R. Rodriguez · 15 years ago
  54. 2071a00 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  55. 1e93bd4 ath5k: add LED definition for BenQ Joybook R55v by Bob Copeland · 15 years ago
  56. 6f9797a ath5k: add LED support for HP Compaq CQ60 by Bob Copeland · 15 years ago
  57. bcfc56a ath5k: don't reset mcast filter when configuring the mode by Bob Copeland · 15 years ago
  58. f6d773c 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
  59. 77c8258 ath5k: add LED support for Acer Aspire One AO751h/AO531h by Keng-Yu Lin · 15 years ago
  60. 230f9bb Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  61. 5ed176e mac80211: make ieee80211_find_sta per virtual interface by Johannes Berg · 15 years ago
  62. ddcd4c0 ath9k_hw: make ath9k_phy_modify_rx_buffer() static by Luis R. Rodriguez · 15 years ago
  63. a776582 ath9k_hw: Fix and complete force bias for AR5416 by Luis R. Rodriguez · 15 years ago
  64. 896ff26 ath9k_hw: remove unused modesIndex param from ath9k_hw_write_regs() by Luis R. Rodriguez · 15 years ago
  65. ae478cf ath9k_hw: make spur mitigation a callback by Luis R. Rodriguez · 15 years ago
  66. e16393b ath9k_hw: order phy.c code and integrate spur mitigation by Luis R. Rodriguez · 15 years ago
  67. e68a060 ath9k_hw: use a callback for frequency change by Luis R. Rodriguez · 15 years ago
  68. 0a3b7ba ath9k_hw: make both analog channel change routines return int by Luis R. Rodriguez · 15 years ago
  69. dc51dd5 ath9k_hw: rename ath9k_hw_rf_free() to ath9k_hw_rf_free_ext_banks() by Luis R. Rodriguez · 15 years ago
  70. 431ba3c ath9k_hw: simplify ath9k_hw_rf_alloc_ext_banks() by Luis R. Rodriguez · 15 years ago
  71. 574d6b1 ath9k_hw: simplify rf attach and rename to ath9k_hw_rf_alloc_ext_banks() by Luis R. Rodriguez · 15 years ago
  72. b67b439 ath9k_hw: bail out early on ath9k_hw_init_rf() by Luis R. Rodriguez · 15 years ago
  73. 131d1d0 ath9k_hw: start documenting 802.11n RF anlong front ends by Luis R. Rodriguez · 15 years ago
  74. c75724d ath9k_hw: change the way we initialize the pll for ar9271 by Luis R. Rodriguez · 15 years ago
  75. 8564328 ath9k_hw: update register initialization/reset values for ar9271 by Luis R. Rodriguez · 15 years ago
  76. 0cab655 ath9k_hw: modify the rf control register for ar9271 revision 1.0 by Luis R. Rodriguez · 15 years ago
  77. 133d7c6 wireless: remove WLAN_80211 and WLAN_PRE80211 from Kconfig by John W. Linville · 15 years ago
  78. 1d9c185 ath9k_hw: remove bogus register write on ath9k_hw_9271_pa_cal() by Luis R. Rodriguez · 15 years ago
  79. ec11bb8 ath9k_hw: correct AR_PHY_SPECTRAL_SCAN register offset by Luis R. Rodriguez · 15 years ago
  80. 1115847 ath9k_hw: add AR9271 single chip name mapping by Luis R. Rodriguez · 15 years ago
  81. f934c4d ath9k_hw: distinguish single-chip solutions on initial probe print by Luis R. Rodriguez · 15 years ago
  82. 2da4f01 ath9k_hw: move mac name and rf name helpers to hw code by Luis R. Rodriguez · 15 years ago
  83. e55ea2b ath9k: fix misplaced semicolon on rate control by Luis R. Rodriguez · 15 years ago
  84. bd6b444 ath: Updates for regulatory and country codes. by Vivek Natarajan · 15 years ago
  85. 68676df ar9170: don't filter BlockACK frames by Christian Lamparter · 15 years ago
  86. 731d6bf ar9170usb: atomic pending urbs counter by Christian Lamparter · 15 years ago
  87. 02bdf5b ar9170: atomic pending A-MPDU counter by Christian Lamparter · 15 years ago
  88. e5e2647 ath5k: use noise calibration from madwifi hal by Bob Copeland · 15 years ago
  89. e307fcf ath9k: adjust ahb callbacks to new struct layout to avoid compile errors by Marek Lindner · 15 years ago
  90. 332c556 ath9k: Fix TX hang poll routine by Sujith · 15 years ago
  91. 6226811 ath9k_hw: run ath9k_hw_9271_pa_cal() initial calibration by Luis R. Rodriguez · 15 years ago
  92. b57df12 ath9k_hw: run the carrier leakage calibration fix for ar9271 as well by Luis R. Rodriguez · 15 years ago
  93. af1fc67 ath9k: use right parameter for MODULE_PARM_DESC() for debug by Luis R. Rodriguez · 15 years ago
  94. 536b3a7 ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup() by Luis R. Rodriguez · 15 years ago
  95. bd96d39 ath9k: move ath_cleanup() below helpers to avoid forward declarations by Luis R. Rodriguez · 15 years ago
  96. 2568835 ath9k: add a helper to clean the core driver upon module unload by Luis R. Rodriguez · 15 years ago
  97. 7fda166 ath9k: add helper to un-init the hw properly by Luis R. Rodriguez · 15 years ago
  98. 211f585 ath9k: initialize hw prior to debugfs by Luis R. Rodriguez · 15 years ago
  99. faa27fa ath9k: move common->debug_mask setting to ath_init_softc() by Luis R. Rodriguez · 15 years ago
  100. 8ce54c5 ath5k: enable Power-Save Polls by setting the association ID by Luis R. Rodriguez · 15 years ago