summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath/ath10k
Commit message (Expand)AuthorAgeFilesLines
* ath10k: Fix an error code in ath10k_add_interface()Yang Li2021-07-141-0/+1
* ath10k: add missing error return code in ath10k_pci_probe()Yang Yingliang2021-07-141-3/+9
* ath10k: go to path err_unsupported when chip id is not supportedYang Yingliang2021-07-141-1/+1
* ath10k: Validate first subframe of A-MSDU before processing the listSriram R2021-06-031-4/+57
* ath10k: Fix TKIP Michael MIC verification for PCIeWen Gong2021-06-031-0/+10
* ath10k: drop MPDU which has discard flag set by firmware for SDIOWen Gong2021-06-032-1/+18
* ath10k: drop fragments with multicast DA for SDIOWen Gong2021-06-031-2/+7
* ath10k: drop fragments with multicast DA for PCIeWen Gong2021-06-031-3/+20
* ath10k: add CCMP PN replay protection for fragmented frames for PCIeWen Gong2021-06-032-4/+96
* ath10k: Fix ath10k_wmi_tlv_op_pull_peer_stats_info() unlock without lockShuah Khan2021-05-141-0/+3
* ath10k: Fix a use after free in ath10k_htc_send_bundleLv Yunlong2021-05-141-1/+1
* ath10k: hold RCU lock when calling ieee80211_find_sta_by_ifaddr()Shuah Khan2021-04-071-2/+5
* ath10k: fix wmi mgmt tx queue full due to race conditionMiaoqing Pan2021-03-071-11/+4
* ath10k: Fix lockdep assertion warning in ath10k_sta_statisticsAnand K Mistry2021-03-041-0/+2
* ath10k: Fix suspicious RCU usage warning in ath10k_wmi_tlv_parse_peer_stats_i...Anand K Mistry2021-03-041-0/+3
* ath10k: Fix error handling in case of CE pipe init failureRakesh Pillai2021-03-041-2/+3
* ath10k: Release some resources in an error handling pathChristophe JAILLET2020-12-301-1/+4
* ath10k: Fix an error handling pathChristophe JAILLET2020-12-301-0/+2
* ath10k: Fix the parsing error in service available eventRakesh Pillai2020-12-303-3/+11
* ath10k: Use bdf calibration variant for snoc targetsRakesh Pillai2020-09-223-5/+23
* Merge tag 'wireless-drivers-next-2020-09-11' of git://git.kernel.org/pub/scm/...David S. Miller2020-09-1122-237/+1791
|\
| * ath10k: Remove unused macro ATH10K_ROC_TIMEOUT_HZYueHaibing2020-09-111-2/+0
| * ath10k: Add support for chain1 regulator supply votingRakesh Pillai2020-09-081-0/+1
| * ath10k: Get rid of "per_ce_irq" hw paramDouglas Anderson2020-09-012-16/+0
| * ath10k: Keep track of which interrupts fired, don't poll themDouglas Anderson2020-09-014-66/+52
| * ath10k: Add interrupt summary based CE processingRakesh Pillai2020-09-012-26/+42
| * ath10k: wmi: Use struct_size() helper in ath10k_wmi_alloc_skb()Gustavo A. R. Silva2020-08-311-24/+12
| * ath10k: Add new api to support reset TID configTamizh Chelvam2020-08-262-0/+93
| * ath10k: Add new api to support TID specific configurationTamizh Chelvam2020-08-266-8/+641
| * ath10k: Move rate mask validation function up in the fileTamizh Chelvam2020-08-261-87/+87
| * ath10k: Add wmi command support for station specific TID configTamizh Chelvam2020-08-263-0/+106
| * ath10k: sdio: add firmware coredump supportWen Gong2020-08-195-4/+679
| * ath10k: add bus type for each layout of coredumpWen Gong2020-08-192-1/+16
| * Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2020-08-1811-56/+115
| |\
| | * ath10k: fix VHT NSS calculation when STBC is enabledSathishkumar Muruganandam2020-08-181-1/+7
| | * ath10k: Register shutdown handlerRakesh Pillai2020-08-181-0/+9
| | * ath10k: move enable_pll_clk call to ath10k_core_start()Kalle Valo2020-08-182-8/+7
| | * ath10k: Fix the size used in a 'dma_free_coherent()' call in an error handlin...Christophe JAILLET2020-08-171-1/+1
| | * ath10k: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-175-15/+15
| | * ath10k: correct the array index from mcs index for HT mode for QCA6174Wen Gong2020-08-151-4/+20
| | * ath10k: enable supports_peer_stats_info for QCA6174 PCI devicesWen Gong2020-08-151-0/+1
| | * ath10k: remove return for NL80211_STA_INFO_TX_BITRATEWen Gong2020-08-151-11/+10
| | * ath10k: add wmi service peer stat info for wmi tlvWen Gong2020-08-151-0/+2
| | * ath10k: start recovery process when payload length exceeds max htc length for...Wen Gong2020-08-141-0/+4
| | * ath10k: check idx validity in __ath10k_htt_rx_ring_fill_n()Zekun Shen2020-07-201-0/+8
| | * ath10k: pci: fix memcpy size of bmi responseZekun Shen2020-06-231-1/+1
| | * ath10k: provide survey info as accumulated dataVenkateswara Naralasetty2020-06-161-1/+1
| | * ath10k: fix retry packets update in station dumpVenkateswara Naralasetty2020-06-162-5/+8
| | * ath10k: Wait until copy complete is actually done before completingDouglas Anderson2020-06-161-9/+21
* | | mac80211: rename csa counters to countdown countersJohn Crispin2020-08-272-3/+3
|/ /