summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl/cfg80211.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-16Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo1-0/+2
2011-12-14ath6kl: support for P2P mgmt operations on station interfaceAarthi Thiruvengadam1-8/+52
2011-12-13ath6kl: implement scheduled scanKalle Valo1-0/+144
2011-12-13ath6kl: implement ath6kl_cfg80211_stop_all()Kalle Valo1-22/+31
2011-12-13ath6kl: remove a workaround from ath6kl_cfg80211_stop()Kalle Valo1-6/+2
2011-12-13ath6kl: cleanup ath6kl_priv()Kalle Valo1-5/+5
2011-12-13ath6kl: Use delayed key configuration for WAPI in AP modeJouni Malinen1-1/+2
2011-11-24ath6kl: remove unused sc_params from struct ath6klKalle Valo1-3/+0
2011-11-24ath6kl: fix ath6kl's set tx powerLuis R. Rodriguez1-1/+2
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville1-0/+2
2011-11-21ath6kl: unlock if ath6kl_cfg80211_connect() failsDan Carpenter1-1/+3
2011-11-21ath6kl: Find ar->max_norm_iface in firmware IE parsingVasanthakumar Thiagarajan1-6/+0
2011-11-21ath6kl: Remove modparam multi_norm_if_supportVasanthakumar Thiagarajan1-5/+2
2011-11-16ath6kl: Fix AP mode operation after interface down/upVasanthakumar Thiagarajan1-3/+0
2011-11-16ath6kl: Clear WPS ctrl flag if zero length IE is received from cfg80211Raja Mani1-1/+2
2011-11-16ath6kl: make maximum number of vifs runtime configurableKalle Valo1-3/+5
2011-11-13ath6kl: Fix bug in setting dot11_auth_mode in AP modeVasanthakumar Thiagarajan1-2/+4
2011-11-13ath6kl: Fix bug in setting default key index for tx in AP modeVasanthakumar Thiagarajan1-4/+1
2011-11-13ath6kl: Fix cfg80211 warning while starting IBSS modeRaja Mani1-14/+24
2011-11-13ath6kl: Allow SMS4 to be configured in AP modeDai Shuibing1-0/+6
2011-11-13ath6kl: Add support for configuring SMS4 keysDai Shuibing1-2/+16
2011-11-11ath6kl: Expose ath6kl's WOW capabilities to cfg80211Raja Mani1-0/+10
2011-11-11ath6kl: Perform WOW resume in RX path in case of SDIO IRQ wake upRaja Mani1-0/+28
2011-11-11ath6kl: Invoke WOW suspend/resume calls during PM operationRaja Mani1-0/+28
2011-11-11ath6kl: Move ath6kl_cfg80211_stop() call specific to deep sleep and cut pwrRaja Mani1-2/+6
2011-11-11ath6kl: Include new parameter in suspend path for wowlanRaja Mani1-2/+3
2011-11-11ath6kl: Add WOW suspend/resume implementationRaja Mani1-0/+109
2011-11-11ath6kl: Do not hide ath6kl_wmi_addkey_cmd() error valuesJouni Malinen1-24/+13
2011-11-11ath6kl: Fix key configuration to copy at most seq_len from seqJouni Malinen1-3/+5
2011-11-11ath6kl: Fix lockdep warningVasanthakumar Thiagarajan1-4/+4
2011-11-11ath6kl: cut power during suspendKalle Valo1-0/+31
2011-11-11ath6kl: add state variable depicting hw/fw stateKalle Valo1-5/+23
2011-11-11ath6kl: implement ath6kl_cfg80211_suspend()Kalle Valo1-4/+42
2011-11-11ath6kl: reset CONNECT_PEND and CONNECTED flags in ath6kl_cfg80211_stop()Kalle Valo1-0/+2
2011-11-11ath6kl: create ath6kl_cfg80211_stop()Kalle Valo1-0/+49
2011-11-11ath6kl: add aborted parameter to ath6kl_cfg80211_scan_complete_event()Kalle Valo1-8/+4
2011-11-11ath6kl: don't use cfg80211_scan_request after cfg80211_scan_done()Kalle Valo1-2/+4
2011-11-11ath6kl: Report unique remain-on-channel cookie valuesJouni Malinen1-2/+9
2011-11-11ath6kl: add support for WPSAarthi Thiruvengadam1-0/+18
2011-11-11ath6kl: Use appropriate wdev from vifVasanthakumar Thiagarajan1-10/+7
2011-11-11ath6kl: Add a modparam to enable multi normal interface supportVasanthakumar Thiagarajan1-1/+22
2011-11-11ath6kl: Implement add_virtual_intf() and del_virtual_intf()Vasanthakumar Thiagarajan1-2/+121
2011-11-11ath6kl: Use the other variant of netdev (un)register APIsVasanthakumar Thiagarajan1-11/+4
2011-11-11ath6kl: Maintain virtual interface in a listVasanthakumar Thiagarajan1-25/+41
2011-11-11ath6kl: Introduce spinlock to protect vif specific informationVasanthakumar Thiagarajan1-0/+1
2011-11-11ath6kl: Refactor ath6kl_destroy()Vasanthakumar Thiagarajan1-8/+0
2011-11-11ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_prof...Vasanthakumar Thiagarajan1-1/+1
2011-11-11ath6kl: Remove net_device from ath6klVasanthakumar Thiagarajan1-1/+0
2011-11-11ath6kl: Take vif information from wmi eventVasanthakumar Thiagarajan1-61/+44
2011-11-11ath6kl: Maintain firmware interface index in struct ath6kl_vifVasanthakumar Thiagarajan1-52/+73