summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl/wmi.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-11ath6kl: Maintain virtual interface in a listVasanthakumar Thiagarajan1-5/+17
2011-11-11ath6kl: Use interface index from wmi data headrVasanthakumar Thiagarajan1-8/+8
2011-11-11ath6kl: Take vif information from wmi eventVasanthakumar Thiagarajan1-81/+112
2011-11-11ath6kl: Maintain firmware interface index in struct ath6kl_vifVasanthakumar Thiagarajan1-75/+97
2011-11-11ath6kl: Move few more vif specific information to struct ath6kl_vifVasanthakumar Thiagarajan1-3/+3
2011-11-11ath6kl: Move bssid information to vif structureVasanthakumar Thiagarajan1-1/+1
2011-11-11ath6kl: Move nw_type to vif structureVasanthakumar Thiagarajan1-2/+6
2011-11-11ath6kl: Define interface specific statesVasanthakumar Thiagarajan1-5/+7
2011-11-11ath6kl: Keep wiphy reference in ath6kl structureVasanthakumar Thiagarajan1-5/+5
2011-11-11ath6kl: Add debugfs control for keepalive and disconnection timeoutJouni Malinen1-0/+4
2011-11-11ath6kl: Add debugfs files for roaming controlJouni Malinen1-0/+40
2011-11-11ath6kl: Add debugfs file for target roam tableJouni Malinen1-0/+11
2011-11-11ath6kl: remove unused parameters from struct wmiKalle Valo1-20/+7
2011-09-28ath6kl: improve wmi debug messagesKalle Valo1-9/+35
2011-09-28ath6kl: add prefix parameter to ath6kl_dbg_dump()Kalle Valo1-1/+2
2011-09-22ath6kl: Report PMKSA candidate events through cfg80211Jouni Malinen1-0/+30
2011-09-22ath6kl: Export beacon interval and DTIM period through STA infoJouni Malinen1-0/+11
2011-09-22ath6kl: Update BSS information after connectionJouni Malinen1-0/+6
2011-09-22ath6kl: Remove unnecessary bssinfo event header conversionJouni Malinen1-28/+9
2011-09-22ath6kl: Remove the unused node table implementationJouni Malinen1-37/+0
2011-09-22ath6kl: Replace internal node table with cfg80211 BSS tableJouni Malinen1-251/+45
2011-09-22ath6kl: Remove deprecated WMI_OPT_RX_FRAME_EVENTID processingJouni Malinen1-39/+1
2011-09-06ath6kl: Process regulatory requests from firmware.Vivek Natarajan1-0/+78
2011-09-06ath6kl: Fix AP mode connect event parsing and TIM updatesJouni Malinen1-5/+39
2011-09-06ath6kl: Fix WMI message structure for AP_SET_PVBJouni Malinen1-0/+1
2011-09-02ath6kl: Add debugfs entry to modify roaming parameters.Vivek Natarajan1-0/+29
2011-09-02ath6kl: implement support to set firmware log parametersKalle Valo1-0/+19
2011-09-02ath6kl: add firmware log supportKalle Valo1-0/+1
2011-09-01ath6kl: add testmode supportKalle Valo1-0/+29
2011-08-31ath6kl: Report received Action frames to cfg80211Jouni Malinen1-3/+12
2011-08-31ath6kl: Notify cfg80211 of TX status of mgmt_tx framesJouni Malinen1-3/+25
2011-08-31ath6kl: Report received Probe Request frames to cfg80211Jouni Malinen1-4/+16
2011-08-31ath6kl: Support channel set request for startscan commandEdward Lu1-3/+3
2011-08-31ath6kl: Add cfg80211 calls for remain-on-channel eventsJouni Malinen1-4/+27
2011-08-31ath6kl: Add new WMI commands and events for P2PJouni Malinen1-0/+294
2011-08-31ath6kl: Use change_station() to authorize/unauthorize STAsJouni Malinen1-0/+18
2011-08-31ath6kl: Delay initial group key setup in AP modeJouni Malinen1-0/+4
2011-08-31ath6kl: Add functionality for starting AP modeJouni Malinen1-0/+45
2011-08-31ath6kl: Add wmi meta data information only it is availableVasanthakumar Thiagarajan1-3/+5
2011-08-31ath6kl: Cleanup ath6kl_wmi_data_hdr_remove()Vasanthakumar Thiagarajan1-10/+0
2011-08-09ath6kl: Remove ath6kl_wmi_iterate_nodes()Vasanthakumar Thiagarajan1-7/+0
2011-08-09ath6kl: Pass only the needed scan_table to ath6kl_wmi_iterate_nodes()Vasanthakumar Thiagarajan1-2/+2
2011-08-09ath6kl: Move initialization/deinitialization of scan_table to appropriate fun...Vasanthakumar Thiagarajan1-2/+0
2011-08-09ath6kl: Cleanup parameters of wlan_node_table_init()Vasanthakumar Thiagarajan1-1/+1
2011-08-09ath6kl: Remove ath6kl_wmi_get_current_bssid()Vasanthakumar Thiagarajan1-6/+0
2011-08-09ath6kl: Remove bssid from struct wmiVasanthakumar Thiagarajan1-5/+2
2011-08-09ath6kl: Cleanup parameters for wlan_refresh_inactive_nodes()Vasanthakumar Thiagarajan1-1/+1
2011-08-09ath6kl: Move scan table from wmi to ath6klVasanthakumar Thiagarajan1-15/+15
2011-08-09ath6kl: Cleanup void *parent_dev in struct wmiVasanthakumar Thiagarajan1-1/+1
2011-08-09ath6kl: Avoid two memset to clear src and desr mac addr variable memory in at...Raja Mani1-2/+1