summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* ath10k: Fix the MTU size on QCA9377 SDIOFabio Estevam2021-12-072-1/+21
* ath11k: Avoid NULL ptr access during mgmt tx cleanupSriram R2021-11-291-15/+20
* wcn36xx: Use correct SSN for ADD BA requestLoic Poulain2021-11-263-10/+44
* ath11k: Use host CE parameters for CE interrupts configurationAnilkumar Kolli2021-11-261-8/+8
* ath11k: Use memset_startat() for clearing queue descriptorsKees Cook2021-11-241-7/+6
* ath11k: Fix spelling mistake "detetction" -> "detection"Colin Ian King2021-11-241-1/+1
* Revert "ath11k: add read variant from SMBIOS for download board data"Kalle Valo2021-11-243-96/+0
* ath11k: Fix mon status ring rx tlv processingAnilkumar Kolli2021-11-221-7/+7
* ath11k: add read variant from SMBIOS for download board dataWen Gong2021-11-223-0/+96
* ath11k: skip sending vdev down for channel switchWen Gong2021-11-221-31/+1
* ath11k: fix read fail for htt_stats and htt_peer_stats for single pdevWen Gong2021-11-226-3/+86
* ath11k: calculate the correct NSS of peer for HE capabilitiesWen Gong2021-11-221-1/+36
* ath11k: change to treat alpha code na as world wide regdomainWen Gong2021-11-221-1/+7
* ath11k: Set IRQ affinity to CPU0 in case of one MSI vectorBaochen Qiang2021-11-221-2/+23
* ath11k: do not restore ASPM in case of single MSI vectorCarl Huang2021-11-221-1/+7
* ath11k: add support one MSI vectorCarl Huang2021-11-222-15/+51
* ath11k: refactor multiple MSI vector implementationCarl Huang2021-11-222-8/+43
* ath11k: use ATH11K_PCI_IRQ_DP_OFFSET for DP IRQCarl Huang2021-11-221-4/+4
* ath11k: add CE and ext IRQ flag to indicate irq_handlerCarl Huang2021-11-222-0/+18
* ath11k: get msi_data again after request_irq is calledCarl Huang2021-11-221-0/+30
* Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo2021-11-1940-405/+1352
|\
| * ath9k: fix intr_txqs settingPeter Seiderer2021-11-191-1/+1
| * ath11k: add hw_param for wakeup_mhiSeevalamuthu Mariappan2021-11-193-4/+14
| * ath11k: reset RSN/WPA present state for open BSSKarthikeyan Kathirvel2021-11-171-0/+4
| * ath11k: clear the keys properly via DISABLE_KEYKarthikeyan Kathirvel2021-11-172-4/+3
| * ath11k: add support for BSS color changeJohn Crispin2021-11-175-6/+147
| * ath11k: add string type to search board data in board-2.bin for WCN6855Wen Gong2021-11-173-6/+44
| * ath11k: Fix crash caused by uninitialized TX ringBaochen Qiang2021-11-171-2/+0
| * ath11k: add trace log supportVenkateswara Naralasetty2021-11-175-5/+187
| * ath11k: Add missing qmi_txn_cancel()Anilkumar Kolli2021-11-171-7/+14
| * ath11k: use cache line aligned buffers for dbringRameshkumar Sundaram2021-11-172-5/+13
| * ath11k: Disabling credit flow for WMI pathP Praneesh2021-11-178-35/+146
| * ath11k: Fix ETSI regd with weather radar overlapSven Eckelmann2021-11-171-47/+56
| * ath11k: Increment pending_mgmt_tx count before tx send invokeP Praneesh2021-11-151-2/+4
| * ath11k: send proper txpower and maxregpower values to firmwareP Praneesh2021-11-152-6/+8
| * ath11k: fix FCS_ERR flag in radio tap headerP Praneesh2021-11-151-2/+12
| * ath11k: move peer delete after vdev stop of station for QCA6390 and WCN6855Wen Gong2021-11-151-0/+18
| * ath11k: fix the value of msecs_to_jiffies in ath11k_debugfs_fw_stats_requestWen Gong2021-11-151-1/+1
| * ath11k: remove return for empty tx bitrate in mac_op_sta_statisticsWen Gong2021-11-151-15/+14
| * ath11k: enable IEEE80211_VHT_EXT_NSS_BW_CAPABLE if NSS ratio enabledWen Gong2021-11-151-0/+4
| * ath11k: avoid unnecessary lock contention in tx_completion pathP Praneesh2021-11-151-18/+14
| * ath11k: add branch predictors in dp_tx pathP Praneesh2021-11-152-29/+25
| * ath11k: avoid while loop in ring selection of tx completion interruptP Praneesh2021-11-151-5/+4
| * ath11k: remove mod operator in dst ring processingP Praneesh2021-11-151-2/+5
| * ath11k: allocate HAL_WBM2SW_RELEASE ring from cacheable memoryP Praneesh2021-11-151-0/+1
| * ath11k: add branch predictors in process_rxP Praneesh2021-11-151-15/+9
| * ath11k: remove usage quota while processing rx packetsP Praneesh2021-11-151-6/+3
| * ath11k: avoid active pdev check for each msduP Praneesh2021-11-151-36/+34
| * ath11k: avoid additional access to ath11k_hal_srng_dst_num_freeP Praneesh2021-11-151-3/+7
| * ath11k: modify dp_rx desc access wrapper calls inlineP Praneesh2021-11-151-55/+59