summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath10k
Commit message (Expand)AuthorAgeFilesLines
* wifi: ath10k: add peer map clean up for peer delete in ath10k_sta_state()Wen Gong2022-10-261-25/+29
* ath10k: do not enforce interrupt trigger typeKrzysztof Kozlowski2022-08-211-3/+2
* ath10k: skip ath10k_halt during suspend for driver state RESTARTINGAbhishek Kumar2022-06-091-2/+18
* ath10k: Fix error handling in ath10k_setup_msa_resourcesMiaoqian Lin2022-04-081-1/+1
* ath10k: fix memory overwrite of the WoWLAN wakeup packet patternWen Gong2022-04-081-3/+4
* ath10k: Fix the MTU size on QCA9377 SDIOFabio Estevam2022-01-272-1/+21
* ath10k: Fix tx hangingSebastian Gottschall2022-01-272-2/+3
* ath10k: fix invalid dma_addr_t token assignmentArnd Bergmann2021-11-181-1/+9
* ath10k: fix max antenna gain unitSven Eckelmann2021-11-182-3/+6
* ath10k: sdio: Add missing BH locking around napi_schdule()Fabio Estevam2021-11-181-1/+4
* ath10k: Fix missing frame timestamp for beacon/probe-respLoic Poulain2021-11-181-0/+4
* ath10k: high latency fixes for beacon bufferAlagu Sankar2021-11-181-8/+23
* ath10k: fix division by zero in send pathJohan Hovold2021-11-181-0/+5
* ath10k: fix control-message timeoutJohan Hovold2021-11-181-1/+1
* 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