1. 5c9b4fa1 ath6kl: Add wmi functions to add/delete WOW patterns by Raja Mani · 13 years ago
  2. f4bb9a6 ath6kl: Fix key configuration to copy at most seq_len from seq by Jouni Malinen · 13 years ago
  3. 11f6e40 ath6kl: Fix lockdep warning by Vasanthakumar Thiagarajan · 13 years ago
  4. c89c591 ath6kl: rename ath6kl_wmi_qos_state_init() to _wmi_reset() by Kalle Valo · 13 years ago
  5. 3101ede ath6kl: fix missing copy of action frame contents by Aarthi Thiruvengadam · 13 years ago
  6. 1052261 ath6kl: Report unique remain-on-channel cookie values by Jouni Malinen · 13 years ago
  7. 0ce5944 ath6kl: Initialize target wlan values for every vif by Vasanthakumar Thiagarajan · 13 years ago
  8. 990bd91 ath6kl: Maintain virtual interface in a list by Vasanthakumar Thiagarajan · 13 years ago
  9. 6765d0a ath6kl: Use interface index from wmi data headr by Vasanthakumar Thiagarajan · 13 years ago
  10. 240d279 ath6kl: Take vif information from wmi event by Vasanthakumar Thiagarajan · 13 years ago
  11. 334234b ath6kl: Maintain firmware interface index in struct ath6kl_vif by Vasanthakumar Thiagarajan · 13 years ago
  12. cf5333d ath6kl: Move few more vif specific information to struct ath6kl_vif by Vasanthakumar Thiagarajan · 13 years ago
  13. 8c8b65e ath6kl: Move bssid information to vif structure by Vasanthakumar Thiagarajan · 13 years ago
  14. f5938f2 ath6kl: Move nw_type to vif structure by Vasanthakumar Thiagarajan · 13 years ago
  15. 59c9844 ath6kl: Define interface specific states by Vasanthakumar Thiagarajan · 13 years ago
  16. be98e3a ath6kl: Keep wiphy reference in ath6kl structure by Vasanthakumar Thiagarajan · 13 years ago
  17. ff0b007 ath6kl: Add debugfs control for keepalive and disconnection timeout by Jouni Malinen · 13 years ago
  18. 1261875 ath6kl: Add debugfs files for roaming control by Jouni Malinen · 13 years ago
  19. 4b28a80 ath6kl: Add debugfs file for target roam table by Jouni Malinen · 13 years ago
  20. a7f0c58 ath6kl: remove unused parameters from struct wmi by Kalle Valo · 13 years ago
  21. b9b6ee6 ath6kl: improve wmi debug messages by Kalle Valo · 13 years ago
  22. ef09410 ath6kl: add prefix parameter to ath6kl_dbg_dump() by Kalle Valo · 13 years ago
  23. 8651213 ath6kl: Report PMKSA candidate events through cfg80211 by Jouni Malinen · 13 years ago
  24. 32c1087 ath6kl: Export beacon interval and DTIM period through STA info by Jouni Malinen · 13 years ago
  25. 551185c ath6kl: Update BSS information after connection by Jouni Malinen · 13 years ago
  26. 82e14f5 ath6kl: Remove unnecessary bssinfo event header conversion by Jouni Malinen · 13 years ago
  27. 457fb04 ath6kl: Remove the unused node table implementation by Jouni Malinen · 13 years ago
  28. 1aaa8c7 ath6kl: Replace internal node table with cfg80211 BSS table by Jouni Malinen · 13 years ago
  29. f195d50 ath6kl: Remove deprecated WMI_OPT_RX_FRAME_EVENTID processing by Jouni Malinen · 13 years ago
  30. 0603376 ath6kl: Process regulatory requests from firmware. by Vivek Natarajan · 13 years ago
  31. 572e27c ath6kl: Fix AP mode connect event parsing and TIM updates by Jouni Malinen · 13 years ago
  32. d6e51e6 ath6kl: Fix WMI message structure for AP_SET_PVB by Jouni Malinen · 13 years ago
  33. e509044 ath6kl: Add debugfs entry to modify roaming parameters. by Vivek Natarajan · 13 years ago
  34. 939f1cc ath6kl: implement support to set firmware log parameters by Kalle Valo · 13 years ago
  35. bdf5396 ath6kl: add firmware log support by Kalle Valo · 13 years ago
  36. 003353b0d ath6kl: add testmode support by Kalle Valo · 13 years ago
  37. 9809d8e ath6kl: Report received Action frames to cfg80211 by Jouni Malinen · 13 years ago
  38. a0df5db ath6kl: Notify cfg80211 of TX status of mgmt_tx frames by Jouni Malinen · 13 years ago
  39. ae32c30 ath6kl: Report received Probe Request frames to cfg80211 by Jouni Malinen · 13 years ago
  40. 1276c9e ath6kl: Support channel set request for startscan command by Edward Lu · 13 years ago
  41. f9e5f05 ath6kl: Add cfg80211 calls for remain-on-channel events by Jouni Malinen · 13 years ago
  42. 6465ddc ath6kl: Add new WMI commands and events for P2P by Jouni Malinen · 13 years ago
  43. 2387513 ath6kl: Use change_station() to authorize/unauthorize STAs by Jouni Malinen · 13 years ago
  44. 9a5b131 ath6kl: Delay initial group key setup in AP mode by Jouni Malinen · 13 years ago
  45. 6a7c9ba ath6kl: Add functionality for starting AP mode by Jouni Malinen · 13 years ago
  46. 3ce6ff5 ath6kl: Add wmi meta data information only it is available by Vasanthakumar Thiagarajan · 13 years ago
  47. 594a0bc ath6kl: Cleanup ath6kl_wmi_data_hdr_remove() by Vasanthakumar Thiagarajan · 13 years ago
  48. 77fccc7 ath6kl: Remove ath6kl_wmi_iterate_nodes() by Vasanthakumar Thiagarajan · 14 years ago
  49. 39dd3fc ath6kl: Pass only the needed scan_table to ath6kl_wmi_iterate_nodes() by Vasanthakumar Thiagarajan · 14 years ago
  50. 852bd9d ath6kl: Move initialization/deinitialization of scan_table to appropriate functions by Vasanthakumar Thiagarajan · 14 years ago
  51. 9d0c6bc ath6kl: Cleanup parameters of wlan_node_table_init() by Vasanthakumar Thiagarajan · 14 years ago
  52. 46ff8d5 ath6kl: Remove ath6kl_wmi_get_current_bssid() by Vasanthakumar Thiagarajan · 14 years ago
  53. 70df051 ath6kl: Remove bssid from struct wmi by Vasanthakumar Thiagarajan · 14 years ago
  54. e4c7ffc ath6kl: Cleanup parameters for wlan_refresh_inactive_nodes() by Vasanthakumar Thiagarajan · 14 years ago
  55. 7c3075e ath6kl: Move scan table from wmi to ath6kl by Vasanthakumar Thiagarajan · 14 years ago
  56. 2865785 ath6kl: Cleanup void *parent_dev in struct wmi by Vasanthakumar Thiagarajan · 14 years ago
  57. c8790cba ath6kl: Avoid two memset to clear src and desr mac addr variable memory in ath6kl_wmi_dot11_hdr_remove() by Raja Mani · 14 years ago
  58. bdcd817 Add ath6kl cleaned up driver by Kalle Valo · 14 years ago