summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
Commit message (Expand)AuthorAgeFilesLines
* ath10k: fix compile time sanity check for CE4 buffer sizeMohammed Shafi Shajakhan2018-03-221-1/+1
* ath10k: fix fetching channel during potential radar detectionMohammed Shafi Shajakhan2018-03-221-0/+5
* ath10k: disallow DFS simulation if DFS channel is not enabledMohammed Shafi Shajakhan2018-03-221-0/+9
* ath10k: fix a warning during channel switch with multiple vapsMohammed Shafi Shajakhan2018-03-221-1/+1
* ath10k: rebuild crypto header in rx data framesVasanthakumar Thiagarajan2018-01-172-16/+92
* ath10k: set CTS protection VDEV param only if VDEV is upBartosz Markowski2017-11-301-8/+43
* ath10k: fix potential memory leak in ath10k_wmi_tlv_op_pull_fw_stats()Christian Lamparter2017-11-301-3/+9
* ath10k: ignore configuring the incorrect board_idRyan Hsu2017-11-301-1/+4
* ath10k: fix incorrect txpower set by P2P_DEVICE interfaceRyan Hsu2017-11-301-3/+4
* ath10k: fix reading sram contents for QCA4019Ashok Raj Nagarajan2017-11-083-19/+60
* ath10k: prevent sta pointer rcu violationMichal Kazior2017-10-082-0/+19
* ath10k: fix memory leak in rx ring buffer allocationRakesh Pillai2017-09-091-6/+6
* ath10k: fix null deref on wmi-tlv when trying spectral scanMichal Kazior2017-08-061-0/+6
* ath10k: override CE5 config for QCA9377Bartosz Markowski2017-07-121-1/+1
* ath10k: fix napi crash during rmmod when probe firmware failsKalle Valo2017-06-241-1/+2
* ath10k: fix boot failure in UTF mode/testmodeTamizh chelvam2017-03-121-5/+9
* ath10k: use the right length of "background"Nicolas Iooss2017-01-121-1/+1
* ath10k: fix failure to send NULL func frame for 10.4Mohammed Shafi Shajakhan2017-01-122-6/+2
* ath10k: fix soft lockup during firmware crash/hw-restartMohammed Shafi Shajakhan2017-01-092-2/+1
* ath10k: cache calibration data when the core is stoppedMarty Faltesek2016-10-132-36/+40
* ath10k: fix copy engine 5 destination ring stuckRajkumar Manoharan2016-09-281-0/+7
* ath10k: Ignore SWBA event for a vif if its marked for no beaconMohammed Shafi Shajakhan2016-09-281-0/+6
* ath10k: fix error return code in ahbWei Yongjun2016-09-281-0/+2
* ath10k: support up to 64 vdevsBen Greear2016-09-271-1/+4
* ath10k: document cycle count related countersBen Greear2016-09-272-8/+8
* ath10k: fix typo in logging messageBen Greear2016-09-271-1/+1
* ath10k: fix rfc1042 header retrieval in QCA4019 with eth decap modeVasanthakumar Thiagarajan2016-09-273-2/+18
* ath10k: do not check if reset is NULLMasahiro Yamada2016-09-271-15/+10
* ath10k: use devm_reset_control_get() instead of reset_control_get()Masahiro Yamada2016-09-271-46/+10
* ath10k: use devm_clk_get() instead of clk_get()Masahiro Yamada2016-09-271-28/+6
* ath10k: spelling and miscellaneous neateningJoe Perches2016-09-276-20/+20
* ath10k: remove 4-addr padding related hw_param configurationVasanthakumar Thiagarajan2016-09-132-17/+0
* ath10k: properly remove padding from the start of rx payloadVasanthakumar Thiagarajan2016-09-132-14/+31
* ath10k: add provision for Rx descriptor abstractionVasanthakumar Thiagarajan2016-09-133-0/+37
* ath10k: move ath10k_hw_params definition to hw.hVasanthakumar Thiagarajan2016-09-132-52/+54
* ath10k: improve logging messageBen Greear2016-09-131-2/+2
* ath10k: enable peer stats by defaultThomas Pedersen2016-09-131-0/+3
* ath10k: remove unused variable ar_pciChaehyun Lim2016-09-131-2/+0
* ath10k: fix memory leak on caldata on error exit pathColin Ian King2016-09-131-1/+1
* Merge branch 'ath-current' into ath-nextKalle Valo2016-09-092-6/+5
|\
| * ath10k: Remove driver log suggesting QCA9887 support is experimentalMohammed Shafi Shajakhan2016-08-311-1/+0
| * ath10k: fix get rx_status from htt contextAshok Raj Nagarajan2016-08-311-5/+5
* | ath10k: fix reporting channel survey dataAshok Raj Nagarajan2016-09-091-1/+1
* | ath10k: remove unnecessary error code assignmentMohammed Shafi Shajakhan2016-09-091-1/+0
* | ath10k: fix throughput regression in multi client modeRajkumar Manoharan2016-09-092-2/+2
* | ath10k: implement NAPI supportRajkumar Manoharan2016-09-098-96/+159
* | ath10k: fix spelling mistake "montior" -> "monitor"Colin Ian King2016-09-021-1/+1
* | ath10k: Fix broken NULL func data frame status for 10.4Mohammed Shafi Shajakhan2016-09-023-0/+10
* | ath10k: replace config_enabled() with IS_REACHABLE()Masahiro Yamada2016-09-021-1/+1
* | ath10k: Added support for extended dbglog module id for 10.4Maharaja Kennadyrajan2016-09-026-11/+64