1. 3ca9d1f ath6kl: support for P2P mgmt operations on station interface by Aarthi Thiruvengadam · 14 years ago
  2. 10509f9 ath6kl: implement scheduled scan by Kalle Valo · 14 years ago
  3. 7125f01 ath6kl: implement ath6kl_cfg80211_stop_all() by Kalle Valo · 14 years ago
  4. c97a31b ath6kl: remove a workaround from ath6kl_cfg80211_stop() by Kalle Valo · 14 years ago
  5. d6d5c06 ath6kl: cleanup ath6kl_priv() by Kalle Valo · 14 years ago
  6. 4703290 ath6kl: Use delayed key configuration for WAPI in AP mode by Jouni Malinen · 14 years ago
  7. 0bb4e30 ath6kl: remove unused sc_params from struct ath6kl by Kalle Valo · 14 years ago
  8. b992a28 ath6kl: fix ath6kl's set tx power by Luis R. Rodriguez · 14 years ago
  9. 743b451 ath6kl: unlock if ath6kl_cfg80211_connect() fails by Dan Carpenter · 14 years ago
  10. f143379 ath6kl: Find ar->max_norm_iface in firmware IE parsing by Vasanthakumar Thiagarajan · 14 years ago
  11. 774439a ath6kl: Remove modparam multi_norm_if_support by Vasanthakumar Thiagarajan · 14 years ago
  12. 59500b4 ath6kl: Fix AP mode operation after interface down/up by Vasanthakumar Thiagarajan · 14 years ago
  13. 542c519 ath6kl: Clear WPS ctrl flag if zero length IE is received from cfg80211 by Raja Mani · 14 years ago
  14. 71f96ee ath6kl: make maximum number of vifs runtime configurable by Kalle Valo · 14 years ago
  15. be5abaa ath6kl: Fix bug in setting dot11_auth_mode in AP mode by Vasanthakumar Thiagarajan · 14 years ago
  16. 7cefa44 ath6kl: Fix bug in setting default key index for tx in AP mode by Vasanthakumar Thiagarajan · 14 years ago
  17. 4eab6f4 ath6kl: Fix cfg80211 warning while starting IBSS mode by Raja Mani · 14 years ago
  18. b8214df ath6kl: Allow SMS4 to be configured in AP mode by Dai Shuibing · 14 years ago
  19. 5e07021 ath6kl: Add support for configuring SMS4 keys by Dai Shuibing · 14 years ago
  20. eae9e06 ath6kl: Expose ath6kl's WOW capabilities to cfg80211 by Raja Mani · 14 years ago
  21. a918fb3 ath6kl: Perform WOW resume in RX path in case of SDIO IRQ wake up by Raja Mani · 14 years ago
  22. d7c44e0 ath6kl: Invoke WOW suspend/resume calls during PM operation by Raja Mani · 14 years ago
  23. 524441e ath6kl: Move ath6kl_cfg80211_stop() call specific to deep sleep and cut pwr by Raja Mani · 14 years ago
  24. 0f60e9f ath6kl: Include new parameter in suspend path for wowlan by Raja Mani · 14 years ago
  25. 6cb3c71 ath6kl: Add WOW suspend/resume implementation by Raja Mani · 14 years ago
  26. f3e61ec ath6kl: Do not hide ath6kl_wmi_addkey_cmd() error values by Jouni Malinen · 14 years ago
  27. f4bb9a6 ath6kl: Fix key configuration to copy at most seq_len from seq by Jouni Malinen · 14 years ago
  28. 11f6e40 ath6kl: Fix lockdep warning by Vasanthakumar Thiagarajan · 14 years ago
  29. b4b2a0b ath6kl: cut power during suspend by Kalle Valo · 14 years ago
  30. 76a9fbe ath6kl: add state variable depicting hw/fw state by Kalle Valo · 14 years ago
  31. 52d81a6 ath6kl: implement ath6kl_cfg80211_suspend() by Kalle Valo · 14 years ago
  32. 1f4052551 ath6kl: reset CONNECT_PEND and CONNECTED flags in ath6kl_cfg80211_stop() by Kalle Valo · 14 years ago
  33. ec4b7f6 ath6kl: create ath6kl_cfg80211_stop() by Kalle Valo · 14 years ago
  34. 1c17d31 ath6kl: add aborted parameter to ath6kl_cfg80211_scan_complete_event() by Kalle Valo · 14 years ago
  35. cb93821 ath6kl: don't use cfg80211_scan_request after cfg80211_scan_done() by Kalle Valo · 14 years ago
  36. 1052261 ath6kl: Report unique remain-on-channel cookie values by Jouni Malinen · 14 years ago
  37. 6354121 ath6kl: add support for WPS by Aarthi Thiruvengadam · 14 years ago
  38. 551959d ath6kl: Use appropriate wdev from vif by Vasanthakumar Thiagarajan · 14 years ago
  39. 3226f68a ath6kl: Add a modparam to enable multi normal interface support by Vasanthakumar Thiagarajan · 14 years ago
  40. 5505597 ath6kl: Implement add_virtual_intf() and del_virtual_intf() by Vasanthakumar Thiagarajan · 14 years ago
  41. 2792972 ath6kl: Use the other variant of netdev (un)register APIs by Vasanthakumar Thiagarajan · 14 years ago
  42. 990bd91 ath6kl: Maintain virtual interface in a list by Vasanthakumar Thiagarajan · 14 years ago
  43. 478ac02 ath6kl: Introduce spinlock to protect vif specific information by Vasanthakumar Thiagarajan · 14 years ago
  44. 6db8fa5 ath6kl: Refactor ath6kl_destroy() by Vasanthakumar Thiagarajan · 14 years ago
  45. e29f25f ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_profile_info() by Vasanthakumar Thiagarajan · 14 years ago
  46. 28ae58d ath6kl: Remove net_device from ath6kl by Vasanthakumar Thiagarajan · 14 years ago
  47. 240d279 ath6kl: Take vif information from wmi event by Vasanthakumar Thiagarajan · 14 years ago
  48. 334234b ath6kl: Maintain firmware interface index in struct ath6kl_vif by Vasanthakumar Thiagarajan · 14 years ago
  49. b95907a ath6kl: Make net and target stats vif specific by Vasanthakumar Thiagarajan · 14 years ago
  50. cf5333d ath6kl: Move few more vif specific information to struct ath6kl_vif by Vasanthakumar Thiagarajan · 14 years ago
  51. 14ee6f6 ath6kl: Move scan_req info and sme_state to vif by Vasanthakumar Thiagarajan · 14 years ago
  52. de3ad71 ath6kl: Move disconnect timer to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  53. 2132c69 ath6kl: Move aggregation information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  54. 6f2a73f ath6kl: Move key information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  55. f74bac5 ath6kl: Move channel information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  56. 8c8b65e ath6kl: Move bssid information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  57. f5938f2 ath6kl: Move nw_type to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  58. 3450334 ath6kl: Move ssid and crypto information to vif structure by Vasanthakumar Thiagarajan · 14 years ago
  59. 59c9844 ath6kl: Define interface specific states by Vasanthakumar Thiagarajan · 14 years ago
  60. 108438b ath6kl: Define an initial vif structure and use it by Vasanthakumar Thiagarajan · 14 years ago
  61. 8dafb70 ath6kl: Refactor wiphy dev and net dev init functions by Vasanthakumar Thiagarajan · 14 years ago
  62. be98e3a ath6kl: Keep wiphy reference in ath6kl structure by Vasanthakumar Thiagarajan · 14 years ago
  63. 837cb97 ath6kl: Allow CCKM AKM and KRK to be configured by Jouni Malinen · 14 years ago
  64. 6981ffd ath6kl: Add WSC IE on the associate message by Kevin Fang · 14 years ago
  65. aa6cffc ath6kl: make sure WLAN power save is enabled during suspend by Chilam Ng · 14 years ago
  66. f1f9217 ath6kl: Enable force foreground scan in connected state by Vasanthakumar Thiagarajan · 14 years ago
  67. e247bd90 cfg80211/mac80211: allow management TX to not wait for ACK by Johannes Berg · 14 years ago
  68. 5f68a2b ath6kl: fixup merge damage in ath6kl_mgmt_tx by John W. Linville · 14 years ago
  69. 9a73083 ath6kl: silence "invalid rate" warning by Kalle Valo · 14 years ago
  70. 1de547d ath6kl: Fix disconnect event reporting by Vasanthakumar Thiagarajan · 14 years ago
  71. 32c1087 ath6kl: Export beacon interval and DTIM period through STA info by Jouni Malinen · 14 years ago
  72. 551185c ath6kl: Update BSS information after connection by Jouni Malinen · 14 years ago
  73. 457fb04 ath6kl: Remove the unused node table implementation by Jouni Malinen · 14 years ago
  74. 01cac47 ath6kl: Fix BSS update on roaming by Jouni Malinen · 14 years ago
  75. 151411e ath6kl: Fix static WEP configuration in AP mode by Jouni Malinen · 14 years ago
  76. 170826d ath6kl: Set the sme_state to disconnected in disconnect() callback by Vasanthakumar Thiagarajan · 14 years ago
  77. ac59a2b ath6kl: Remove auth type fall back in auto authentication mode by Vasanthakumar Thiagarajan · 14 years ago
  78. 6bbc7c3 ath6kl: Allow enabling of P2P support by Jouni Malinen · 14 years ago
  79. 6e4604c ath6kl: Allow AP mode to be configured by Jouni Malinen · 14 years ago
  80. 11869be athk6l: Fix channel list processing in scan requests by Jouni Malinen · 14 years ago
  81. 003353b0d ath6kl: add testmode support by Kalle Valo · 14 years ago
  82. 1b1e6ee ath6kl: Return error from wmi.c instead of -EIO in ath6kl_cfg80211_scan by Jouni Malinen · 14 years ago
  83. 8bdfbf4 ath6kl: Include P2P IE(s) in GO Probe Response depending on request by Jouni Malinen · 14 years ago
  84. 229ed6b ath6kl: Fix default key installation in AP mode by Edward Lu · 14 years ago
  85. 38acde3 ath6kl: Fix a typo in ath6k context by Edward Lu · 14 years ago
  86. 6b5e5d2 ath6kl: Add support for new P2P iftypes in mode changes by Jouni Malinen · 14 years ago
  87. f80574a ath6kl: Advertise supported mgmt_stypes by Jouni Malinen · 14 years ago
  88. ae32c30 ath6kl: Report received Probe Request frames to cfg80211 by Jouni Malinen · 14 years ago
  89. 1276c9e ath6kl: Support channel set request for startscan command by Edward Lu · 14 years ago
  90. b84da8c ath6kl: Use set_appie command to add Probe Request IEs by Jouni Malinen · 14 years ago
  91. 8a6c8060 ath6kl: Implement mgmt_tx by Jouni Malinen · 14 years ago
  92. 63fa1e0 ath6kl: Implement remain_on_channel and cancel_remain_on_channel by Jouni Malinen · 14 years ago
  93. 2387513 ath6kl: Use change_station() to authorize/unauthorize STAs by Jouni Malinen · 14 years ago
  94. 9a5b131 ath6kl: Delay initial group key setup in AP mode by Jouni Malinen · 14 years ago
  95. 6a7c9ba ath6kl: Add functionality for starting AP mode by Jouni Malinen · 14 years ago
  96. abcb344 ath6kl: implement suspend support by Kalle Valo · 14 years ago
  97. 0e5cc8e ath6kl: Check sme state before delivering disconnect event to cfg80211 by Raja Mani · 14 years ago
  98. f91db9b ath6kl: Avoid finding bss presence in cfg80211 scan list by Raja Mani · 14 years ago
  99. 0ce7792 ath6kl: Use cfg80211_inform_bss instead of cfg80211_inform_bss_frame by Jouni Malinen · 14 years ago
  100. 9aa6035 ath6kl: Fix crash during the connection process by Raja Mani · 14 years ago