aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/wmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-29ath9k: use irqsave() in USB's complete callbackSebastian Andrzej Siewior1-5/+6
2017-09-25ath9k: remove cast to void pointerHimanshu Jha1-2/+2
2017-06-20net: manual clean code which call skb_put_[data:zero]yuan linyu1-2/+1
2017-06-16networking: make skb_push & __skb_push return void pointersJohannes Berg1-1/+1
2017-06-16networking: introduce and use skb_put_data()Johannes Berg1-2/+1
2015-08-13ath9k_htc: wmi: match wait_for_completion_timeout return typeNicholas Mc Guire1-1/+2
2015-04-07ath9k_htc: check seq number instead of cmd id for timeoutFred Chou1-6/+6
2015-03-30ath9k_htc: add new WMI_REG_RMW_CMDID commandOleksij Rempel1-0/+3
2011-12-19ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches1-5/+3
2011-05-19ath9k: Drag the driver to the year 2011Sujith Manoharan1-1/+1
2011-04-28ath9k_htc: Add a new WMI command to set a rate maskSujith Manoharan1-0/+2
2011-04-28ath9k_htc: Remove unused WMI_AGGR_LIMIT_CMDSujith Manoharan1-2/+0
2011-04-13ath9k_htc: Add detailed firmware statisticsSujith Manoharan1-11/+8
2011-04-13ath9k_htc: Add a timer to cleanup WMI eventsSujith Manoharan1-0/+3
2011-04-13ath9k_htc: Add support for TX completionSujith Manoharan1-0/+10
2011-04-13ath9k_htc: Introduce new HTC APISujith Manoharan1-1/+1
2011-04-13ath9k_htc: Use SKB's private area for TX parametersSujith Manoharan1-1/+1
2011-04-13ath9k_htc: Remove unused WMI commandsSujith Manoharan1-14/+0
2011-04-13ath9k_htc: Queue WMI eventsSujith Manoharan1-34/+63
2011-04-13ath9k_htc: Add beacon slotsSujith Manoharan1-1/+3
2011-04-13ath9k_htc: Fix WMI and beacon headerSujith Manoharan1-1/+6
2011-04-13ath9k_htc: Add a WMI command to get the firmware versionSujith Manoharan1-0/+2
2011-02-23ath9k_htc: Configure beacon timers in AP modeSujith Manoharan1-4/+0
2011-01-04ath9k_htc: Handle FATAL eventsSujith Manoharan1-2/+16
2010-12-22ath9k_htc: Fix warning on device removalSujith Manoharan1-1/+1
2010-12-07ath: Convert ath_print to ath_dbgJoe Perches1-6/+6
2010-09-14ath9k_htc: Fix memory leak on WMI event handlerRajkumar Manoharan1-50/+22
2010-08-24ath9k_htc: Add support for bluetooth coexistence.Vivek Natarajan1-0/+2
2010-06-02ath9k: cleanup: remove unneeded null checkDan Carpenter1-3/+0
2010-04-26ath9k_htc: Fix WMI command raceSujith1-4/+4
2010-04-26ath9k_htc: Handle device unplug properlySujith1-0/+3
2010-04-16ath9k_htc: Fix sparse endian warningsSujith1-1/+1
2010-04-16ath9k_htc: Handle WMI timeouts properlySujith1-0/+13
2010-04-16ath9k_htc: Implement multiple register write supportSujith1-0/+1
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in reg out pathMing Lei1-3/+3
2010-04-14ath9k-htc:respect usb buffer cacheline alignment in reg in pathMing Lei1-2/+2
2010-03-23ath9k_htc: Support for AR9271 chipset.Sujith1-0/+319