summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath10k: Fix kernel panic while using worker (ath10k_sta_rc_update_wk)Karthikeyan Periyasamy2018-03-261-0/+10
* ath10k: fix use-after-free in ath10k_wmi_cmd_send_nowaitCarl Huang2018-03-262-9/+5
* ath10k: debugfs support to get final TPC stats for 10.4 variantsMaharaja Kennadyrajan2018-03-266-15/+518
* ath10k: add sta rx packet stats per tidVasanthakumar Thiagarajan2018-03-265-10/+470
* ath10k: dma unmap mgmt tx buffer if wmi cmd send failsRakesh Pillai2018-03-143-26/+60
* ath10k: update the IRAM bank number for QCA9377Ryan Hsu2018-02-271-1/+1
* ath10k: fix log message for hif power on failureGovind Singh2018-02-271-1/+2
* ath10k: make ath10k report discarded packets to mac80211Ignacio Nunez Hernanz2018-02-261-5/+7
* Revert "ath10k: add sanity check to ie_len before parsing fw/board ie"Ryan Hsu2018-02-081-7/+7
* ath10k: fix kernel panic issue during pci probeYu Wang2018-02-071-2/+10
* ath10k: add support for Ubiquiti rebranded QCA988X v2Tobias Schramm2018-02-073-0/+36
* ath10k: correct the length of DRAM dump for QCA6174 hw3.x/QCA9377 hw1.1Yu Wang2018-02-071-1/+2
* ath10k: fix recently introduced checkpatch warningsKalle Valo2018-01-163-1/+2
* ath10k: remove redundant -ve check against u32 integer sizeColin Ian King2018-01-161-3/+0
* ath10k: fix spelling mistake: "addrress" -> "address"Colin Ian King2018-01-161-1/+1
* ath10k: add sanity check to ie_len before parsing fw/board ieRyan Hsu2018-01-161-6/+7
* ath10k: bugfix: add USB case in ath10k_core_probe_fwErik Stromdahl2018-01-091-0/+1
* ath10k: remove unused prototypeErik Stromdahl2018-01-091-1/+0
* ath10k: fix spelling errorErik Stromdahl2018-01-091-1/+1
* ath10k: update copyright yearKalle Valo2017-12-2743-43/+43
* ath10k: add memory dump support QCA988XKalle Valo2017-12-271-0/+40
* ath10k: add memory dump support for QCA6174/QCA9377Alan Liu2017-12-276-1/+1112
* ath10k: add coredump_mask module parameterKalle Valo2017-12-273-22/+51
* ath10k: detach coredump.c from debug.cKalle Valo2017-12-276-47/+45
* ath10k: refactor firmware crashdump code to coredump.cKalle Valo2017-12-277-240/+291
* ath10k: remove deprecated fw_crash_dump debugfs fileKalle Valo2017-12-271-46/+0
* ath10k: advertise TDLS wider bandwidth support for 5GHzBalaji Pothunoori2017-12-272-1/+7
* ath10k: Add fw feature flag for non-bmi firmware loadRakesh Pillai2017-12-272-75/+108
* ath10k: Add debug mask for SNOC bus typeGovind Singh2017-12-271-0/+1
* ath10k: Add SNOC bus type for WCN3990 targetGovind Singh2017-12-272-0/+4
* ath10k: Add support for 64 bit ce descriptorGovind Singh2017-12-273-97/+587
* ath10k: Use dma_addr_t for ce buffers to support 64bit targetGovind Singh2017-12-273-14/+18
* ath10k: Add paddrs_ring_64 support for 64bit targetGovind Singh2017-12-273-17/+109
* ath10k: Add hw param for rx ring size supportGovind Singh2017-12-274-4/+20
* ath10k: Add support for htt_data_tx_desc_64 descriptorGovind Singh2017-12-273-27/+307
* ath10k: Add support for 64 bit HTT frag descriptorGovind Singh2017-12-273-26/+167
* ath10k: Add support for 64 bit htt rx ring cfgGovind Singh2017-12-273-23/+168
* ath10k: Add support for 64 bit HTT in-order indication msgGovind Singh2017-12-272-7/+72
* ath10k: Update rx descriptor for WCN3990 targetGovind Singh2017-12-271-0/+50
* ath10k: Add hw param for 64-bit address supportRakesh Pillai2017-12-272-0/+16
* ath10k: wmi: remove redundant integer fcColin Ian King2017-12-271-2/+0
* ath10k: wmi: add hw params entry for wcn3990Rakesh Pillai2017-12-143-0/+30
* ath10k: wmi: get wmi init parameter values from hw paramsRakesh Pillai2017-12-143-3/+44
* ath10k: wmi: add management tx by reference support over wmiRakesh Pillai2017-12-146-1/+158
* ath10k: wmi: modify svc bitmap parsing for wcn3990Rakesh Pillai2017-12-144-15/+97
* ath10k: search DT for qcom,ath10k-calibration-variantSven Eckelmann2017-12-141-7/+33
* ath10k: add per peer tx stats support for 10.2.4Anilkumar Kolli2017-12-144-1/+104
* ath10k: move pktlog_filter out of ath10k_debugAnilkumar Kolli2017-12-142-9/+9
* ath10k: remove MAC80211_DEBUGFS dependency on ath10k_sta_statisticsAnilkumar Kolli2017-12-144-32/+30
* ath10k: unify rx processing in napi_pollRajkumar Manoharan2017-12-143-61/+63