summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/sdio.c
Commit message (Expand)AuthorAgeFilesLines
* ath6kl: add htc opsKalle Valo2012-03-261-1/+1
* ath6kl: fix open parenthesis alignment in ath6kl_sdio_suspend()Kalle Valo2012-03-131-4/+5
* ath6kl: document all spinlocksKalle Valo2012-03-071-0/+5
* ath6kl: alignment should match open parenthesisKalle Valo2012-03-071-3/+3
* ath6kl: Check wow state before sending control and data pktRaja Mani2012-03-071-0/+7
* ath6kl: Add provision to define suspend policy in disconnected state.Raja Mani2012-03-071-5/+13
* ath6kl: Restrict memcpy to bounce buffer only for write requestRaja Mani2012-03-051-1/+4
* ath6kl: Fix random system lockupRaja Mani2012-03-011-8/+26
* ath6kl: prioritize Tx bundling based on AC prioritiesChilam Ng2012-02-081-0/+2
* ath6kl: Update license headerVasanthakumar Thiagarajan2012-02-081-0/+1
* ath6kl: Workaround to support Deep Sleep with MSM.Santosh Sajjan2012-01-311-0/+13
* ath6kl: Re-architect suspend mode handling in ath6kl_sdio_suspendRaja Mani2012-01-301-32/+54
* ath6kl: Fix memory leak when unloading ath6kl_sdioVasanthakumar Thiagarajan2012-01-241-0/+1
* ath6kl: add back beginnings of USB supportKalle Valo2012-01-181-1/+1
* ath6kl: create core.cKalle Valo2012-01-181-2/+2
* Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo2012-01-131-1/+1
|\
| * ath6kl: revert USB supportJohn W. Linville2012-01-051-1/+1
* | ath6kl: Fix SDIO error pathSujith Manoharan2012-01-121-1/+0
* | ath6kl: Use a mutex_lock to avoid race in diabling and handling irqVasanthakumar Thiagarajan2012-01-091-10/+9
* | ath6kl: handle firmware names more dynamicallyKalle Valo2011-12-231-8/+8
|/
* Merge remote branch 'wireless-next/master' into ath6kl-nextKalle Valo2011-12-161-0/+1
|\
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...John W. Linville2011-11-221-0/+1
| |\
| | * drivers/net: Add module.h to drivers who were implicitly using itPaul Gortmaker2011-10-311-0/+1
* | | ath6kl: implement scheduled scanKalle Valo2011-12-131-1/+25
* | | ath6kl: Use mutex to protect dma buffer in sync read writeRaja Mani2011-11-211-0/+9
* | | ath6kl: add ar6004 firmwares to sdio moduleKalle Valo2011-11-161-0/+6
* | | ath6kl: use hardware version names consistentlyKalle Valo2011-11-161-10/+10
* | | ath6kl: enable USB supportKalle Valo2011-11-131-1/+1
* | | ath6kl: add hif_typeKalle Valo2011-11-131-0/+1
* | | ath6kl: AR6004 SDIO supportNaveen Gangadharan2011-11-131-0/+2
* | | ath6kl: move diag commands to hif driverKalle Valo2011-11-131-0/+100
* | | ath6kl: change bmi sizes being configurable by HIFKalle Valo2011-11-131-0/+1
* | | ath6kl: move bmi calls to hif driverKalle Valo2011-11-131-0/+162
|/ /
* | ath6kl: Remove WARN_ON msg in Suspend pathRaja Mani2011-11-111-2/+0
* | ath6kl: Invoke WOW suspend/resume calls during PM operationRaja Mani2011-11-111-0/+20
* | ath6kl: Include new parameter in suspend path for wowlanRaja Mani2011-11-111-3/+4
* | ath6kl: add suspend_cutpower module parameterKalle Valo2011-11-111-1/+2
* | ath6kl: cut power during suspendKalle Valo2011-11-111-8/+56
* | ath6kl: refactor sdio configuration to a separate functionKalle Valo2011-11-111-33/+44
* | ath6kl: implement ath6kl_cfg80211_suspend()Kalle Valo2011-11-111-7/+2
* | ath6kl: create ath6kl_hif_stop()Kalle Valo2011-11-111-0/+45
* | ath6kl: change name of sdio driver to ath6klKalle Valo2011-11-111-1/+1
* | ath6kl: move power control from sdio to coreKalle Valo2011-11-111-12/+8
* | ath6kl: add more boot debug messagesKalle Valo2011-11-111-9/+13
* | ath6kl: Refactor ath6kl_destroy()Vasanthakumar Thiagarajan2011-11-111-1/+1
* | ath6kl: Maintain firmware interface index in struct ath6kl_vifVasanthakumar Thiagarajan2011-11-111-1/+1
* | ath6kl: Refactor wiphy dev and net dev init functionsVasanthakumar Thiagarajan2011-11-111-4/+4
* | ath6kl: unbreak suspendSam Leffler2011-11-111-1/+2
* | ath6kl: move remaining content from htc_hif.h to hif.hKalle Valo2011-11-111-1/+1
* | ath6kl: move htc_hif to hif.cKalle Valo2011-11-111-2/+2