summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/cfg80211.c
AgeCommit message (Expand)Author
2011-11-22Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville
2011-11-11ath6kl: Expose ath6kl's WOW capabilities to cfg80211Raja Mani
2011-11-11ath6kl: Perform WOW resume in RX path in case of SDIO IRQ wake upRaja Mani
2011-11-11ath6kl: Invoke WOW suspend/resume calls during PM operationRaja Mani
2011-11-11ath6kl: Move ath6kl_cfg80211_stop() call specific to deep sleep and cut pwrRaja Mani
2011-11-11ath6kl: Include new parameter in suspend path for wowlanRaja Mani
2011-11-11ath6kl: Add WOW suspend/resume implementationRaja Mani
2011-11-11ath6kl: Do not hide ath6kl_wmi_addkey_cmd() error valuesJouni Malinen
2011-11-11ath6kl: Fix key configuration to copy at most seq_len from seqJouni Malinen
2011-11-11ath6kl: Fix lockdep warningVasanthakumar Thiagarajan
2011-11-11ath6kl: cut power during suspendKalle Valo
2011-11-11ath6kl: add state variable depicting hw/fw stateKalle Valo
2011-11-11ath6kl: implement ath6kl_cfg80211_suspend()Kalle Valo
2011-11-11ath6kl: reset CONNECT_PEND and CONNECTED flags in ath6kl_cfg80211_stop()Kalle Valo
2011-11-11ath6kl: create ath6kl_cfg80211_stop()Kalle Valo
2011-11-11ath6kl: add aborted parameter to ath6kl_cfg80211_scan_complete_event()Kalle Valo
2011-11-11ath6kl: don't use cfg80211_scan_request after cfg80211_scan_done()Kalle Valo
2011-11-11ath6kl: Report unique remain-on-channel cookie valuesJouni Malinen
2011-11-11ath6kl: add support for WPSAarthi Thiruvengadam
2011-11-11ath6kl: Use appropriate wdev from vifVasanthakumar Thiagarajan
2011-11-11ath6kl: Add a modparam to enable multi normal interface supportVasanthakumar Thiagarajan
2011-11-11ath6kl: Implement add_virtual_intf() and del_virtual_intf()Vasanthakumar Thiagarajan
2011-11-11ath6kl: Use the other variant of netdev (un)register APIsVasanthakumar Thiagarajan
2011-11-11ath6kl: Maintain virtual interface in a listVasanthakumar Thiagarajan
2011-11-11ath6kl: Introduce spinlock to protect vif specific informationVasanthakumar Thiagarajan
2011-11-11ath6kl: Refactor ath6kl_destroy()Vasanthakumar Thiagarajan
2011-11-11ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_prof...Vasanthakumar Thiagarajan
2011-11-11ath6kl: Remove net_device from ath6klVasanthakumar Thiagarajan
2011-11-11ath6kl: Take vif information from wmi eventVasanthakumar Thiagarajan
2011-11-11ath6kl: Maintain firmware interface index in struct ath6kl_vifVasanthakumar Thiagarajan
2011-11-11ath6kl: Make net and target stats vif specificVasanthakumar Thiagarajan
2011-11-11ath6kl: Move few more vif specific information to struct ath6kl_vifVasanthakumar Thiagarajan
2011-11-11ath6kl: Move scan_req info and sme_state to vifVasanthakumar Thiagarajan
2011-11-11ath6kl: Move disconnect timer to vif structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Move aggregation information to vif structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Move key information to vif structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Move channel information to vif structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Move bssid information to vif structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Move nw_type to vif structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Move ssid and crypto information to vif structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Define interface specific statesVasanthakumar Thiagarajan
2011-11-11ath6kl: Define an initial vif structure and use itVasanthakumar Thiagarajan
2011-11-11ath6kl: Refactor wiphy dev and net dev init functionsVasanthakumar Thiagarajan
2011-11-11ath6kl: Keep wiphy reference in ath6kl structureVasanthakumar Thiagarajan
2011-11-11ath6kl: Allow CCKM AKM and KRK to be configuredJouni Malinen
2011-11-11ath6kl: Add WSC IE on the associate messageKevin Fang
2011-11-11ath6kl: make sure WLAN power save is enabled during suspendChilam Ng
2011-11-11ath6kl: Enable force foreground scan in connected stateVasanthakumar Thiagarajan
2011-11-09cfg80211/mac80211: allow management TX to not wait for ACKJohannes Berg
2011-10-31drivers/net: Add moduleparam.h to drivers as required.Paul Gortmaker