summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath6kl/sdio.c
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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
* | ath6kl: make sure WLAN power save is enabled during suspendChilam Ng2011-11-111-0/+13
* | ath6kl: Claim sdio function only at appropriate placesVasanthakumar Thiagarajan2011-11-111-9/+10
* | ath6kl: Replace spin_lock_irqsave with spin_lock_bhVasanthakumar Thiagarajan2011-11-111-30/+21
|/
* ath6kl: add sdio debug messagesKalle Valo2011-09-281-9/+27
* ath6kl: deinitialise wiphy on errorVivek Natarajan2011-09-191-2/+5
* ath6kl: Fix system freeze under heavy data loadVasanthakumar Thiagarajan2011-08-311-15/+0
* ath6kl: implement suspend supportKalle Valo2011-08-311-0/+26
* ath6kl: Fix buffer alignment for scatter-gather I/OVasanthakumar Thiagarajan2011-08-311-10/+15
* ath6kl: Move scatter information from ath6kl_device to htc_targetVasanthakumar Thiagarajan2011-08-091-6/+6
* ath6kl: Merge scatter rw request functions into oneVasanthakumar Thiagarajan2011-08-091-1/+14
* ath6kl: Refactor ath6kl_sdio_read_write_sync()Vasanthakumar Thiagarajan2011-08-091-21/+30
* ath6kl: Moe virt_scat from hif_dev_scat_sup_info to hif_scatter_reqVasanthakumar Thiagarajan2011-08-091-2/+2
* ath6kl: Merge scatter gather setup functions for two methodVasanthakumar Thiagarajan2011-08-091-17/+58
* ath6kl: Move down scatter enable and cleanup functionsVasanthakumar Thiagarajan2011-08-091-58/+58
* ath6kl: Cleanup ath6kl_sdio_cleanup_scatter()Vasanthakumar Thiagarajan2011-08-091-9/+3
* ath6kl: Cleanup ath6kl_sdio_enable_scatter()Vasanthakumar Thiagarajan2011-08-091-13/+3
* ath6kl: Refactor refactor ath6kl_sdio_setup_scat_resource()Vasanthakumar Thiagarajan2011-08-091-42/+57
* ath6kl: Remove endpoint reference from hif_scatter_reqVasanthakumar Thiagarajan2011-08-091-1/+1
* ath6kl: Remove struct hif_scatter_req_privVasanthakumar Thiagarajan2011-08-091-17/+16
* ath6kl: Move ath6kl_sdio_async_rw_scatter() down to other hif_ops functionsVasanthakumar Thiagarajan2011-08-091-32/+31
* ath6kl: cleanup callbacks for different scatter gather methodVasanthakumar Thiagarajan2011-08-091-4/+3
* Add ath6kl cleaned up driverKalle Valo2011-08-091-0/+853