summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/cfg80211.c
Commit message (Expand)AuthorAgeFilesLines
* ath6kl: implement ath6kl_cfg80211_suspend()Kalle Valo2011-11-111-4/+42
* ath6kl: reset CONNECT_PEND and CONNECTED flags in ath6kl_cfg80211_stop()Kalle Valo2011-11-111-0/+2
* ath6kl: create ath6kl_cfg80211_stop()Kalle Valo2011-11-111-0/+49
* ath6kl: add aborted parameter to ath6kl_cfg80211_scan_complete_event()Kalle Valo2011-11-111-8/+4Star
* ath6kl: don't use cfg80211_scan_request after cfg80211_scan_done()Kalle Valo2011-11-111-2/+4
* ath6kl: Report unique remain-on-channel cookie valuesJouni Malinen2011-11-111-2/+9
* ath6kl: add support for WPSAarthi Thiruvengadam2011-11-111-0/+18
* ath6kl: Use appropriate wdev from vifVasanthakumar Thiagarajan2011-11-111-10/+7Star
* ath6kl: Add a modparam to enable multi normal interface supportVasanthakumar Thiagarajan2011-11-111-1/+22
* ath6kl: Implement add_virtual_intf() and del_virtual_intf()Vasanthakumar Thiagarajan2011-11-111-2/+121
* ath6kl: Use the other variant of netdev (un)register APIsVasanthakumar Thiagarajan2011-11-111-11/+4Star
* ath6kl: Maintain virtual interface in a listVasanthakumar Thiagarajan2011-11-111-25/+41
* ath6kl: Introduce spinlock to protect vif specific informationVasanthakumar Thiagarajan2011-11-111-0/+1
* ath6kl: Refactor ath6kl_destroy()Vasanthakumar Thiagarajan2011-11-111-8/+0Star
* ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_prof...Vasanthakumar Thiagarajan2011-11-111-1/+1
* ath6kl: Remove net_device from ath6klVasanthakumar Thiagarajan2011-11-111-1/+0Star
* ath6kl: Take vif information from wmi eventVasanthakumar Thiagarajan2011-11-111-61/+44Star
* ath6kl: Maintain firmware interface index in struct ath6kl_vifVasanthakumar Thiagarajan2011-11-111-52/+73
* ath6kl: Make net and target stats vif specificVasanthakumar Thiagarajan2011-11-111-10/+10
* ath6kl: Move few more vif specific information to struct ath6kl_vifVasanthakumar Thiagarajan2011-11-111-12/+13
* ath6kl: Move scan_req info and sme_state to vifVasanthakumar Thiagarajan2011-11-111-22/+27
* ath6kl: Move disconnect timer to vif structureVasanthakumar Thiagarajan2011-11-111-5/+4Star
* ath6kl: Move aggregation information to vif structureVasanthakumar Thiagarajan2011-11-111-6/+4Star
* ath6kl: Move key information to vif structureVasanthakumar Thiagarajan2011-11-111-9/+12
* ath6kl: Move channel information to vif structureVasanthakumar Thiagarajan2011-11-111-7/+7
* ath6kl: Move bssid information to vif structureVasanthakumar Thiagarajan2011-11-111-11/+16
* ath6kl: Move nw_type to vif structureVasanthakumar Thiagarajan2011-11-111-20/+22
* ath6kl: Move ssid and crypto information to vif structureVasanthakumar Thiagarajan2011-11-111-79/+96
* ath6kl: Define interface specific statesVasanthakumar Thiagarajan2011-11-111-24/+42
* ath6kl: Define an initial vif structure and use itVasanthakumar Thiagarajan2011-11-111-17/+24
* ath6kl: Refactor wiphy dev and net dev init functionsVasanthakumar Thiagarajan2011-11-111-21/+125
* ath6kl: Keep wiphy reference in ath6kl structureVasanthakumar Thiagarajan2011-11-111-25/+25
* ath6kl: Allow CCKM AKM and KRK to be configuredJouni Malinen2011-11-111-0/+14
* ath6kl: Add WSC IE on the associate messageKevin Fang2011-11-111-0/+53
* ath6kl: make sure WLAN power save is enabled during suspendChilam Ng2011-11-111-0/+8
* ath6kl: Enable force foreground scan in connected stateVasanthakumar Thiagarajan2011-11-111-1/+5
* cfg80211/mac80211: allow management TX to not wait for ACKJohannes Berg2011-11-091-1/+2
* ath6kl: fixup merge damage in ath6kl_mgmt_txJohn W. Linville2011-10-111-1/+1
* ath6kl: silence "invalid rate" warningKalle Valo2011-09-281-1/+3
* ath6kl: Fix disconnect event reportingVasanthakumar Thiagarajan2011-09-231-11/+9Star
* ath6kl: Export beacon interval and DTIM period through STA infoJouni Malinen2011-09-221-0/+16
* ath6kl: Update BSS information after connectionJouni Malinen2011-09-221-0/+2
* ath6kl: Remove the unused node table implementationJouni Malinen2011-09-221-52/+0Star
* ath6kl: Fix BSS update on roamingJouni Malinen2011-09-221-85/+56Star
* ath6kl: Fix static WEP configuration in AP modeJouni Malinen2011-09-191-1/+15
* ath6kl: Set the sme_state to disconnected in disconnect() callbackVasanthakumar Thiagarajan2011-09-161-0/+2
* ath6kl: Remove auth type fall back in auto authentication modeVasanthakumar Thiagarajan2011-09-161-62/+12Star
* ath6kl: Allow enabling of P2P supportJouni Malinen2011-09-061-0/+12
* ath6kl: Allow AP mode to be configuredJouni Malinen2011-09-061-1/+4
* athk6l: Fix channel list processing in scan requestsJouni Malinen2011-09-051-4/+10