summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath9k/wmi.c
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath9k: delay all of ath9k_wmi_event_tasklet() until init is completeToke Høiland-Jørgensen2024-02-021-4/+6
* wifi: ath9k: protect WMI command response buffer replacement with a lockFedor Pchelkin2023-08-221-6/+8
* wifi: ath9k: fix races between ath9k_wmi_cmd and ath9k_wmi_ctrl_rxFedor Pchelkin2023-08-221-2/+4
* wifi: ath9k: avoid referencing uninit memory in ath9k_wmi_ctrl_rxFedor Pchelkin2023-04-281-0/+4
* wifi: ath9k: Fix potential stack-out-of-bounds write in ath9k_wmi_rsp_callback()Minsuk Kang2023-01-171-0/+1
* ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()Tetsuo Handa2021-12-201-0/+4
* ath9k: convert tasklets to use new tasklet_setup() APIAllen Pais2020-08-271-4/+3
* ath9k: Fix typo in function namePavel Machek2020-08-141-1/+1
* ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rxQiujun Huang2020-04-071-1/+4
* ath9k: Fix use-after-free Read in htc_connect_serviceQiujun Huang2020-04-071-1/+0
* ath9k: release allocated buffer if timed outNavid Emamdoost2019-09-101-0/+1
* ath9k: use irqsave() in USB's complete callbackSebastian Andrzej Siewior2018-06-291-5/+6
* ath9k: remove cast to void pointerHimanshu Jha2017-09-251-2/+2
* net: manual clean code which call skb_put_[data:zero]yuan linyu2017-06-201-2/+1
* networking: make skb_push & __skb_push return void pointersJohannes Berg2017-06-161-1/+1
* networking: introduce and use skb_put_data()Johannes Berg2017-06-161-2/+1
* ath9k_htc: wmi: match wait_for_completion_timeout return typeNicholas Mc Guire2015-08-131-1/+2
* ath9k_htc: check seq number instead of cmd id for timeoutFred Chou2015-04-071-6/+6
* ath9k_htc: add new WMI_REG_RMW_CMDID commandOleksij Rempel2015-03-301-0/+3
* ath: Convert ath_dbg(bar, ATH_DBG_<FOO>, to ath_dbg(bar, FOOJoe Perches2011-12-191-5/+3
* ath9k: Drag the driver to the year 2011Sujith Manoharan2011-05-191-1/+1
* ath9k_htc: Add a new WMI command to set a rate maskSujith Manoharan2011-04-281-0/+2
* ath9k_htc: Remove unused WMI_AGGR_LIMIT_CMDSujith Manoharan2011-04-281-2/+0
* ath9k_htc: Add detailed firmware statisticsSujith Manoharan2011-04-131-11/+8
* ath9k_htc: Add a timer to cleanup WMI eventsSujith Manoharan2011-04-131-0/+3
* ath9k_htc: Add support for TX completionSujith Manoharan2011-04-131-0/+10
* ath9k_htc: Introduce new HTC APISujith Manoharan2011-04-131-1/+1
* ath9k_htc: Use SKB's private area for TX parametersSujith Manoharan2011-04-131-1/+1
* ath9k_htc: Remove unused WMI commandsSujith Manoharan2011-04-131-14/+0
* ath9k_htc: Queue WMI eventsSujith Manoharan2011-04-131-34/+63
* ath9k_htc: Add beacon slotsSujith Manoharan2011-04-131-1/+3
* ath9k_htc: Fix WMI and beacon headerSujith Manoharan2011-04-131-1/+6
* ath9k_htc: Add a WMI command to get the firmware versionSujith Manoharan2011-04-131-0/+2
* ath9k_htc: Configure beacon timers in AP modeSujith Manoharan2011-02-231-4/+0
* ath9k_htc: Handle FATAL eventsSujith Manoharan2011-01-041-2/+16
* ath9k_htc: Fix warning on device removalSujith Manoharan2010-12-221-1/+1
* ath: Convert ath_print to ath_dbgJoe Perches2010-12-071-6/+6
* ath9k_htc: Fix memory leak on WMI event handlerRajkumar Manoharan2010-09-141-50/+22
* ath9k_htc: Add support for bluetooth coexistence.Vivek Natarajan2010-08-241-0/+2
* ath9k: cleanup: remove unneeded null checkDan Carpenter2010-06-021-3/+0
* ath9k_htc: Fix WMI command raceSujith2010-04-261-4/+4
* ath9k_htc: Handle device unplug properlySujith2010-04-261-0/+3
* ath9k_htc: Fix sparse endian warningsSujith2010-04-161-1/+1
* ath9k_htc: Handle WMI timeouts properlySujith2010-04-161-0/+13
* ath9k_htc: Implement multiple register write supportSujith2010-04-161-0/+1
* ath9k-htc:respect usb buffer cacheline alignment in reg out pathMing Lei2010-04-141-3/+3
* ath9k-htc:respect usb buffer cacheline alignment in reg in pathMing Lei2010-04-141-2/+2
* ath9k_htc: Support for AR9271 chipset.Sujith2010-03-231-0/+319