1. 3d23e34 wext: refactor by Johannes Berg · 15 years ago
  2. bc974f4 atheros: define a common priv struct by Luis R. Rodriguez · 15 years ago
  3. 7c89606 nl80211: report age of scan results by Holger Schurig · 15 years ago
  4. 7976b42 ath9k_hw: add AR9271 srev and device ID to allow hw to support ar9271 by Luis R. Rodriguez · 15 years ago
  5. 3ca3403 ath9k_hw: print device ID if not supported by Luis R. Rodriguez · 15 years ago
  6. 7322fd1 ath9k: move hw code to its own module by Luis R. Rodriguez · 15 years ago
  7. 475a6e4 ath9k: use common read/write ops on pci and debug code by Luis R. Rodriguez · 15 years ago
  8. bdcf8ff b43: Comment unused functions lpphy_restore_dig_flt_state and lpphy_disable_rx_gain_override by Jaswinder Singh Rajput · 15 years ago
  9. c099752 iwlwifi: drop lib80211 dependency by Christian Lamparter · 15 years ago
  10. e41f0bf ath9k: Fix bugs in handling TX power by Senthil Balasubramanian · 15 years ago
  11. ebb90cf ath9k: Advertise midband for AR5416 devices by Senthil Balasubramanian · 15 years ago
  12. 63a75b9 ath9k: Reduce PLL Settle time and eliminate redundant PLL calls. by Senthil Balasubramanian · 15 years ago
  13. 1d50a69 ath9k: Handle ATH9K_BEACON_RESET_TSF properly by Senthil Balasubramanian · 15 years ago
  14. 66afad0 ath9k: Allow PSPOLL only when the interface is configured in AP mode by Senthil Balasubramanian · 15 years ago
  15. 7aa0349 ath9k: Update initvals by Vasanthakumar Thiagarajan · 15 years ago
  16. 4921be8 ath9k: Fix RTC reset for AR5416 by Sujith · 15 years ago
  17. 193cd45 ath9k: Update INI release for AR9287 by Sujith · 15 years ago
  18. 0b98eaa ath9k: Add Calibration checks by Vivek Natarajan · 15 years ago
  19. 181af38 ar9170: handle overflow in tsf_low register during get_tsf by Joerg Albert · 15 years ago
  20. 7c52c07 ar9170: add heavy clip handling by Joerg Albert · 15 years ago
  21. 90f2908 ar9170: fixed coding style, moved define by Joerg Albert · 15 years ago
  22. 9554b34 iwlwifi: add module firmware info for 1000 series by Huaxu Wan · 15 years ago
  23. 78f5fb7 iwlwifi: support idle for 6000 series hw by Johannes Berg · 15 years ago
  24. d8c07e7 iwlwifi: Chain Noise Calibration for 6000 series by Wey-Yi Guy · 15 years ago
  25. 2b396a1 iwlwifi: default to using all chains by Johannes Berg · 15 years ago
  26. 9bddbab iwlwifi: fix a typo by Johannes Berg · 15 years ago
  27. 02f5dac iwlwifi: add LED mode to support different LED behavior by Wey-Yi Guy · 15 years ago
  28. 5953a62 iwlwifi: update PCI Subsystem ID for 6000 series by Wey-Yi Guy · 15 years ago
  29. 4bd0914f iwlwifi: update PCI Subsystem ID for 1000 series by Wey-Yi Guy · 15 years ago
  30. 2f748de iwlwifi: send cmd to uCode to configure valid tx antenna by Wey-Yi Guy · 15 years ago
  31. e3949d6 iwlwifi: add aggregation tables to the rate scaling algorithm by Daniel C Halperin · 15 years ago
  32. 91a55ae iwlwifi: do not clear TX info flags when receiving BlockAckResponse by Daniel C Halperin · 15 years ago
  33. 95407aa iwlwifi: clean up rs_tx_status by Daniel C Halperin · 15 years ago
  34. 4e30cb6 iwlwifi: use S_IRUGO and S_IWUSR in module parameters by Wey-Yi Guy · 15 years ago
  35. 1f4b966 iwlwifi: EEPROM version for 1000 and 6000 series by Wey-Yi Guy · 15 years ago
  36. 01abfbb iwlwifi: allow user change protection mechanism for HT by Wey-Yi Guy · 15 years ago
  37. 47eef9b iwlwifi: Use RTS/CTS as the preferred protection mechanism for 6000 series by Wey-Yi Guy · 15 years ago
  38. 02bb1be iwlwifi: clarify and clean up chain settings by Johannes Berg · 15 years ago
  39. e307ddc iwlwifi: show NVM version in debugfs by Wey-Yi Guy · 15 years ago
  40. fad95bf iwlwifi: clean up ht config naming by Johannes Berg · 15 years ago
  41. f2d0d0e iwlwifi: Adjust blink rate to compensate Clock difference by Wey-Yi Guy · 15 years ago
  42. c812ee2 iwlwifi: clean up ht config a little by Johannes Berg · 15 years ago
  43. f3a2a42 iwlwifi: separate set_hw_params function for 6000 series by Wey-Yi Guy · 15 years ago
  44. 9371d4e iwlwifi: separate nic_config for different NIC by Wey-Yi Guy · 15 years ago
  45. 1b07a13 iwlwifi: remove un-supported eeprom parameters by Wey-Yi Guy · 15 years ago
  46. 85fecff iwlwifi: modify LED blink index table by Wey-Yi Guy · 15 years ago
  47. 2ddb5c8 ath9k: make ath9k_common_ops const by Luis R. Rodriguez · 15 years ago
  48. 5bb1279 atheros: move bus ops to ath_common by Luis R. Rodriguez · 15 years ago
  49. 990b70a ath9k: move ATH9K_RSSI_BAD to hw.h by Luis R. Rodriguez · 15 years ago
  50. cfe8cba ath9k: clarify what hw code is and remove ath9k.h from a few files by Luis R. Rodriguez · 15 years ago
  51. 9680e8a ath9k: remove driver ASSERT, just use BUG_ON() by Luis R. Rodriguez · 15 years ago
  52. e3d01bf ath9k: move ATH_AMPDU_LIMIT_MAX to hw.h by Luis R. Rodriguez · 15 years ago
  53. 25c56ee ath9k: remove ath9k_ht_macmode by Luis R. Rodriguez · 15 years ago
  54. 6420014 ath9k: remove ath9k 25 MHz HT40 spacing stuff by Luis R. Rodriguez · 15 years ago
  55. 43c2761 atheros: move tx/rx chainmask to ath_common by Luis R. Rodriguez · 15 years ago
  56. c46917b atheros: add common debug printing by Luis R. Rodriguez · 15 years ago
  57. cd9bf68 ath9k: separate core driver and hw timer code by Luis R. Rodriguez · 15 years ago
  58. b002a4a atheros: add ieee80211_hw to ath_common by Luis R. Rodriguez · 15 years ago
  59. 13b8155 atheros: define shared bssidmask setting by Luis R. Rodriguez · 15 years ago
  60. e5aa847 ath5k: define ath_common ops by Luis R. Rodriguez · 15 years ago
  61. 9adca12 ath5k: allocate ath5k_hw prior to initializing hw by Luis R. Rodriguez · 15 years ago
  62. 9e4bffd atheros/ath9k: add common read/write ops and port ath9k to use it by Luis R. Rodriguez · 15 years ago
  63. 867633f ath9k: Define bus agnostic bluetooth coex prep helper by Luis R. Rodriguez · 15 years ago
  64. db71971 ath5k: move ath_common to ath5k_hw by Luis R. Rodriguez · 15 years ago
  65. 27c51f1 ath9k: move ath_common to ath_hw by Luis R. Rodriguez · 15 years ago
  66. 394317f ath5k: initialize eeprom struct early on attach by Luis R. Rodriguez · 15 years ago
  67. 954fece ath5k: use common curbssid, bssidmask and macaddr by Luis R. Rodriguez · 15 years ago
  68. 8c727e7 ar9170: make use of common macaddr and curbssid by Luis R. Rodriguez · 15 years ago
  69. 1510718 atheros/ath9k: move macaddr, curaid, curbssid and bssidmask to common by Luis R. Rodriguez · 15 years ago
  70. 3453ad8 ath9k: use ath9k_hw_write_associd() on reset by Luis R. Rodriguez · 15 years ago
  71. 7664072 ath9k: Use ath9k_hw_setbssidmask() on reset by Luis R. Rodriguez · 15 years ago
  72. f2b2143 ath9k: make ath9k_hw_setbssidmask() and ath9k_hw_write_associd() use ath_hw by Luis R. Rodriguez · 15 years ago
  73. bcd8f54 atheros: use get_unaligned_le*() for bssid mask setting by Luis R. Rodriguez · 15 years ago
  74. 1775374 ath: move ath_bcast_mac to common header by Luis R. Rodriguez · 15 years ago
  75. 9ecdef4 ath9k: rename driver core and hw power save helpers by Luis R. Rodriguez · 15 years ago
  76. 8c77a56 ath9k: move ath9k_hw_setpower() to main.c by Luis R. Rodriguez · 15 years ago
  77. 1adc93c ath9k: avoid usage of ath9k_hw_setpower() on hw.c by Luis R. Rodriguez · 15 years ago
  78. a91d75a ath9k: move ath9k_ps_wakeup() and ath9k_ps_restore() to main.c by Luis R. Rodriguez · 15 years ago
  79. 21526d5 ath9k: move ps helpers onto core driver when reseting tsf by Luis R. Rodriguez · 15 years ago
  80. a36cfbc ath9k: rename ath_btcoex_supported() to ath9k_hw_btcoex_supported() by Luis R. Rodriguez · 15 years ago
  81. 8b4fc5b ath9k: move ath_btcoex_config and ath_bt_mode to btcoex.c by Luis R. Rodriguez · 15 years ago
  82. 5e19729 ath9k: now move ath9k_hw_btcoex_set_weight() to btcoex.c by Luis R. Rodriguez · 15 years ago
  83. 269ad81 ath9k: simplify ath_btcoex_bt_stomp() by Luis R. Rodriguez · 15 years ago
  84. 766ec4a ath9k: rename ath_btcoex_info to ath_btcoex_hw by Luis R. Rodriguez · 15 years ago
  85. 46289e1 ath9k: rename btcoex_scheme to just scheme by Luis R. Rodriguez · 15 years ago
  86. 05a0b3c ath9k: remove unused bt_duty_cycle by Luis R. Rodriguez · 15 years ago
  87. e08a6ac ath9k: move bt_stomp_type to driver core by Luis R. Rodriguez · 15 years ago
  88. 8c1b39547 ath9k: replaces SC_OP_BTCOEX_ENABLED with a bool by Luis R. Rodriguez · 15 years ago
  89. bc74bf8 ath9k: split ath9k_hw_btcoex_enable() into two helpers by Luis R. Rodriguez · 15 years ago
  90. 75d7839 ath9k: move driver core helpers to main.c by Luis R. Rodriguez · 15 years ago
  91. 7a2f0f5 ath9k: split bluetooth hardware coex init into two helpers by Luis R. Rodriguez · 15 years ago
  92. af03abe ath9k: move hw specific btcoex info to ath_hw by Luis R. Rodriguez · 15 years ago
  93. 2e20250 ath9k: move btcoex core driver info to its own struct by Luis R. Rodriguez · 15 years ago
  94. 4d6b228 ath9k: use ath_hw for DPRINTF() and debug init/exit by Luis R. Rodriguez · 15 years ago
  95. d519e17 net: export device speed and duplex via sysfs by Andy Gospodarek · 15 years ago
  96. 053a93d cfg80211: assign device type in netdev notifier callback by Marcel Holtmann · 15 years ago
  97. 7ffbe3f net: introduce NETDEV_POST_INIT notifier by Johannes Berg · 15 years ago
  98. 225794f usbnet: Set device type for wlan and wwan devices by Marcel Holtmann · 15 years ago
  99. e1e499e usbnet: Use wwan%d interface name for mobile broadband devices by Marcel Holtmann · 15 years ago
  100. 0bfbedb tunnels: Optimize tx path by Eric Dumazet · 15 years ago