1. 0f2df9e Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 into merge by John W. Linville · 15 years ago
  2. 1c3652a ath9k_htc: Configure the beacon timers once the scan is completed. by Vivek Natarajan · 15 years ago
  3. bde748a ath9k_htc: Add support for power save. by Vivek Natarajan · 15 years ago
  4. 53bc7aa ath9k: Add support for newer AR9285 chipsets. by Vivek Natarajan · 15 years ago
  5. 2111ac0 ath5k: Adaptive Noise Immunity (ANI) Implementation by Bruno Randolf · 15 years ago
  6. e92119c ath9k_htc: Add TL-WN422G v2 product ID by Sujith · 15 years ago
  7. ffa49f8 ath9k_hw: Don't check devid for ath9k_htc by Sujith · 15 years ago
  8. 497ad9a ath: Add a bus type field by Sujith · 15 years ago
  9. 32ffb1f ath9k: fix compile error without debug enabled by Felix Fietkau · 15 years ago
  10. 152d530 ath9k: remove ah->mask_reg, it's never used properly by Pavel Roskin · 15 years ago
  11. 3069168 ath9k: move imask from sc to ah by Pavel Roskin · 15 years ago
  12. c81494d ath9k: rename symbols in enum ath9k_internal_frame_type to avoid confusion by Pavel Roskin · 15 years ago
  13. b409894 ath: fix coding style/readability in ath/ar9170 by Luis de Bethencourt · 15 years ago
  14. cfcfe44 ath: fix code readability in regd.c by Luis de Bethencourt · 15 years ago
  15. 0a4528e Net: wireless: ath: fix macros coding style issue in hw.c by Luis de Bethencourt · 15 years ago
  16. 1144601 ath9k: fix double calls to ath_radio_enable by Felix Fietkau · 15 years ago
  17. 879999c ar9170usb: fix panic triggered by undersized rxstream buffer by Christian Lamparter · 15 years ago
  18. 932d37c ath9k: Do not indicate RX_FLAG_DECRYPTED for unprotected frames by Jouni Malinen · 15 years ago
  19. 32fbcca ath9k_htc: Fix TKIP encryption by Sujith · 15 years ago
  20. 29bffa9 ath9k: allocate tx and rx status information on stack by Felix Fietkau · 15 years ago
  21. 8e6f5aa ath9k: split out access to rx status information by Felix Fietkau · 15 years ago
  22. db1a052 ath9k: split out access to tx status information by Felix Fietkau · 15 years ago
  23. 9f01a84 ath9k_htc: Initialize HW opmode by Sujith · 15 years ago
  24. 7757dfe ath9k_htc: Handle TX queue overflow by Sujith · 15 years ago
  25. 6335ed0 ath9k_htc: Simplify RX URB management by Sujith · 15 years ago
  26. d5a4c5e ath9k_htc: Fix watchdog pattern parsing by Sujith · 15 years ago
  27. ef98c3c ath9k_htc: Fix bug in aggregation initiation by Sujith · 15 years ago
  28. 0995d11 ath9k_common: Move RX filter code to ath9k_htc by Sujith · 15 years ago
  29. a8c944f ath5k: add capability flag for phyerror counters by Bruno Randolf · 15 years ago
  30. da35111 ath5k: update phy errors codes by Bruno Randolf · 15 years ago
  31. 495391d ath5k: simplify MIB counters by Bruno Randolf · 15 years ago
  32. 9d332c8 ath5k: initialize default noise floor by Bruno Randolf · 15 years ago
  33. b4ea449 ath5k: keep beacon RSSI average by Bruno Randolf · 15 years ago
  34. 6a8a3f6 ath5k: move ath5k_hw_calibration_poll to base.c by Bruno Randolf · 15 years ago
  35. a9167f9 ath5k: optimize ath5k_hw_calibration_poll by Bruno Randolf · 15 years ago
  36. e65e1d7 ath5k: remove the use of SWI interrupt by Bruno Randolf · 15 years ago
  37. 1063b17 ath5k: remove static calibration interval variable by Bruno Randolf · 15 years ago
  38. 2d20c72 setup correct int pipe type in ar9170_usb_exec_cmd by Valentin Longchamp · 15 years ago
  39. eb3d72c ar9170: add support for NEC WL300NU-G USB dongle by Ben Konrath · 15 years ago
  40. e1572c5 ath9k_htc: Fix symbol collision with ath9k by Sujith · 15 years ago
  41. fb9987d ath9k_htc: Support for AR9271 chipset. by Sujith · 15 years ago
  42. 736b3a2 ath9k_hw: fix hardware deinit by Sujith · 15 years ago
  43. 05020d2 ath9k_hw: add HTC init hardware call for special resets for AR9271 by Sujith · 15 years ago
  44. 25e2ab1 ath9k_hw: always set the core clock for AR9271 by Sujith · 15 years ago
  45. 02afa2a ath9k_hw: use the skip count for PA calibration on AR9271 by Sujith · 15 years ago
  46. 2cbfaea ath9k_hw: restrict valid nf readings for AR9271 to -114 by Sujith · 15 years ago
  47. 6398dc0 ath9k_hw: fix noisefloor history buffer usage on AR9271 by Sujith · 15 years ago
  48. 14b3af3 ath9k_hw: Fix full sleep setup for AR9271 by Sujith · 15 years ago
  49. e492d7c ath9k_hw: fix TX descriptor setup for AR9271 by Sujith · 15 years ago
  50. 527d485 ath9k_hw: skip chip tests for AR9271 by Sujith · 15 years ago
  51. 5b5fa35 ath9k_hw: add GPIO setup code for AR9271 by Sujith · 15 years ago
  52. 70807e9 ath9k_hw: update initialization values for AR9271 by Sujith · 15 years ago
  53. e21247c ath9k: decrease size of ath9k.ko by Ming Lei · 15 years ago
  54. 4fdec03 ath9k: fix BUG_ON triggered by PAE frames by Felix Fietkau · 15 years ago
  55. 200763b ath5k: remove unused beacon timer code by John W. Linville · 15 years ago
  56. a93b7ae ath5k: remove dead source in ath5k_combine_linear_pcdac_curves by John W. Linville · 15 years ago
  57. 6fe10e7 ath5k: remove some dead functions by John W. Linville · 15 years ago
  58. e9f0838 ath5k: fixing retries in ath5k_hw_setup_4word_tx_desc by Andrew Blaich · 15 years ago
  59. d969847 ath9k: fix rate control tx status handling for A-MPDU by Felix Fietkau · 15 years ago
  60. 687c8ff ath5k: Minor EEPROM documentation updates by Bruno Randolf · 15 years ago
  61. 49a85d2 ath5k: IQ calibration for AR5211 is slightly different by Bruno Randolf · 15 years ago
  62. 7644395 ath5k: add debugfs file frameerrors by Bruno Randolf · 15 years ago
  63. 9191545 ath5k: remove ah_gpio_npins by Bruno Randolf · 15 years ago
  64. a71bceb ath5k: remove ah_mac_revision by Bruno Randolf · 15 years ago
  65. ff5d96c ath5k: remove ah_magic by Bruno Randolf · 15 years ago
  66. ccfe555 ath5k: remove double opmode definition by Bruno Randolf · 15 years ago
  67. caec911 ath5k: preserve antenna settings by Bruno Randolf · 15 years ago
  68. 604eead ath5k: add antenna statistics and debugfs file for antenna settings by Bruno Randolf · 15 years ago
  69. 8127fbd ath5k: Fix TX/RX padding for all frames by Benoit Papillault · 15 years ago
  70. 5f13bfa ath5k: read eeprom IQ calibration values correctly for G mode by Bruno Randolf · 15 years ago
  71. 86415d4 ath5k: fix I/Q calibration (for real) by Bruno Randolf · 15 years ago
  72. a3b980f ath5k: fix TSF reset by Bruno Randolf · 15 years ago
  73. 8bd8bea ath5k: use fixed antenna for tx descriptors by Bruno Randolf · 15 years ago
  74. 74bad5c ath9k: never read from the AR_IMR_S2 register by Pavel Roskin · 15 years ago
  75. ec182d9 ath5k: move ath5k_hw_register_timeout() into reset.c by Pavel Roskin · 15 years ago
  76. a25d1e4 ath5k: remove useless "extern" from function declarations by Pavel Roskin · 15 years ago
  77. 626ede6 ath5k: remove stale function declarations, make some functions static by Pavel Roskin · 15 years ago
  78. 4fa0043 mac80211: Fix HT rate control configuration by Sujith · 15 years ago
  79. 5357651 ar9170: load firmware asynchronously by Johannes Berg · 16 years ago
  80. a9f042c ath9k: fix lockdep warning when unloading module by Ming Lei · 15 years ago
  81. ce300c7 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
  82. 7bfbae1 ath9k: disable RIFS search for AR91xx based chips by Felix Fietkau · 15 years ago
  83. 64463da Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 15 years ago
  84. 19bc291 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
  85. 4ca7786 ath9k: convert to new station add/remove callbacks by Johannes Berg · 15 years ago
  86. 3e60f86 ar9170: convert to new station add/remove callbacks by Johannes Berg · 15 years ago
  87. d8728ee ath9k: fix beacon timer restart after a card reset by Felix Fietkau · 15 years ago
  88. 5c0ba62 ath9k: fix rate control fallback rate selection by Felix Fietkau · 15 years ago
  89. 64b8401 ath9k: Use the Beacon TX rate from mac80211 by Jouni Malinen · 15 years ago
  90. 5ecccb7 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  91. f6f2230 Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 by David S. Miller · 16 years ago
  92. 42c4568 ath9k: add a workaround for ack timeout issues by Felix Fietkau · 16 years ago
  93. 2ac2927 ath5k: use correct packet type when transmitting by Bob Copeland · 16 years ago
  94. 044c18c Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by David S. Miller · 16 years ago
  95. 05df498 ath9k: Enable IEEE80211_HW_REPORTS_TX_ACK_STATUS flag for ath9k. by Vivek Natarajan · 16 years ago
  96. 6c8afef ath9k: Fix sequence numbers for PAE frames by Sujith · 16 years ago
  97. 641eabb ath: fix WARN_ON with Polish (Poland) Contry code by Christian Lamparter · 16 years ago
  98. 3b21190 ath5k: remove get_tx_stats() mac80211 op by Kalle Valo · 16 years ago
  99. d1ace8e ar9170: remove get_tx_stats() mac80211 op by Kalle Valo · 16 years ago
  100. 733da37 ath9k: fix keycache leak in split tkip case by Ming Lei · 16 years ago