1. 4be8c38 mac80211: extend/document powersave API by Johannes Berg · 16 years ago
  2. acbaf32 p54: return NETDEV_TX_OK in p54_tx and fix sparse warnings by Christian Lamparter · 16 years ago
  3. 64d7468 rt2x00: Only register rfkill input when key is present by Ivo van Doorn · 16 years ago
  4. 4797938 mac80211: clean up channel type config by Johannes Berg · 16 years ago
  5. 4716679 orinoco: Remove unused variable rx_data by David Kilroy · 16 years ago
  6. 84656762 ath5k: Minor QCU updates by Nick Kossifidis · 16 years ago
  7. cca3e99 rt2x00: Replace RFKILL with INPUT by Ivo van Doorn · 16 years ago
  8. c97c92d ath9k: Enable Bluetooth Coexistence support by Vasanthakumar Thiagarajan · 16 years ago
  9. 7d96920 ath5k: fix off-by-one in gpio checks by Bob Copeland · 16 years ago
  10. 63649b6 ath5k: support LEDs on Acer Aspire One netbook by Bob Copeland · 16 years ago
  11. 2b8d4e2 p54: power save management by Christian Lamparter · 16 years ago
  12. 51eed99 p54: implement FIF_OTHER_BSS filter setting by Christian Lamparter · 16 years ago
  13. 78eb748 p54: enable rx/tx antenna diversity by eeprom bits by Christian Lamparter · 16 years ago
  14. 295834f ath9k: use signed format to print HAL status by Gabor Juhos · 16 years ago
  15. dc822b5 mac80211: clean up set_key callback by Johannes Berg · 16 years ago
  16. c557289 b43: Change schedule for old-fw support removal by Michael Buesch · 16 years ago
  17. 98a8d1a p54: regulatory domain hints by Christian Lamparter · 16 years ago
  18. e365f16 p54: prevent upload of wrong firmwares by Christian Lamparter · 16 years ago
  19. 6982869 p54usb: utilize usb_reset_device for 3887 by Christian Lamparter · 16 years ago
  20. 6b1c7c6 b43/ssb: Add SPROM8 extraction and LP-PHY detection by Michael Buesch · 16 years ago
  21. bb519be b43: detect N PHY revision/radio by Johannes Berg · 16 years ago
  22. cb33c41 ath9k: INI update for Atheros AR9280 and AR9285 chipset. by Senthil Balasubramanian · 16 years ago
  23. 92d6128 ssb/b43: add new N PHY device by Johannes Berg · 16 years ago
  24. a085ff7 ath9k: fix sparse warnings by Luis R. Rodriguez · 16 years ago
  25. c0d7c7a ath9k: remove superfluous check on changing channel by Luis R. Rodriguez · 16 years ago
  26. 0de57d9 ath9k: remove ath9k_hw_check_chan() by Luis R. Rodriguez · 16 years ago
  27. 4febf7b ath9k: remove ath9k_hw_chan2wmode() by Luis R. Rodriguez · 16 years ago
  28. e56db71 ath9k: remove mode specific default noise floor values by Luis R. Rodriguez · 16 years ago
  29. 38b3370 ath9k: Make ANI CCK and OFDM error triggers band specific by Luis R. Rodriguez · 16 years ago
  30. de27e64 iwlwifi: make use of conf_is_ht*() helpers by Luis R. Rodriguez · 16 years ago
  31. ecf7044 ath9k: make use of conf_is_ht*() in the rest of the driver by Luis R. Rodriguez · 16 years ago
  32. c9e27d9 ath9k: use ieee80211_conf on ath9k_hw_iscal_supported() by Luis R. Rodriguez · 16 years ago
  33. 76061ab ath9k: make request to get the noisefloor threshold band specific by Luis R. Rodriguez · 16 years ago
  34. ae8d285 ath9k: consolidate arguments on hw reset by Luis R. Rodriguez · 16 years ago
  35. ce111ba ath9k: Rename ath_setcurmode() to ath_cache_conf_rate() by Luis R. Rodriguez · 16 years ago
  36. 9674225 ath9k: remove cache of rate preference when using 11g protection by Luis R. Rodriguez · 16 years ago
  37. 030bb49 ath9k: use hw->conf on ath_setcurmode() by Luis R. Rodriguez · 16 years ago
  38. 51af3d3 iwl3945: use rx queue management infrastructure from iwlcore by Winkler, Tomas · 16 years ago
  39. e52119c iwl3945: use iwl3945_tx_cmd instead of iwl_tx_cmd by Winkler, Tomas · 16 years ago
  40. c496294 iwl3945: switch to the iwl-core send_card_state routine by Samuel Ortiz · 16 years ago
  41. 188cf6c iwl3945: sync tx queue data structure with iwlagn by Samuel Ortiz · 16 years ago
  42. 42427b4 iwl3945: adding utils ops by Kolekar, Abhijeet · 16 years ago
  43. dbb6654 iwl3945: rearrange 3945 tfd by Winkler, Tomas · 16 years ago
  44. 8cd812b iwl3945: use iwl_rb_status by Winkler, Tomas · 16 years ago
  45. cbba18c iwl3945: use iwl_get_hw_mode by Kolekar, Abhijeet · 16 years ago
  46. d552bfb iwl3945: release resources before shutting down by Kolekar, Abhijeet · 16 years ago
  47. 90a30a0 iwl3945: simplify iwl3945_pci_probe by Kolekar, Abhijeet · 16 years ago
  48. 854682e iwl3945: add set_pwr_src by Kolekar, Abhijeet · 16 years ago
  49. 01ec616 iwl3945: add apm ops by Kolekar, Abhijeet · 16 years ago
  50. 0164b9b iwl3945: add load ucode op by Kolekar, Abhijeet · 16 years ago
  51. 775a6e2 iwl3945: cleanup and remove duplicate code by Kolekar, Abhijeet · 16 years ago
  52. df878d8 iwl3945: use iwl_mod_params for 3945 by Kolekar, Abhijeet · 16 years ago
  53. c2d79b48 iwlwifi: use iwl_cmd instead of iwl3945_cmd by Winkler, Tomas · 16 years ago
  54. 15b1687 iwlwifi: replace IWL_ERROR with IWL_ERR by Winkler, Tomas · 16 years ago
  55. 39aadf8 iwlwifi: replace IWL_WARNING with IWL_WARN by Winkler, Tomas · 16 years ago
  56. 978785a iwlwifi: clean up printing by Tomas Winkler · 16 years ago
  57. 146846a iwlwifi: add more comments to IWL_DL_xx by Zhu Yi · 16 years ago
  58. 5d49f49 iwl3945: use iwl-io.h and delete iwl-3945-io.h by Abhijeet Kolekar · 16 years ago
  59. 4a8a432 iwl3945: replaces iwl3945_priv with iwl_priv by Abhijeet Kolekar · 16 years ago
  60. f2c7e52 iwl3945: rename iwl3945_priv variables by Abhijeet Kolekar · 16 years ago
  61. 3832ec9 iwl3945: use iwl_hw_params in iwl3945_priv by Abhijeet Kolekar · 16 years ago
  62. cc2f362 iwl3945: use iwl_rx_queue in iwl3945 by Abhijeet Kolekar · 16 years ago
  63. 6100b58 iwl3945: use iwl_rx_mem_buffer by Abhijeet Kolekar · 16 years ago
  64. d2bf558 iwlwifi: beautify code by Wu Fengguang · 16 years ago
  65. b5323d3 iwl3945: replace iwl3945_broadcast_addr with iwl_bcast_addr by Kolekar, Abhijeet · 16 years ago
  66. a78fe75 iwl3945: remove duplicate structures from iwl-3945.h by Kolekar, Abhijeet · 16 years ago
  67. 85d4149 iwl3945: move structures from iwl-3945.h to iwl-dev.h by Kolekar, Abhijeet · 16 years ago
  68. c0f20d9 iwl3945: replace iwl_3945_cfg with iwl_cfg by Kolekar, Abhijeet · 16 years ago
  69. 5747d47 iwl3945: include iwl-core.h by Kolekar, Abhijeet · 16 years ago
  70. eaa686c iwl3945: Change IWLWIFI_VERSION constant name by Kolekar, Abhijeet · 16 years ago
  71. 6d64989 iwlwifi: emliminate iwl3945_mac_get_stats mac80211 handler by Winkler, Tomas · 16 years ago
  72. d20b3c6 iwl3945: iwl3945_queue and iwl3945_channel_info replacement by Samuel Ortiz · 16 years ago
  73. 1125eff iwl3945: Remove power related definitions from 3945 code by Samuel Ortiz · 16 years ago
  74. b5b8323 iwl3945: Getting rid of iwl-3945-led.h by Samuel Ortiz · 16 years ago
  75. d9829a6 iwl3945: Use iwl-agn-rs.h rates definitions. by Samuel Ortiz · 16 years ago
  76. 250bdd2 iwl3945: Have consistant and not redefined HW constants by Samuel Ortiz · 16 years ago
  77. 0f741d9 iwl3945: Getting rid of iwl3945_eeprom_channel by Samuel Ortiz · 16 years ago
  78. a3139c5 iwl3945: Remove DRV_NAME dependenies by Samuel Ortiz · 16 years ago
  79. 40b8ec0 iwl3945: Getting rid of iwl-3945-debug.h by Samuel Ortiz · 16 years ago
  80. 3d24a9f iwlwifi: 3945 remove iwl-3945-commands.h by Tomas Winkler · 16 years ago
  81. 28afaf9 iwlwifi: 3945 drop usage of union tsf by Tomas Winkler · 16 years ago
  82. 4c89725 iwlwifi: 3945 remove duplicated code from iwl-3945-commands.h by Tomas Winkler · 16 years ago
  83. 600c0e1 iwlwifi: use iwl-commands.h also in 3945 by Tomas Winkler · 16 years ago
  84. b936d9b iwlwifi: 3945 remove current_rate from station entry. by Winkler, Tomas · 16 years ago
  85. 69d00d2 iwlwifi: 3945 unfold iwl-3945-commands.h by Tomas Winkler · 16 years ago
  86. bddadf8 iwlwifi: 3945 extract flow handler definitions into iwl-3945-fh.h by Tomas Winkler · 16 years ago
  87. 9ee677c wireless: Add channel/frequency conversions to ieee80211.h by David Kilroy · 16 years ago
  88. eaee7cc ath5k: More EEPROM code updates by Nick Kossifidis · 16 years ago
  89. b306b82 iwlwifi: kill retry_rate sysfs for iwlagn by Winkler, Tomas · 16 years ago
  90. 2ddfa12 iwlwifi: move sysfs status entry to debugfs by Winkler, Tomas · 16 years ago
  91. 29701e5 p54: enable proper frame injection by Christian Lamparter · 16 years ago
  92. a15bd00 p54: label queues with their corresponding names by Christian Lamparter · 16 years ago
  93. 0ea9c00 ath5k: Update EEPROM code by Nick Kossifidis · 16 years ago
  94. 754be30 rt2x00: Release rt2x00 2.3.0 by Ivo van Doorn · 16 years ago
  95. b30dd5c0 rt2x00: Introduce RXDONE_SIGNAL_MASK mask by Ivo van Doorn · 16 years ago
  96. 2bdb35c rt2x00: Allow drivers to pass the noise value during rxdone by Ivo van Doorn · 16 years ago
  97. 076f958 rt2x00: Remove ENTRY_TXD_OFDM_RATE by Ivo van Doorn · 16 years ago
  98. 7b40982 rt2x00: Move code into seperate functions by Ivo van Doorn · 16 years ago
  99. 91581b6 rt2x00: Split EEPROM_NIC_TX_RX_FIXED by Ivo van Doorn · 16 years ago
  100. ce292a6 rt2x00: Implement WDS support by Ivo van Doorn · 16 years ago