1. 736e3ac rt2x00: Fix pointer errors. by Gertjan van Wingerde · 15 years ago
  2. a39fd6b rt2x00: remove intf->mac field. by Gertjan van Wingerde · 15 years ago
  3. 773d1b9 rt2x00: Remove intf->bssid field. by Gertjan van Wingerde · 15 years ago
  4. 5235189 rt2x00: allow txstatus_fifo w/o txstatus_tasklet by Johannes Stezenbach · 15 years ago
  5. c4d6324 rt2x00: simplify txstatus_fifo handling by Johannes Stezenbach · 15 years ago
  6. 97e2c40 carl9170: fix usb pm suspend->resume woes by Christian Lamparter · 15 years ago
  7. 3b38651 carl9170: reduce channel change delay by Christian Lamparter · 15 years ago
  8. c9e57f0 carl9170: add missing return-value check by Christian Lamparter · 15 years ago
  9. bb00755 ath5k: fix cycle counter inconsistent locking by Bob Copeland · 15 years ago
  10. 44cefea ath9k: fix spur mitigation no-spur case for AR9002 by Brian Prodoehl · 15 years ago
  11. ad9082a airo: use simple_write_to_buffer by Akinobu Mita · 15 years ago
  12. 52671e4 ath9k: spin_lock_bh is not required within tasklet context. by Senthil Balasubramanian · 15 years ago
  13. cd017f2 iwlagn: fix scan tx antenna setting on 5Ghz band by Stanislaw Gruszka · 15 years ago
  14. cd2c548 ath5k: Move mac80211 functions into new file by Bruno Randolf · 15 years ago
  15. 0511af9 Merge branch 'wireless-next-2.6' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-2.6 by John W. Linville · 15 years ago
  16. 782a9e3 Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/padovan/bluetooth-next-2.6 by John W. Linville · 15 years ago
  17. 003ea98 iwlwifi: remove reference to Gen2 by Wey-Yi Guy · 15 years ago
  18. bdb84fe iwlagn: fix FH error by Johannes Berg · 15 years ago
  19. e88735d iwlwifi: remove extra string by Wey-Yi Guy · 15 years ago
  20. 17f9cc3 Bluetooth: Improve handling of HCI control channel in bind by Gustavo F. Padovan · 15 years ago
  21. 23bb576 Bluetooth: Fix __hci_request synchronization for hci_open_dev by Johan Hedberg · 15 years ago
  22. c71e97b Bluetooth: Add management events for controller addition & removal by Johan Hedberg · 15 years ago
  23. f7b64e69 Bluetooth: Add read_info management command by Johan Hedberg · 15 years ago
  24. faba42e Bluetooth: Add read_index_list management command by Johan Hedberg · 15 years ago
  25. 02d9812 Bluetooth: Add read_version management command by Johan Hedberg · 15 years ago
  26. e41d8b4 Bluetooth: Add error handling for managment command handlers by Johan Hedberg · 15 years ago
  27. 5c4bc1c rtlwifi: Fix large packet issue by Chaoming Li · 15 years ago
  28. 1721284 mac80211: cleanup select_queue by Johannes Berg · 15 years ago
  29. db7ec38 ath9k: Reset keycache on resume by Mohammed Shafi Shajakhan · 15 years ago
  30. e6d8a81 rtlwifi: rtl8192ce: Fix driver problem when radio switch off at module load by Larry Finger · 15 years ago
  31. 40d70dd rndis_wlan: add support for set_power_mgmt by Jussi Kivilinna · 15 years ago
  32. 49b35bd rndis_wlan: add support for set_cqm_rssi_config by Jussi Kivilinna · 15 years ago
  33. a3463a1 rndis_wlan: remove unused variable from priv structure by Jussi Kivilinna · 15 years ago
  34. c2aa413 rndis_wlan: constify rndis_config_ops by Jussi Kivilinna · 15 years ago
  35. 21b27be rndis_wlan: turn radio off before interface is bring up by Jussi Kivilinna · 15 years ago
  36. 0b57802 rndis_wlan: do not set default_key if not WEP key by Jussi Kivilinna · 15 years ago
  37. bfe3850 rndis_wlan: scanning, workaround device returning incorrect bssid-list item count. by Jussi Kivilinna · 15 years ago
  38. ab72efd b43: N-PHY: enable support for PHYs rev 3 and higher by Rafał Miłecki · 15 years ago
  39. d4814e6 b43: N-PHY: update 2056 radio on channel switch on rev3+ by Rafał Miłecki · 15 years ago
  40. d414464 b43: N-PHY: use correct channel tables for rev4+ by Rafał Miłecki · 15 years ago
  41. aca434d b43: N-PHY: avoid PHY hangs for rev 3 and 4 by Rafał Miłecki · 15 years ago
  42. 94a5b04 b43: N-PHY: add init tables for 2056 radio by Rafał Miłecki · 15 years ago
  43. ea7ee14 b43: N-PHY: implement radio 2056 init steps by Rafał Miłecki · 15 years ago
  44. e41596a b43: use correct firmware for newer cores by Rafał Miłecki · 15 years ago
  45. d0ce2d1 ath9k_hw: Fix bug in eeprom data length validation for AR9485 by Vasanthakumar Thiagarajan · 15 years ago
  46. 0207c0c ath5k: Use helper function to get eeprom mode from channel by Bruno Randolf · 15 years ago
  47. 26a51ad ath5k: Remove ATH5K_INI_RFGAIN defines, use band instead by Bruno Randolf · 15 years ago
  48. 51f0062 ath5k: Track current TX power separately from max TX power by Bruno Randolf · 15 years ago
  49. 56bd29d ath5k: Separate powertable setup and writing by Bruno Randolf · 15 years ago
  50. 26c7fc4 ath5k: Simplify powertable recalculation by Bruno Randolf · 15 years ago
  51. 6dab55b ath9k: unlock on error path in ath9k_change_interface() by Dan Carpenter · 15 years ago
  52. 8d6a686 rtlwifi: Use pci_pcie_cap() by Hauke Mehrtens · 15 years ago
  53. e40b5fa ath9k: Use pci_is_pcie() by Hauke Mehrtens · 15 years ago
  54. e98b06b ath5k: Use pci_is_pcie() by Hauke Mehrtens · 15 years ago
  55. 2cdb9a4 rt2x00: Use pci_is_pcie() by Hauke Mehrtens · 15 years ago
  56. 6b740aa ssb: Use pci_is_pcie() by Hauke Mehrtens · 15 years ago
  57. 750de29 wl12xx: remove unnecessary import by Hauke Mehrtens · 15 years ago
  58. 63d9faf wl1251: remove unnecessary import by Hauke Mehrtens · 15 years ago
  59. afe68d0 ath9k: fix aphy / wiphy idle mismatch by Luis R. Rodriguez · 15 years ago
  60. d584747 ath9k: Fix warnings on card removal by Rajkumar Manoharan · 15 years ago
  61. 97dcec5 ath9k_htc: Fix warning on device removal by Sujith Manoharan · 15 years ago
  62. 3cfeb0c rtl818x: move rtl8180 and rtl8187 to separate subdirectories by John W. Linville · 15 years ago
  63. 3d986b2 rtlwifi: use alloc_workqueue by John W. Linville · 15 years ago
  64. d4d5dc3 ath9k: do not limit the chainmask to 1 for legacy mode by Felix Fietkau · 15 years ago
  65. f1a8abb ath9k_hw: fix PA predistortion HT40 mask by Felix Fietkau · 15 years ago
  66. f8a0a78 mac80211: fix potentially redundant skb data copying by Felix Fietkau · 15 years ago
  67. 4cd06a3 mac80211: skip unnecessary pskb_expand_head calls by Felix Fietkau · 15 years ago
  68. 489ee91 mac80211: fix initialization of skb->cb in ieee80211_subif_start_xmit by Felix Fietkau · 15 years ago
  69. ae29fbb wl1251: wl12xx_get_platform_data() returns an ERR_PTR by Dan Carpenter · 15 years ago
  70. d704300 rtlwifi: Fix use of mutex in interrupt code by Larry Finger · 15 years ago
  71. f0b3e4b MAINTAINERS: Fix typo in rtl8192ce entry by Larry Finger · 15 years ago
  72. b1c1d00 ath9k: Properly initialize channel table for 2GHz by Mohammed Shafi Shajakhan · 15 years ago
  73. 18db45c rtl8192ce: Fix typo in Kconfig description by Anisse Astier · 15 years ago
  74. 5582132 ath9k_hw: remove baseband rfsilent support by Felix Fietkau · 15 years ago
  75. 4b3ba66 ath9k: fix queue depth check for forming new aggregates by Felix Fietkau · 15 years ago
  76. 5c405b5 rtl8192ce: drop 'rtl8192c-' prefix from files by John W. Linville · 15 years ago
  77. 61ad539 mac80211: Remove unused third address from mesh address extension header. by Javier Cardona · 15 years ago
  78. 3de135d ath5k: Set available antenna information for cfg80211 by Bruno Randolf · 15 years ago
  79. 39fd5de nl80211: Export available antennas by Bruno Randolf · 15 years ago
  80. 7f531e0 cfg80211: Separate available antennas for RX and TX by Bruno Randolf · 15 years ago
  81. c7108a7 mac80211: Send mesh non-HWMP path selection frames to userspace by Javier Cardona · 15 years ago
  82. c80d545 mac80211: Let userspace enable and configure vendor specific path selection. by Javier Cardona · 15 years ago
  83. 24bdd9f mac80211: Rename mesh_params to mesh_config to prepare for mesh_setup by Javier Cardona · 15 years ago
  84. 8a09d6d rtlwifi: Switch locking from semaphores to mutexes by Larry Finger · 15 years ago
  85. 3cf0c8a rtl8192ce: Update MAINTAINERS by Larry Finger · 15 years ago
  86. f15a4bb ath5k: Fix survey by Bruno Randolf · 15 years ago
  87. 4aea248 rtl8192ce: Fix build on powerpc by Larry Finger · 15 years ago
  88. 931299c ath: fix NULL pointer dereference on reg_notifier() by Luis R. Rodriguez · 15 years ago
  89. 2784fe9 cfg80211: fix null pointer dereference with a custom regulatory request by Luis R. Rodriguez · 15 years ago
  90. 45ef6a0 ath9k_hw: Configure appropriate Tx power when PAPRD fails by Vasanthakumar Thiagarajan · 15 years ago
  91. 7072bf6 ath9k_hw: Disable PAPRD for rates with low Tx power by Vasanthakumar Thiagarajan · 15 years ago
  92. 8698bca ath9k_hw: Add a helper to get paprd scale factor by Vasanthakumar Thiagarajan · 15 years ago
  93. 0b2084b ath9k_hw: Tx IQ cal changes for AR9003 by Vasanthakumar Thiagarajan · 15 years ago
  94. 895ad7e ath9k_hw: Move get_streams() to hw.h by Vasanthakumar Thiagarajan · 15 years ago
  95. d8a8440 ath9k_hw: Remove unnecessary Rx IQ cal register configuration in ar9003_hw_tx_iq_cal() by Vasanthakumar Thiagarajan · 15 years ago
  96. 7e68b74 ath9k_hw: Remove delay during regwrite of analog shift registers by Vasanthakumar Thiagarajan · 15 years ago
  97. cf4e594 nl80211: Add notification for dropped Deauth/Disassoc by Jouni Malinen · 15 years ago
  98. 5928b91 Merge branch 'wl12xx-next' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx by John W. Linville · 15 years ago
  99. 7d5f01a iwlwifi: Fix error: struct iwl_lq_sta has no member named dbg_fixed_rate by Sedat Dilek · 15 years ago
  100. e137478 rtlwifi: convert to __packed notation by John W. Linville · 15 years ago