summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-11-11ath6kl: create ath6kl_cfg80211_stop()Kalle Valo3-45/+52
2011-11-11ath6kl: add aborted parameter to ath6kl_cfg80211_scan_complete_event()Kalle Valo4-12/+16
2011-11-11ath6kl: print seqno in htc debug logsKalle Valo1-4/+7
2011-11-11ath6kl: print firmware crashes alwaysKalle Valo3-64/+61
2011-11-11ath6kl: fix WLAN_ENABLE usage in ath6kl_close()Kalle Valo1-1/+2
2011-11-11ath6kl: power down hardware when interface is downKalle Valo6-7/+64
2011-11-11ath6kl: create ath6kl_hif_stop()Kalle Valo3-0/+53
2011-11-11ath6kl: change name of sdio driver to ath6klKalle Valo1-1/+1
2011-11-11ath6kl: don't print an error for canceled packetsKalle Valo1-2/+3
2011-11-11ath6kl: create ath6kl_htc_reset()Kalle Valo1-42/+49
2011-11-11ath6kl: add a timeout to ath6kl_hif_intr_bh_handler()Kalle Valo2-1/+5
2011-11-11ath6kl: remove useless cleanup call from ath6kl_bmi_done()Kalle Valo1-2/+0
2011-11-11ath6kl: separate hardware boot code from module initialisation codeKalle Valo1-77/+106
2011-11-11ath6kl: merge ath6kl_init() to ath6kl_core_init()Kalle Valo1-83/+65
2011-11-11ath6kl: add a fixme to ath6kl_htc_wait_target()Kalle Valo1-0/+4
2011-11-11ath6kl: move power control from sdio to coreKalle Valo4-16/+37
2011-11-11ath6kl: rename ath6kl_wmi_qos_state_init() to _wmi_reset()Kalle Valo2-5/+3
2011-11-11ath6kl: don't use cfg80211_scan_request after cfg80211_scan_done()Kalle Valo1-2/+4
2011-11-11ath6kl: fix missing copy of action frame contentsAarthi Thiruvengadam1-0/+1
2011-11-11ath6kl: Report unique remain-on-channel cookie valuesJouni Malinen3-4/+22
2011-11-11ath6kl: Fix compilation error from of.hSangwook Lee1-0/+1
2011-11-11ath6kl: Implement support for power parameter control from userspaceRishi Panjwani1-0/+63
2011-11-11ath6kl: Implement support for listen interval from userspaceRishi Panjwani1-0/+64
2011-11-11ath6kl: add support for WPSAarthi Thiruvengadam2-0/+19
2011-11-11ath6kl: add more boot debug messagesKalle Valo2-13/+17
2011-11-11ath6kl: add debug messages for credit handlingKalle Valo3-40/+41
2011-11-11ath6kl: remove unused debug levelsKalle Valo2-7/+6
2011-11-11ath6kl: use ath6kl_credit prefix consistentlyKalle Valo3-35/+34
2011-11-11ath6kl: move all credit distribution code to htc.cKalle Valo5-302/+295
2011-11-11ath6kl: rename struct htc_credit_state_info to ath6kl_htc_credit_infoKalle Valo6-38/+45
2011-11-11ath6kl: rename struct htc_endpoint_credit_dist.htc_rsvd to htc_epKalle Valo3-7/+5
2011-11-11ath6kl: use ath6kl prefix in credit functionsKalle Valo4-52/+52
2011-11-11ath6kl: remove unused A_CACHE_LINE_PADKalle Valo1-2/+0
2011-11-11ath6kl: Use appropriate wdev from vifVasanthakumar Thiagarajan2-11/+7
2011-11-11ath6kl: Initialize target wlan values for every vifVasanthakumar Thiagarajan4-38/+53
2011-11-11ath6kl: Add a modparam to enable multi normal interface supportVasanthakumar Thiagarajan3-12/+36
2011-11-11ath6kl: Implement add_virtual_intf() and del_virtual_intf()Vasanthakumar Thiagarajan4-6/+133
2011-11-11ath6kl: Configure inteface information at init timeVasanthakumar Thiagarajan2-8/+40
2011-11-11ath6kl: Use the other variant of netdev (un)register APIsVasanthakumar Thiagarajan3-13/+15
2011-11-11ath6kl: Maintain virtual interface in a listVasanthakumar Thiagarajan8-79/+163
2011-11-11ath6kl: Introduce spinlock to protect vif specific informationVasanthakumar Thiagarajan4-13/+11
2011-11-11ath6kl: Store hw mac address in struct ath6klVasanthakumar Thiagarajan3-5/+13
2011-11-11ath6kl: Use interface index from wmi data headrVasanthakumar Thiagarajan5-27/+73
2011-11-11ath6kl: Refactor ath6kl_destroy()Vasanthakumar Thiagarajan6-137/+79
2011-11-11ath6kl: Cleanup parameters in ath6kl_init_control_info() and ath6kl_init_prof...Vasanthakumar Thiagarajan4-14/+8
2011-11-11ath6kl: Remove net_device from ath6klVasanthakumar Thiagarajan5-16/+14
2011-11-11ath6kl: Take vif information from wmi eventVasanthakumar Thiagarajan8-239/+249
2011-11-11ath6kl: Maintain firmware interface index in struct ath6kl_vifVasanthakumar Thiagarajan10-180/+243
2011-11-11ath6kl: Make net and target stats vif specificVasanthakumar Thiagarajan5-31/+35
2011-11-11ath6kl: Move few more vif specific information to struct ath6kl_vifVasanthakumar Thiagarajan4-26/+26