summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath6kl/sdio.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-13ath6kl: implement scheduled scanKalle Valo1-1/+25
2011-11-21ath6kl: Use mutex to protect dma buffer in sync read writeRaja Mani1-0/+9
2011-11-16ath6kl: add ar6004 firmwares to sdio moduleKalle Valo1-0/+6
2011-11-16ath6kl: use hardware version names consistentlyKalle Valo1-10/+10
2011-11-13ath6kl: enable USB supportKalle Valo1-1/+1
2011-11-13ath6kl: add hif_typeKalle Valo1-0/+1
2011-11-13ath6kl: AR6004 SDIO supportNaveen Gangadharan1-0/+2
2011-11-13ath6kl: move diag commands to hif driverKalle Valo1-0/+100
2011-11-13ath6kl: change bmi sizes being configurable by HIFKalle Valo1-0/+1
2011-11-13ath6kl: move bmi calls to hif driverKalle Valo1-0/+162
2011-11-11ath6kl: Remove WARN_ON msg in Suspend pathRaja Mani1-2/+0
2011-11-11ath6kl: Invoke WOW suspend/resume calls during PM operationRaja Mani1-0/+20
2011-11-11ath6kl: Include new parameter in suspend path for wowlanRaja Mani1-3/+4
2011-11-11ath6kl: add suspend_cutpower module parameterKalle Valo1-1/+2
2011-11-11ath6kl: cut power during suspendKalle Valo1-8/+56
2011-11-11ath6kl: refactor sdio configuration to a separate functionKalle Valo1-33/+44
2011-11-11ath6kl: implement ath6kl_cfg80211_suspend()Kalle Valo1-7/+2
2011-11-11ath6kl: create ath6kl_hif_stop()Kalle Valo1-0/+45
2011-11-11ath6kl: change name of sdio driver to ath6klKalle Valo1-1/+1
2011-11-11ath6kl: move power control from sdio to coreKalle Valo1-12/+8
2011-11-11ath6kl: add more boot debug messagesKalle Valo1-9/+13
2011-11-11ath6kl: Refactor ath6kl_destroy()Vasanthakumar Thiagarajan1-1/+1
2011-11-11ath6kl: Maintain firmware interface index in struct ath6kl_vifVasanthakumar Thiagarajan1-1/+1
2011-11-11ath6kl: Refactor wiphy dev and net dev init functionsVasanthakumar Thiagarajan1-4/+4
2011-11-11ath6kl: unbreak suspendSam Leffler1-1/+2
2011-11-11ath6kl: move remaining content from htc_hif.h to hif.hKalle Valo1-1/+1
2011-11-11ath6kl: move htc_hif to hif.cKalle Valo1-2/+2
2011-11-11ath6kl: make sure WLAN power save is enabled during suspendChilam Ng1-0/+13
2011-11-11ath6kl: Claim sdio function only at appropriate placesVasanthakumar Thiagarajan1-9/+10
2011-11-11ath6kl: Replace spin_lock_irqsave with spin_lock_bhVasanthakumar Thiagarajan1-30/+21
2011-09-28ath6kl: add sdio debug messagesKalle Valo1-9/+27
2011-09-19ath6kl: deinitialise wiphy on errorVivek Natarajan1-2/+5
2011-08-31ath6kl: Fix system freeze under heavy data loadVasanthakumar Thiagarajan1-15/+0
2011-08-31ath6kl: implement suspend supportKalle Valo1-0/+26
2011-08-31ath6kl: Fix buffer alignment for scatter-gather I/OVasanthakumar Thiagarajan1-10/+15
2011-08-09ath6kl: Move scatter information from ath6kl_device to htc_targetVasanthakumar Thiagarajan1-6/+6
2011-08-09ath6kl: Merge scatter rw request functions into oneVasanthakumar Thiagarajan1-1/+14
2011-08-09ath6kl: Refactor ath6kl_sdio_read_write_sync()Vasanthakumar Thiagarajan1-21/+30
2011-08-09ath6kl: Moe virt_scat from hif_dev_scat_sup_info to hif_scatter_reqVasanthakumar Thiagarajan1-2/+2
2011-08-09ath6kl: Merge scatter gather setup functions for two methodVasanthakumar Thiagarajan1-17/+58
2011-08-09ath6kl: Move down scatter enable and cleanup functionsVasanthakumar Thiagarajan1-58/+58
2011-08-09ath6kl: Cleanup ath6kl_sdio_cleanup_scatter()Vasanthakumar Thiagarajan1-9/+3
2011-08-09ath6kl: Cleanup ath6kl_sdio_enable_scatter()Vasanthakumar Thiagarajan1-13/+3
2011-08-09ath6kl: Refactor refactor ath6kl_sdio_setup_scat_resource()Vasanthakumar Thiagarajan1-42/+57
2011-08-09ath6kl: Remove endpoint reference from hif_scatter_reqVasanthakumar Thiagarajan1-1/+1
2011-08-09ath6kl: Remove struct hif_scatter_req_privVasanthakumar Thiagarajan1-17/+16
2011-08-09ath6kl: Move ath6kl_sdio_async_rw_scatter() down to other hif_ops functionsVasanthakumar Thiagarajan1-32/+31
2011-08-09ath6kl: cleanup callbacks for different scatter gather methodVasanthakumar Thiagarajan1-4/+3
2011-08-09Add ath6kl cleaned up driverKalle Valo1-0/+853