summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
AgeCommit message (Expand)AuthorFilesLines
2018-05-30ath10k: Fix kernel panic while using worker (ath10k_sta_rc_update_wk)Karthikeyan Periyasamy1-0/+10
2018-05-30ath10k: advertize beacon_int_min_gcdAnilkumar Kolli1-0/+2
2018-04-29Revert "ath10k: send (re)assoc peer command when NSS changed"Karthikeyan Periyasamy1-3/+2
2018-02-08Revert "ath10k: add sanity check to ie_len before parsing fw/board ie"Ryan Hsu1-7/+7
2018-02-07ath10k: fix kernel panic issue during pci probeYu Wang1-2/+10
2018-02-07ath10k: add support for Ubiquiti rebranded QCA988X v2Tobias Schramm3-0/+36
2018-02-07ath10k: correct the length of DRAM dump for QCA6174 hw3.x/QCA9377 hw1.1Yu Wang1-1/+2
2018-01-16ath10k: fix recently introduced checkpatch warningsKalle Valo3-1/+2
2018-01-16ath10k: remove redundant -ve check against u32 integer sizeColin Ian King1-3/+0
2018-01-16ath10k: fix spelling mistake: "addrress" -> "address"Colin Ian King1-1/+1
2018-01-16ath10k: add sanity check to ie_len before parsing fw/board ieRyan Hsu1-6/+7
2018-01-09ath10k: bugfix: add USB case in ath10k_core_probe_fwErik Stromdahl1-0/+1
2018-01-09ath10k: remove unused prototypeErik Stromdahl1-1/+0
2018-01-09ath10k: fix spelling errorErik Stromdahl1-1/+1
2017-12-27ath10k: update copyright yearKalle Valo43-43/+43
2017-12-27ath10k: add memory dump support QCA988XKalle Valo1-0/+40
2017-12-27ath10k: add memory dump support for QCA6174/QCA9377Alan Liu6-1/+1112
2017-12-27ath10k: add coredump_mask module parameterKalle Valo3-22/+51
2017-12-27ath10k: detach coredump.c from debug.cKalle Valo6-47/+45
2017-12-27ath10k: refactor firmware crashdump code to coredump.cKalle Valo7-240/+291
2017-12-27ath10k: remove deprecated fw_crash_dump debugfs fileKalle Valo1-46/+0
2017-12-27ath10k: advertise TDLS wider bandwidth support for 5GHzBalaji Pothunoori2-1/+7
2017-12-27ath10k: Add fw feature flag for non-bmi firmware loadRakesh Pillai2-75/+108
2017-12-27ath10k: Add debug mask for SNOC bus typeGovind Singh1-0/+1
2017-12-27ath10k: Add SNOC bus type for WCN3990 targetGovind Singh2-0/+4
2017-12-27ath10k: Add support for 64 bit ce descriptorGovind Singh3-97/+587
2017-12-27ath10k: Use dma_addr_t for ce buffers to support 64bit targetGovind Singh3-14/+18
2017-12-27ath10k: Add paddrs_ring_64 support for 64bit targetGovind Singh3-17/+109
2017-12-27ath10k: Add hw param for rx ring size supportGovind Singh4-4/+20
2017-12-27ath10k: Add support for htt_data_tx_desc_64 descriptorGovind Singh3-27/+307
2017-12-27ath10k: Add support for 64 bit HTT frag descriptorGovind Singh3-26/+167
2017-12-27ath10k: Add support for 64 bit htt rx ring cfgGovind Singh3-23/+168
2017-12-27ath10k: Add support for 64 bit HTT in-order indication msgGovind Singh2-7/+72
2017-12-27ath10k: Update rx descriptor for WCN3990 targetGovind Singh1-0/+50
2017-12-27ath10k: Add hw param for 64-bit address supportRakesh Pillai2-0/+16
2017-12-27ath10k: wmi: remove redundant integer fcColin Ian King1-2/+0
2017-12-14ath10k: wmi: add hw params entry for wcn3990Rakesh Pillai3-0/+30
2017-12-14ath10k: wmi: get wmi init parameter values from hw paramsRakesh Pillai3-3/+44
2017-12-14ath10k: wmi: add management tx by reference support over wmiRakesh Pillai6-1/+158
2017-12-14ath10k: wmi: modify svc bitmap parsing for wcn3990Rakesh Pillai4-15/+97
2017-12-14ath10k: search DT for qcom,ath10k-calibration-variantSven Eckelmann1-7/+33
2017-12-14ath10k: add per peer tx stats support for 10.2.4Anilkumar Kolli4-1/+104
2017-12-14ath10k: move pktlog_filter out of ath10k_debugAnilkumar Kolli2-9/+9
2017-12-14ath10k: remove MAC80211_DEBUGFS dependency on ath10k_sta_statisticsAnilkumar Kolli4-32/+30
2017-12-14ath10k: unify rx processing in napi_pollRajkumar Manoharan3-61/+63
2017-12-14ath10k: handling qos at STA side based on AP WMM enable/disableBalaji Pothunoori1-1/+1
2017-12-07ath10k: fix invalid STS_CAP_OFFSET_MASKBen Greear1-1/+2
2017-12-07ath10k: move spectral scan support under a separate config symbolMatthias Schiffer3-4/+11
2017-12-07ath10k: use 64-bit crash dump timestampsArnd Bergmann2-2/+2
2017-12-02ath10k: handle tdls peer eventsManikanta Pubbisetty1-0/+72