summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)Author
2011-11-11ath6kl: cut power during suspendKalle Valo
2011-11-11ath6kl: refactor sdio configuration to a separate functionKalle 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: print seqno in htc debug logsKalle Valo
2011-11-11ath6kl: print firmware crashes alwaysKalle Valo
2011-11-11ath6kl: fix WLAN_ENABLE usage in ath6kl_close()Kalle Valo
2011-11-11ath6kl: power down hardware when interface is downKalle Valo
2011-11-11ath6kl: create ath6kl_hif_stop()Kalle Valo
2011-11-11ath6kl: change name of sdio driver to ath6klKalle Valo
2011-11-11ath6kl: don't print an error for canceled packetsKalle Valo
2011-11-11ath6kl: create ath6kl_htc_reset()Kalle Valo
2011-11-11ath6kl: add a timeout to ath6kl_hif_intr_bh_handler()Kalle Valo
2011-11-11ath6kl: remove useless cleanup call from ath6kl_bmi_done()Kalle Valo
2011-11-11ath6kl: separate hardware boot code from module initialisation codeKalle Valo
2011-11-11ath6kl: merge ath6kl_init() to ath6kl_core_init()Kalle Valo
2011-11-11ath6kl: add a fixme to ath6kl_htc_wait_target()Kalle Valo
2011-11-11ath6kl: move power control from sdio to coreKalle Valo
2011-11-11ath6kl: rename ath6kl_wmi_qos_state_init() to _wmi_reset()Kalle Valo
2011-11-11ath6kl: don't use cfg80211_scan_request after cfg80211_scan_done()Kalle Valo
2011-11-11ath6kl: fix missing copy of action frame contentsAarthi Thiruvengadam
2011-11-11ath6kl: Report unique remain-on-channel cookie valuesJouni Malinen
2011-11-11ath6kl: Fix compilation error from of.hSangwook Lee
2011-11-11ath6kl: Implement support for power parameter control from userspaceRishi Panjwani
2011-11-11ath6kl: Implement support for listen interval from userspaceRishi Panjwani
2011-11-11ath6kl: add support for WPSAarthi Thiruvengadam
2011-11-11ath6kl: add more boot debug messagesKalle Valo
2011-11-11ath6kl: add debug messages for credit handlingKalle Valo
2011-11-11ath6kl: remove unused debug levelsKalle Valo
2011-11-11ath6kl: use ath6kl_credit prefix consistentlyKalle Valo
2011-11-11ath6kl: move all credit distribution code to htc.cKalle Valo
2011-11-11ath6kl: rename struct htc_credit_state_info to ath6kl_htc_credit_infoKalle Valo
2011-11-11ath6kl: rename struct htc_endpoint_credit_dist.htc_rsvd to htc_epKalle Valo
2011-11-11ath6kl: use ath6kl prefix in credit functionsKalle Valo
2011-11-11ath6kl: remove unused A_CACHE_LINE_PADKalle Valo
2011-11-11ath6kl: Use appropriate wdev from vifVasanthakumar Thiagarajan
2011-11-11ath6kl: Initialize target wlan values for every 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: Configure inteface information at init timeVasanthakumar 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: Store hw mac address in struct ath6klVasanthakumar Thiagarajan
2011-11-11ath6kl: Use interface index from wmi data headrVasanthakumar 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