summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl/cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
2011-11-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+2
2011-11-10cfg80211/mac80211: allow management TX to not wait for ACKJohannes Berg1-1/+2
2011-11-01drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker1-0/+2
2011-10-11ath6kl: fixup merge damage in ath6kl_mgmt_txJohn W. Linville1-1/+1
2011-09-28ath6kl: silence "invalid rate" warningKalle Valo1-1/+3
2011-09-23ath6kl: Fix disconnect event reportingVasanthakumar Thiagarajan1-11/+9
2011-09-22ath6kl: Export beacon interval and DTIM period through STA infoJouni Malinen1-0/+16
2011-09-22ath6kl: Update BSS information after connectionJouni Malinen1-0/+2
2011-09-22ath6kl: Remove the unused node table implementationJouni Malinen1-52/+0
2011-09-22ath6kl: Fix BSS update on roamingJouni Malinen1-85/+56
2011-09-19ath6kl: Fix static WEP configuration in AP modeJouni Malinen1-1/+15
2011-09-16ath6kl: Set the sme_state to disconnected in disconnect() callbackVasanthakumar Thiagarajan1-0/+2
2011-09-16ath6kl: Remove auth type fall back in auto authentication modeVasanthakumar Thiagarajan1-62/+12
2011-09-06ath6kl: Allow enabling of P2P supportJouni Malinen1-0/+12
2011-09-06ath6kl: Allow AP mode to be configuredJouni Malinen1-1/+4
2011-09-05athk6l: Fix channel list processing in scan requestsJouni Malinen1-4/+10
2011-09-01ath6kl: add testmode supportKalle Valo1-0/+2
2011-08-31ath6kl: Return error from wmi.c instead of -EIO in ath6kl_cfg80211_scanJouni Malinen1-9/+9
2011-08-31ath6kl: Include P2P IE(s) in GO Probe Response depending on requestJouni Malinen1-3/+93
2011-08-31ath6kl: Fix default key installation in AP modeEdward Lu1-2/+11
2011-08-31ath6kl: Fix a typo in ath6k contextEdward Lu1-6/+7
2011-08-31ath6kl: Add support for new P2P iftypes in mode changesJouni Malinen1-2/+10
2011-08-31ath6kl: Advertise supported mgmt_stypesJouni Malinen1-0/+24
2011-08-31ath6kl: Report received Probe Request frames to cfg80211Jouni Malinen1-0/+19
2011-08-31ath6kl: Support channel set request for startscan commandEdward Lu1-1/+21
2011-08-31ath6kl: Use set_appie command to add Probe Request IEsJouni Malinen1-0/+11
2011-08-31ath6kl: Implement mgmt_txJouni Malinen1-0/+24
2011-08-31ath6kl: Implement remain_on_channel and cancel_remain_on_channelJouni Malinen1-0/+33
2011-08-31ath6kl: Use change_station() to authorize/unauthorize STAsJouni Malinen1-0/+20
2011-08-31ath6kl: Delay initial group key setup in AP modeJouni Malinen1-1/+30
2011-08-31ath6kl: Add functionality for starting AP modeJouni Malinen1-0/+179
2011-08-31ath6kl: implement suspend supportKalle Valo1-0/+14
2011-08-31ath6kl: Check sme state before delivering disconnect event to cfg80211Raja Mani1-1/+1
2011-08-31ath6kl: Avoid finding bss presence in cfg80211 scan listRaja Mani1-21/+0
2011-08-31ath6kl: Use cfg80211_inform_bss instead of cfg80211_inform_bss_frameJouni Malinen1-27/+17
2011-08-09ath6kl: Fix crash during the connection processRaja Mani1-3/+3
2011-08-09ath6kl: Cleanup void * in ath6kl_cfg80211_scan_node()Vasanthakumar Thiagarajan1-2/+1
2011-08-09ath6kl: Use ath6kl_cfg80211_scan_node() directly instead of function pointerVasanthakumar Thiagarajan1-3/+2
2011-08-09ath6kl: Remove ath6kl_wmi_iterate_nodes()Vasanthakumar Thiagarajan1-2/+2
2011-08-09ath6kl: Pass only the needed scan_table to ath6kl_wmi_iterate_nodes()Vasanthakumar Thiagarajan1-1/+1
2011-08-09ath6kl: fix crash when interface is closed but scan is ongoingKalle Valo1-18/+23
2011-08-09ath6kl: fix atomicity in ath6kl_cfg80211_scan_node()Kalle Valo1-1/+2
2011-08-09ath6kl: don't force foreground scan when connectedKalle Valo1-5/+1
2011-08-09ath6kl: Use bit field macros to maintain wlan enabled and disabled statusRaja Mani1-1/+1
2011-08-09Add ath6kl cleaned up driverKalle Valo1-0/+1538