1. e29f25f ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_profile_info() by Vasanthakumar Thiagarajan · 14 years ago
  2. 28ae58d ath6kl: Remove net_device from ath6kl by Vasanthakumar Thiagarajan · 14 years ago
  3. 240d279 ath6kl: Take vif information from wmi event by Vasanthakumar Thiagarajan · 14 years ago
  4. 334234b ath6kl: Maintain firmware interface index in struct ath6kl_vif by Vasanthakumar Thiagarajan · 14 years ago
  5. b95907a ath6kl: Make net and target stats vif specific by Vasanthakumar Thiagarajan · 14 years ago
  6. cf5333d ath6kl: Move few more vif specific information to struct ath6kl_vif by Vasanthakumar Thiagarajan · 14 years ago
  7. 14ee6f6 ath6kl: Move scan_req info and sme_state to vif by Vasanthakumar Thiagarajan · 14 years ago
  8. de3ad71 ath6kl: Move disconnect timer to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  9. 2132c69 ath6kl: Move aggregation information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  10. 6f2a73f ath6kl: Move key information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  11. f74bac5 ath6kl: Move channel information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  12. 8c8b65e ath6kl: Move bssid information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  13. f5938f2 ath6kl: Move nw_type to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  14. 3450334 ath6kl: Move ssid and crypto information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  15. 59c9844 ath6kl: Define interface specific states by Vasanthakumar Thiagarajan · 14 years ago
  16. 108438b ath6kl: Define an initial vif structure and use it by Vasanthakumar Thiagarajan · 14 years ago
  17. dd3751f ath6kl: Cleanup fw interface type setting by Vasanthakumar Thiagarajan · 14 years ago
  18. 8dafb70 ath6kl: Refactor wiphy dev and net dev init functions by Vasanthakumar Thiagarajan · 14 years ago
  19. be98e3a ath6kl: Keep wiphy reference in ath6kl structure by Vasanthakumar Thiagarajan · 14 years ago
  20. 521dffc ath6kl: Pass ath6kl structure to ath6kl_init() instead of net_device by Vasanthakumar Thiagarajan · 14 years ago
  21. 116b3a2 ath6kl: Implement support for background scan control from userspace by Rishi Panjwani · 14 years ago
  22. 83973e0 ath6kl: add debug level for hif by Kalle Valo · 14 years ago
  23. b1e03f8 ath6kl: don't dump full htc packets by Kalle Valo · 14 years ago
  24. 471e92f ath6kl: cleanup htc debug messages by Kalle Valo · 14 years ago
  25. ebf29c9 ath6kl: merge htc debug levels by Kalle Valo · 14 years ago
  26. 8fffd9e ath6kl: Implement support for QOS-enable and QOS-disable from userspace by Rishi Panjwani · 14 years ago
  27. 1716932 ath6kl: Fix endpoint_stats debugfs buffer length calculation by Jouni Malinen · 14 years ago
  28. 1738085 ath6kl: unbreak suspend by Sam Leffler · 14 years ago
  29. bef26a7 ath6kl: fix firmware start address for ar6003 hw2.0 by Kalle Valo · 14 years ago
  30. 837cb97 ath6kl: Allow CCKM AKM and KRK to be configured by Jouni Malinen · 14 years ago
  31. ff0b007 ath6kl: Add debugfs control for keepalive and disconnection timeout by Jouni Malinen · 14 years ago
  32. 1261875 ath6kl: Add debugfs files for roaming control by Jouni Malinen · 14 years ago
  33. 4b28a80 ath6kl: Add debugfs file for target roam table by Jouni Malinen · 14 years ago
  34. e809128 ath6kl: Add endpoint_stats debugfs file by Jouni Malinen · 14 years ago
  35. 6981ffd ath6kl: Add WSC IE on the associate message by Kevin Fang · 14 years ago
  36. ad3f78b ath6kl: fix null skb dereference in ath6kl_rx() by Kalle Valo · 14 years ago
  37. 2e1cb23 ath6kl: move remaining content from htc_hif.h to hif.h by Kalle Valo · 14 years ago
  38. 533cbbb ath6kl: remove unused values from htc_hif.h by Kalle Valo · 14 years ago
  39. 8e8ddb2 ath6kl: move htc_hif to hif.c by Kalle Valo · 14 years ago
  40. b4be895 ath6kl: return error block size is not power of 2 by Kalle Valo · 14 years ago
  41. cbf49a6 ath6kl: fix struct host_app_area endian handling by Kalle Valo · 14 years ago
  42. a7f0c58 ath6kl: remove unused parameters from struct wmi by Kalle Valo · 14 years ago
  43. aa6cffc ath6kl: make sure WLAN power save is enabled during suspend by Chilam Ng · 14 years ago
  44. 4533d90 ath6kl: Minor cleanup in msg_look_ahead parameter in ath6kl_htc_rxmsg_pending_handler() by Vasanthakumar Thiagarajan · 14 years ago
  45. 99f5429 ath6kl: Avoid processing failed rx packets by Vasanthakumar Thiagarajan · 14 years ago
  46. b8d5d5f ath6kl: Fix htc_packet leak in ath6kl_htc_rx_fetch() by Vasanthakumar Thiagarajan · 14 years ago
  47. 4159cc9 ath6kl: Fix htc_packet leak in ath6kl_htc_rx_process_packets() by Vasanthakumar Thiagarajan · 14 years ago
  48. 861dd05 ath6kl: Claim sdio function only at appropriate places by Vasanthakumar Thiagarajan · 14 years ago
  49. 151bd30 ath6kl: Replace spin_lock_irqsave with spin_lock_bh by Vasanthakumar Thiagarajan · 14 years ago
  50. 1555f73 ath6kl: Fix sparse warning "symbol 'conn' shadows an earlier one" by Vasanthakumar Thiagarajan · 14 years ago
  51. f1f9217 ath6kl: Enable force foreground scan in connected state by Vasanthakumar Thiagarajan · 14 years ago
  52. 1eb54c8 mwifiex: prevent corruption instead of just warning by Dan Carpenter · 14 years ago
  53. 7d7ab02 mwifiex: enable SDIO multiport aggregation by Amitkumar Karwar · 14 years ago
  54. fa161cb mwifiex: remove an unneeded NULL check by Dan Carpenter · 14 years ago
  55. fba6fe6 mwifiex: remove unneeded kfree(NULL); by Dan Carpenter · 14 years ago
  56. 99ba15c brcm80211: fmac: optimize chip core info management by Franky Lin · 14 years ago
  57. 61213be brcm80211: fmac: replace private SB macros with ssb_regs version by Franky Lin · 14 years ago
  58. e12afb6 brcm80211: fmac: move chip drive strength related code to sdio_chip.c by Franky Lin · 14 years ago
  59. a8a6c04 brcm80211: fmac: move chip detach function to sdio_chip.c by Franky Lin · 14 years ago
  60. 2bc78e1 brcm80211: fmac: move chip reset core function to sdio_chip.c by Franky Lin · 14 years ago
  61. 454d2a8 brcm80211: fmac: abstract chip core revision function by Franky Lin · 14 years ago
  62. d8f64a4 brcm80211: fmac: abstract chip iscoreup function by Franky Lin · 14 years ago
  63. a97e4fc brcm80211: fmac: chip attach code flow clean up by Franky Lin · 14 years ago
  64. 98ce903 brcm80211: fmac: remove duplicate regiter set in chip attach path by Franky Lin · 14 years ago
  65. 960908d brcm80211: fmac: move dongle gpio reset code to chip attach function by Franky Lin · 14 years ago
  66. 966414d brcm80211: fmac: disable dongle arm core in bus core setup function by Franky Lin · 14 years ago
  67. 2d4a9af brcm80211: fmac: move core disable function to sdio_chip.c by Franky Lin · 14 years ago
  68. 5b45e54 brcm80211: fmac: abstract chip buscore setup function by Franky Lin · 14 years ago
  69. e63ac6b brcm80211: fmac: move bus core prep code to sdio_chip.c by Franky Lin · 14 years ago
  70. a83369b brcm80211: fmac: move chip recognition function to sdio_chip.c by Franky Lin · 14 years ago
  71. 718897eb brcm80211: fmac: remove unnecessary 4329 chip specific code by Franky Lin · 14 years ago
  72. e247bd90 cfg80211/mac80211: allow management TX to not wait for ACK by Johannes Berg · 14 years ago
  73. 562a748 nl80211: advertise device AP SME by Johannes Berg · 14 years ago
  74. 7e1e386 ath9k: Improve debugfs printout for stations. by Ben Greear · 14 years ago
  75. 6e6ae9d ipw2x00: remove unused function libipw_ratelimit_debug. by Stanislav Yakovlev · 14 years ago
  76. fd65623 ath9k: Advertise support for TDLS by Jouni Malinen · 14 years ago
  77. 9236b2a orinoco: release BSS structures returned by cfg80211_inform_bss() by David Kilroy · 14 years ago
  78. a64e2e2 rndis_wlan: release BSS structures returned by cfg80211_inform_bss() by Jussi Kivilinna · 14 years ago
  79. fa5e91b wireless: cleanup brcm80211 bits in drivers/net/wireless/Makefile by John W. Linville · 14 years ago
  80. 5e81905 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless by John W. Linville · 14 years ago
  81. c63749d ath9k_hw: Updated AR9462 initval table to improve rx performance by Rajkumar Manoharan · 14 years ago
  82. 7dc181c ath9k: Add btcoex profile management support for AR9462 by Rajkumar Manoharan · 14 years ago
  83. 38df2f0 ath9k_hw: Update CCK spur mitigation for AR9462 by Rajkumar Manoharan · 14 years ago
  84. 43bc3e8 mac80211_hwsim: Claim support for TDLS by Jouni Malinen · 14 years ago
  85. 028f78d brcm80211: smac: change buffer endianess convert function interface by Arend van Spriel · 14 years ago
  86. d1a5b6f brcm80211: fmac: remove state from brcmf_if in fullmac by Franky Lin · 14 years ago
  87. e1b8358 brcm80211: fmac: store brcmf_if in net device private data by Franky Lin · 14 years ago
  88. 15d45b6 brcm80211: fmac: use brcmf_add_if for all net devices by Franky Lin · 14 years ago
  89. 3fd172d brcm80211: smac: use sk_buff list for handling frames in receive path by Arend van Spriel · 14 years ago
  90. 81d2e2d brcm80211: smac: rename buffer endianess conversion functions by Arend van Spriel · 14 years ago
  91. 1525662 brcm80211: smac: changed check to confirm STA only support by Roland Vossen · 14 years ago
  92. dc46012 brcm80211: smac: mute transmit on ops_start by Roland Vossen · 14 years ago
  93. 2646c46 brcm80211: smac: modified Mac80211 callback interface by Roland Vossen · 14 years ago
  94. c6c4489 brcm80211: smac: fixed inconsistency in transmit mute by Roland Vossen · 14 years ago
  95. a8bc491 brcm80211: smac: bugfix for tx mute in brcms_b_init() by Roland Vossen · 14 years ago
  96. 43ac097 brcm80211: smac: removed down-on-rf-kill functionality by Roland Vossen · 14 years ago
  97. 2823700 brcm80211: smac: removed down-on-watchdog MPC functionality by Roland Vossen · 14 years ago
  98. 4412953 brcm80211: smac: removed MPC related variables by Roland Vossen · 14 years ago
  99. 0bf1f88 brcm80211: smac: removed MPC related code by Roland Vossen · 14 years ago
  100. dfded55 brcm80211: fmac: use brcmf_del_if for all net devices by Franky Lin · 14 years ago