1. aba7453 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  2. b7fcb5c ath5k: fix buffer overrun in rate debug code by Bob Copeland · 15 years ago
  3. 74aa9be iwlwifi: notify on scan completion even when shutting down by Johannes Berg · 15 years ago
  4. e805e4d rndis_wlan: fix initialization order for workqueue&workers by Jussi Kivilinna · 15 years ago
  5. 6269b73 wireless: remove unneeded EXPORT_SYMBOL the tickles a powerpc compiler bug by Stephen Rothwell · 15 years ago
  6. 495a1b4 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
  7. d3feaf5 wireless: remove some (bogus?) 'may be used uninitialized' warnings by John W. Linville · 15 years ago
  8. 9b171ff libertas: fix format warning by John W. Linville · 15 years ago
  9. 5802b140 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 15 years ago
  10. ff2ba18 rndis_wlan: select CFG80211 in Kconfig by John W. Linville · 15 years ago
  11. eb1a685 rndis_wlan: free priv correctly when rndis_wext_bind fails by Jussi Kivilinna · 15 years ago
  12. 8d4d99a rndis_wlan: fix initialization order for workqueue&workers by Jussi Kivilinna · 15 years ago
  13. caa6dfa rndis_wlan: make some symbols static by Johannes Berg · 15 years ago
  14. 0cf4c01 iwlwifi: allow config if device not ready by Mohamed Abbas · 15 years ago
  15. 09f9bf7 iwlwifi: remove radio disable parameter. by Abhijeet Kolekar · 15 years ago
  16. 447fee7 iwlcore: Fix stay in table function. by Mohamed Abbas · 15 years ago
  17. 279b05d iwlwifi: clean up unused NL80211_IFTYPE_MONITOR for Monitor mode by Wey-Yi Guy · 15 years ago
  18. 86ddbf6 iwl3945: calculate debugfs isr statistics by Abhijeet Kolekar · 15 years ago
  19. a75fbe8 iwl3945: add debugfs to 3945 by Abhijeet Kolekar · 15 years ago
  20. b097ad2 iwlwifi: support truly passive scanning by Johannes Berg · 15 years ago
  21. 1ecf9fc iwlwifi: improve scan support by Johannes Berg · 15 years ago
  22. 9b3bf06 iwlwifi: rename PROBE_OPTION_MAX_API1 to PROBE_OPTION_MAX_3945 by Johannes Berg · 15 years ago
  23. cca84799 ar9170: rework rxstream code by Christian Lamparter · 15 years ago
  24. 9e52b0623 ar9170: support HT receive and channel config by Johannes Berg · 15 years ago
  25. 314bd75 rndis_wlan: remove nickname support by Johannes Berg · 15 years ago
  26. d323655 cfg80211: clean up includes by Johannes Berg · 15 years ago
  27. d577e7c p54: fix ps-poll delivery in ap mode by Christian Lamparter · 15 years ago
  28. a027087 rtl8187: Implement TX/RX blink for LED by Larry Finger · 15 years ago
  29. dc7d243 Add support for CF8381 WiFi card. by Marek Vasut · 15 years ago
  30. fade5db p54: deactivate broken powersave function (part 2) by Christian Lamparter · 15 years ago
  31. 85efc86 atheros: fix propagation of bad EEPROM on regulatory init by Luis R. Rodriguez · 15 years ago
  32. 2692504 ath5k: manipulate rxlink and descriptor address under rxbuf lock by Bob Copeland · 15 years ago
  33. c57ca81 ath5k: use rx hw descriptor pointer for self-linked check by Bob Copeland · 15 years ago
  34. 46802a4 ath5k: use bool for modparams by Bob Copeland · 15 years ago
  35. 56d2ac7 ath5k: use tasklet_hi_schedule for beacon queue by Bob Copeland · 15 years ago
  36. 77ded01 ath5k: fix initvals errors by Bob Copeland · 15 years ago
  37. 45f483c p54: remove module_ stubs by Christian Lamparter · 15 years ago
  38. 882b709 ath9k: Disable autosleep feature for AR9285 based chipsets. by Vivek Natarajan · 15 years ago
  39. a1c5558 ath: add module information by Christian Lamparter · 15 years ago
  40. 06bfd0d rtl8187: Remove the "8187B chip detected" message when probing RTL8187B cards by Gábor Stefanik · 15 years ago
  41. 386aeac ath9k: Remove CHANNEL_CW_INT handling in ath9k_hw_calibrate by Sujith · 15 years ago
  42. 04d19dd ath9k: Fix bug in calibration initialization by Sujith · 15 years ago
  43. cbfe946 ath9k: Use a consistent naming convention by Sujith · 15 years ago
  44. 379f044 ath9k: Cleanup calibration interface by Sujith · 15 years ago
  45. 415f738 ath9k: Initialize ANI timers by Sujith · 15 years ago
  46. a451aa6 ath9k: Fix bug in determining calibration support by Sujith · 15 years ago
  47. db2f63f ath9k: Fix bug in checking HT flag by Sujith · 15 years ago
  48. 822b0df ath9k: Remove unused channel flags by Sujith · 15 years ago
  49. 9c07a77 ath9k: Fix bug in scan termination by Sujith · 15 years ago
  50. 675902e ath9k: Fix memleak on TX DMA failure by Sujith · 15 years ago
  51. d2f5b3a ath9k: Handle ASPM properly for RFKILL by Sujith · 15 years ago
  52. a89bff9 ath9k: reset after PCI FATAL/PERR interrupts by Steven Luo · 15 years ago
  53. 2d1f96d b43legacy: Clean up beacon IRQ by Larry Finger · 15 years ago
  54. 7858e07 b43legacy: Fixes for beaconing by Larry Finger · 15 years ago
  55. 4312a86 p54: remove obsolet signal quality calculation by Christian Lamparter · 15 years ago
  56. 6dfe9a8 p54: utilize all available key slots for decryption offload by Christian Lamparter · 15 years ago
  57. 1379072 b43: Remove unnecessary MMIO in interrupt hotpath by Michael Buesch · 15 years ago
  58. a2caba6 libertas: fix warning about %zd: by John W. Linville · 15 years ago
  59. a83b914 iwlwifi: adding interrupt counter in debugfs for debugging by Wey-Yi Guy · 15 years ago
  60. 1620108 iwlcore: fix channel display in debugfs by Mohamed Abbas · 15 years ago
  61. c2105fa iwlwifi: check triple_stream_basic_rates in iwl_full_rxon_required by Daniel C Halperin · 15 years ago
  62. 3a65029 iwlagn: Sync rxon active with changes by Mohamed Abbas · 15 years ago
  63. ddfcf999 iwlwifi: do not set dual_stream_ant_msk for 3 streams by Daniel C Halperin · 15 years ago
  64. 12b9681 iwlwifi: Display decoded rate/mcs information by Wey-Yi Guy · 15 years ago
  65. bd56426 iwl3945: use iwl_mac_reset_tsf from iwlwifi by Abhijeet Kolekar · 15 years ago
  66. aa89f31 iwl3945: use iwl_mac_get_tx_stats from iwlwifi by Abhijeet Kolekar · 15 years ago
  67. 5ee5811 iwl3945: use iwl_mac_config_interface from iwlwifi by Abhijeet Kolekar · 15 years ago
  68. 60690a6 iwlwifi: add config_ap lib op by Abhijeet Kolekar · 15 years ago
  69. 4808368 iwl3945: use iwl_mac_config from iwlwifi by Abhijeet Kolekar · 15 years ago
  70. d805231 iwl3945: use iwl_mac_remove_interface from iwlwifi by Abhijeet Kolekar · 15 years ago
  71. cbb6ab9 iwl3945: use iwl_mac_add_interface from iwlwifi by Abhijeet Kolekar · 15 years ago
  72. 727882d iwl3945: use iwl_set_mode in 3945 by Abhijeet Kolekar · 15 years ago
  73. 4582353 iwlwifi: add set_rxon_chain op by Abhijeet Kolekar · 15 years ago
  74. f5d3026 iwl3945: use iwl_get_sta_id from iwlwifi by Abhijeet Kolekar · 15 years ago
  75. 06fd3d8 iwl3945/iwlwifi: unify add_station function by Abhijeet Kolekar · 15 years ago
  76. e11bc02 iwlwifi: use station management ops by Abhijeet Kolekar · 15 years ago
  77. 40ace5b iwl3945: replace station function with station ops by Abhijeet Kolekar · 15 years ago
  78. 79fa455 iwlwifi: add station management ops by Abhijeet Kolekar · 15 years ago
  79. f45c271 iwl3945: delay mode setting by Abhijeet Kolekar · 15 years ago
  80. e0158e6 iwlwifi: add commit_rxon lib by Abhijeet Kolekar · 15 years ago
  81. 9944b93 iwl3945: use iwl_mac_beacon_update by Abhijeet Kolekar · 15 years ago
  82. 5bbe233 iwl3945: use iwl_bss_info_changed by Abhijeet Kolekar · 15 years ago
  83. e45d8e5 libertas: add support for Marvell SD8688 chip by Bing Zhao · 15 years ago
  84. 87cbfd0 p54spi: get rid of busy-wait loops by Max Filippov · 15 years ago
  85. 6a362bb ath5k: add support for Fukato Datacask Jupiter LEDs by Bob Copeland · 15 years ago
  86. b26ed97 libertas: increase spi driver thread priority by Anna Neal · 15 years ago
  87. 3eb9296 iwlwifi: add debug messages when start aggregation queue by Wey-Yi Guy · 15 years ago
  88. 584a0f0 iwlwifi: adding MIMO3 support in rate scaling by Wey-Yi Guy · 15 years ago
  89. 11397a6 iwlwifi: adding triple stream rate support for MIMO3 by Wey-Yi Guy · 15 years ago
  90. 64cdb0e ath5k: fix interpolation with equal power levels by Fabio Rossi · 15 years ago
  91. 910cfee b43legacy: Do not select HW_RANDOM by Larry Finger · 15 years ago
  92. 18a8365 cfg80211: introduce scan IE limit attribute by Johannes Berg · 15 years ago
  93. 75c2148 ath5k: sparse fix ath5k_led_on needs to be static by Luis R. Rodriguez · 15 years ago
  94. 6b2b2ff ath: space cleanup by Luis R. Rodriguez · 15 years ago
  95. 203c480 atheros: put atheros wireless drivers into ath/ by Luis R. Rodriguez · 15 years ago
  96. 1878f77 Make ar9170 use common ath reg code by Christian Lamparter · 15 years ago
  97. f769c36 ath5k: use regulatory infrastructure by Bob Copeland · 15 years ago
  98. e3bb249 ath: move more setup code into ath_regd_init by Bob Copeland · 15 years ago
  99. 3a702e4 atheros: introduce ath module containing common ath5k/ath9k/ar9170 code by Bob Copeland · 15 years ago
  100. c02cf37 ath9k: pass regd structure directly to regulatory functions by Bob Copeland · 15 years ago