1. d859898 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6 by John W. Linville · 13 years ago
  2. 8ae2e12 ath9k_htc: Inform stack about tx ack status by Rajkumar Manoharan · 13 years ago
  3. 1fa1238 ath9k_hw: Remove read-only registers from AR9003 intervals by Rajkumar Manoharan · 13 years ago
  4. 43d9325 ath9k_hw: Disable power detector calibration for AR9003 by Rajkumar Manoharan · 13 years ago
  5. 6fea2b1 ath9k_hw: Update AR9003 interval to improve 5G Tx EVM by Rajkumar Manoharan · 13 years ago
  6. 1a84ff7 cfg80211: return -ENOENT when stopping sched_scan while not running by Luciano Coelho · 13 years ago
  7. 331c5ea ath9k_hw: Disable PAPRD based on paprd_ht20_mask for 5GHz by Mohammed Shafi Shajakhan · 13 years ago
  8. e156103 mwifiex: 4-byte alignment in mwifiex_process_sta_txpd() by Yogesh Ashok Powar · 13 years ago
  9. 38869d7 mwifiex: fix minor issue in debugfs command 'info' by Amitkumar Karwar · 13 years ago
  10. e6faada mwifiex: fix regression in WEP security mode by Amitkumar Karwar · 13 years ago
  11. 4fc5401 ath5k: read sc->imask with sc->irqlock held by Pavel Roskin · 13 years ago
  12. e2df64c ath5k: use kstrtoint() to parse numbers coming from sysfs by Pavel Roskin · 13 years ago
  13. e4bbf2f ath5k: fix formatting errors found by checkpatch.pl by Pavel Roskin · 13 years ago
  14. d2c7f77 ath5k: fix misplaced or extraneous braces found by checkpatch.pl by Pavel Roskin · 13 years ago
  15. 633d006 ath5k: use parentheses around macro definitions by Pavel Roskin · 13 years ago
  16. 2753f87 ath5k: don't use volatile, it's not needed by Pavel Roskin · 13 years ago
  17. 2724a74 ath5k: use more readable way to clear MAC address by Pavel Roskin · 13 years ago
  18. 25380d8 ath5k: use DEFINE_PCI_DEVICE_TABLE in led.c, mark users with __devinit by Pavel Roskin · 13 years ago
  19. ef82763 ath5k: use KERN_WARNING in ATH5K_PRINTF by Pavel Roskin · 13 years ago
  20. fdd55d1 ath5k: remove unneeded parentheses after return by Pavel Roskin · 13 years ago
  21. 0a5d381 ath5k: replace spaces with tabs as suggested by checkpatch.pl by Pavel Roskin · 13 years ago
  22. b988a88 ath5k: remove PRIV_ENTRY and PRIV_ASSIGN macros, they obfuscate the code by Pavel Roskin · 13 years ago
  23. 69f7235 carl9170: Implement tx_frames_pending mac80211 callback function by Christian Lamparter · 13 years ago
  24. cae5614 net/b43: don't return IRQ_HANDLED if nothing was done by Sebastian Andrzej Siewior · 13 years ago
  25. 21a18f2 b43: HT-PHY: define dummy TX power functions by Rafał Miłecki · 13 years ago
  26. 676b58c mac80211: Restart STA timers only on associated state by Rajkumar Manoharan · 13 years ago
  27. 565dfef ath9k_htc: do not configure filter before driver is started by Rajkumar Manoharan · 13 years ago
  28. 58eb7ff b43: LCN-PHY: include new PHY in common code by Rafał Miłecki · 13 years ago
  29. 8b9bda7 b43: define firmwares for HT and LCN PHYs by Rafał Miłecki · 13 years ago
  30. 42d9879 mac80211: allow driver to generate P1K for IV32 by Johannes Berg · 13 years ago
  31. 3ea542d mac80211: allow drivers to access key sequence counter by Johannes Berg · 13 years ago
  32. 9e26297 mac80211: simplify RX PN/IV handling by Johannes Berg · 13 years ago
  33. 1d738e6 b43: LCN-PHY add place for new PHY support by Rafał Miłecki · 13 years ago
  34. 0cd20a2 mac80211: use AES_BLOCK_SIZE by Johannes Berg · 13 years ago
  35. 544e5d8 b43: read radio ID on new cores by Rafał Miłecki · 13 years ago
  36. 3fd4850 b43: use radio ID reading code to older cores only by Rafał Miłecki · 13 years ago
  37. 8c8b964 b43: select BLOCKIO for BCMA by Rafał Miłecki · 13 years ago
  38. 6ff1e5c b43: change selecting ucode for newer cores by Rafał Miłecki · 13 years ago
  39. 74abacb b43: bus: add helpers for getting/setting wldev from/in bus core by Rafał Miłecki · 13 years ago
  40. 42c9a45 b43: handle BCMA in bus switches by Rafał Miłecki · 13 years ago
  41. 6cbab0d b43: use switches for SSB specific code by Rafał Miłecki · 13 years ago
  42. 75396ae mac80211: fix CMAC races by Johannes Berg · 13 years ago
  43. aba83a0b mac80211: fix CCMP races by Johannes Berg · 13 years ago
  44. 523b02e mac80211: fix TKIP races, make API easier to use by Johannes Berg · 13 years ago
  45. 397915c b43: implement BCMA bus ops by Rafał Miłecki · 13 years ago
  46. d150705 b43: make b43_wireless_init bus generic by Rafał Miłecki · 13 years ago
  47. e441a5e Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx by John W. Linville · 13 years ago
  48. f1a4638 wl12xx: start/stop queues according to global per-AC counters by Arik Nemtsov · 13 years ago
  49. 5f0dd29 rt2x00: Implement tx_frames_pending mac80211 callback function. by Gertjan van Wingerde · 13 years ago
  50. acb5612 rt2x00: Properly identify rt2800usb devices. by Gertjan van Wingerde · 13 years ago
  51. 71e0b38 rt2x00: Add device ID for RT539F device. by Gertjan van Wingerde · 13 years ago
  52. 128f8f7 rt2x00: Reduce window of a queue's tx lock. by Gertjan van Wingerde · 13 years ago
  53. 77b5621 rt2x00: Don't use queue entry as parameter when creating TX descriptor. by Gertjan van Wingerde · 13 years ago
  54. 77a861c rt2x00: Serialize TX operations on a queue. by Gertjan van Wingerde · 13 years ago
  55. 9352f69 bcma: detect PCI core working in hostmode by Rafał Miłecki · 13 years ago
  56. 3445951 mac80211: fix TKIP replay vulnerability by Johannes Berg · 13 years ago
  57. 1186980 mac80211: fix ie memory allocation for scheduled scans by Luciano Coelho · 13 years ago
  58. 6ae8ec2 ssb: fix init regression of hostmode PCI core by Rafał Miłecki · 13 years ago
  59. f0c717e mwifiex: modify SDIO aggregation Tx/Rx buffer size by Amitkumar Karwar · 13 years ago
  60. 96a95c1 ipw2100: Fix command list for debugging by Jean Delvare · 13 years ago
  61. c68f4b8 mac80211: support GTK rekey offload by Johannes Berg · 13 years ago
  62. e5497d7 cfg80211/nl80211: support GTK rekey offload by Johannes Berg · 13 years ago
  63. 830af02 mac80211: allow driver to iterate keys by Johannes Berg · 13 years ago
  64. 68dd49e iwlwifi: remove unnecessary read of PCI_CAP_ID_EXP by Jon Mason · 13 years ago
  65. 333c0db Merge branch 'for-linville' of git://git.kernel.org/pub/scm/linux/kernel/git/luca/wl12xx by John W. Linville · 13 years ago
  66. 115f945 ssb: use pci_dev->subsystem_{vendor,device} by Sergei Shtylyov · 13 years ago
  67. 2fa23190 ssb: use pci_dev->revision by Sergei Shtylyov · 13 years ago
  68. 73e6cdc b43: Add RX side DMA memory barrier by Michael Büsch · 13 years ago
  69. 14205aa NFC: add Documentation/networking/nfc.txt by Aloisio Almeida Jr · 13 years ago
  70. c46ee38 NFC: pn533: add NXP pn533 nfc device driver by Aloisio Almeida Jr · 13 years ago
  71. 23b7869 NFC: add the NFC socket raw protocol by Lauro Ramos Venancio · 13 years ago
  72. c7fe3b5 NFC: add NFC socket family by Aloisio Almeida Jr · 13 years ago
  73. 4d12b8b NFC: add nfc generic netlink interface by Lauro Ramos Venancio · 13 years ago
  74. 3e256b8 NFC: add nfc subsystem core by Lauro Ramos Venancio · 13 years ago
  75. 2b4562d mac80211: allow driver to impose WoWLAN restrictions by Johannes Berg · 13 years ago
  76. 304e21b ssb: PCI revision ID register is 8-bit wide by Sergei Shtylyov · 13 years ago
  77. 45a7713 rtlwifi: rtl8192de: Fix error exit from hw_init by Larry Finger · 13 years ago
  78. eb8b27a rtlwifi: rtl8192de: Replace loops calling udelay with single mdelay by Larry Finger · 13 years ago
  79. c2a7965 carl9170: use carl9170 queue enums by Christian Lamparter · 13 years ago
  80. 9928c7d rtlwifi: rtl8192de: Remove comparison of boolean with true by Larry Finger · 13 years ago
  81. f2e795f rtlwifi: rtl8192{ce,cu,se} Remove irq_enabled by Mike McCormack · 13 years ago
  82. 80b6959 rtlwifi: rtl8192de: Remove irq_enabled boolean by Larry Finger · 13 years ago
  83. faeef8a drivers/net/wireless/rtlwifi/rtl8192de/phy.c: fix udelay() usage by Andrew Morton · 13 years ago
  84. 5e34069 mac80211: fix smatch complains by Christian Lamparter · 13 years ago
  85. 1205f54 carl9170: allow PSM if the 5 GHz band is selected by Christian Lamparter · 13 years ago
  86. f3716fd carl9170: enable IEEE80211_HW_NEED_DTIM_PERIOD by Christian Lamparter · 13 years ago
  87. 85ee512 carl9170: import 1.9.4 firmware headers by Christian Lamparter · 13 years ago
  88. 3b4670f net, wireless: Don't return uninitialized in __cfg80211_stop_sched_scan() by Jesper Juhl · 13 years ago
  89. 3bff186 mac80211: Skip tailroom reservation for full HW-crypto devices with race fix by Yogesh Ashok Powar · 13 years ago
  90. 097f882 wl12xx: always initialize AP-mode max power level by Arik Nemtsov · 13 years ago
  91. 6cfa5cf wl12xx: initialize max_power levels for 11a channels by Arik Nemtsov · 13 years ago
  92. 73ecce3 wl12xx: implement cancel_hw_scan() callback by Eliad Peller · 13 years ago
  93. 2aa0159 wl12xx: add stop_scan command by Eliad Peller · 13 years ago
  94. e85d162 wl12xx: configure suspend/resume only if associated/started by Eliad Peller · 13 years ago
  95. b5d6e5f wl12xx: one SDIO initialization is enough by Ohad Ben-Cohen · 13 years ago
  96. 35cbcbc rtlwifi: rtl8192cu: Add new USB ID for Netgear WNA1000M by Yoann DI-RUZZA · 13 years ago
  97. 4f6760b ath9k: Fix tx throughput drops for AR9003 chips with AES encryption by Rajkumar Manoharan · 13 years ago
  98. 06a86dd carl9170: add NEC WL300NU-AG usbid by Christian Lamparter · 13 years ago
  99. c10841c cfg80211: fix deadlock with rfkill/sched_scan by adding new mutex by Luciano Coelho · 13 years ago
  100. 37000b3 ath5k: fix incorrect use of drvdata in PCI suspend/resume code by Pavel Roskin · 13 years ago