aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2021-11-15ath11k: send proper txpower and maxregpower values to firmwareP Praneesh2-6/+8
2021-11-15ath11k: fix FCS_ERR flag in radio tap headerP Praneesh1-2/+12
2021-11-15ath11k: move peer delete after vdev stop of station for QCA6390 and WCN6855Wen Gong1-0/+18
2021-11-15ath11k: fix the value of msecs_to_jiffies in ath11k_debugfs_fw_stats_requestWen Gong1-1/+1
2021-11-15ath11k: remove return for empty tx bitrate in mac_op_sta_statisticsWen Gong1-14/+13
2021-11-15ath11k: enable IEEE80211_VHT_EXT_NSS_BW_CAPABLE if NSS ratio enabledWen Gong1-0/+4
2021-11-15ath11k: avoid unnecessary lock contention in tx_completion pathP Praneesh1-18/+14
2021-11-15ath11k: add branch predictors in dp_tx pathP Praneesh2-29/+25
2021-11-15ath11k: avoid while loop in ring selection of tx completion interruptP Praneesh1-5/+4
2021-11-15ath11k: remove mod operator in dst ring processingP Praneesh1-2/+5
2021-11-15ath11k: allocate HAL_WBM2SW_RELEASE ring from cacheable memoryP Praneesh1-0/+1
2021-11-15ath11k: add branch predictors in process_rxP Praneesh1-15/+9
2021-11-15ath11k: remove usage quota while processing rx packetsP Praneesh1-6/+3
2021-11-15ath11k: avoid active pdev check for each msduP Praneesh1-36/+34
2021-11-15ath11k: avoid additional access to ath11k_hal_srng_dst_num_freeP Praneesh1-3/+7
2021-11-15ath11k: modify dp_rx desc access wrapper calls inlineP Praneesh1-55/+59
2021-11-15ath11k: allocate dst ring descriptors from cacheable memoryP Praneesh6-7/+67
2021-11-15ath11k: disable unused CE8 interrupts for ipq8074P Praneesh1-1/+1
2021-11-15ath11k: fix firmware crash during channel switchVenkateswara Naralasetty1-5/+21
2021-11-15ath11k: Fix 'unused-but-set-parameter' errorSeevalamuthu Mariappan1-1/+0
2021-11-15ath11k: fix DMA memory free in CE pipe cleanupKarthikeyan Periyasamy1-6/+10
2021-11-15ath11k: avoid unnecessary BH disable lock in STA kickout eventKarthikeyan Periyasamy1-2/+7
2021-11-15ath11k: fix error routine when fallback of add interface failsKarthikeyan Periyasamy1-7/+7
2021-11-15ath11k: fix fw crash due to peer get authorized before key installKarthikeyan Periyasamy2-7/+47
2021-11-12ath11k: Clear auth flag only for actual association in security modeRameshkumar Sundaram3-1/+5
2021-11-12ath11k: Send PPDU_STATS_CFG with proper pdev mask to firmwareRameshkumar Sundaram2-2/+3
2021-11-12ar5523: Fix null-ptr-deref with unexpected WDCMSG_TARGET_START replyZekun Shen1-0/+4
2021-11-10ath11k: enable 802.11 power save mode in station modeCarl Huang4-0/+94
2021-11-10ath11k: convert ath11k_wmi_pdev_set_ps_mode() to use enum wmi_sta_ps_modeKalle Valo3-5/+8
2021-11-08wcn36xx: fix RX BD rate mapping for 5GHz legacy ratesBenjamin Li1-3/+1
2021-11-08wcn36xx: populate band before determining rate on RXBenjamin Li1-18/+19
2021-11-08wcn36xx: Put DXE block into reset before freeing memoryBryan O'Donoghue1-0/+6
2021-11-08wcn36xx: Release DMA channel descriptor allocationsBryan O'Donoghue1-0/+5
2021-11-08wcn36xx: Fix DMA channel enable/disable cycleBryan O'Donoghue1-11/+27
2021-11-02Merge tag 'net-next-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds364-7385/+107591
2021-11-01Merge tag 'overflow-v5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds5-15/+26
2021-11-01ath9k: use swap() to make code cleanerYang Guang1-9/+5
2021-11-01wcn36xx: Indicate beacon not connection loss on MISSED_BEACON_INDBryan O'Donoghue1-2/+2
2021-11-01wcn36xx: ensure pairing of init_scan/finish_scan and start_scan/end_scanBenjamin Li3-7/+32
2021-11-01wcn36xx: implement flush op to speed up connected scanBenjamin Li3-0/+59
2021-11-01wcn36xx: add debug prints for sw_scan start/completeBenjamin Li1-0/+4
2021-11-01ath10k: fetch (pre-)calibration data via nvmem subsystemChristian Lamparter2-2/+68
2021-11-01ath11k: set correct NL80211_FEATURE_DYNAMIC_SMPS for WCN6855Wen Gong3-1/+8
2021-10-28Merge tag 'iwlwifi-next-for-kalle-2021-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/iwlwifi/iwlwifi-nextKalle Valo26-396/+799
2021-10-28mwifiex: fix division by zero in fw download pathJohan Hovold1-0/+16
2021-10-28rsi: fix control-message timeoutJohan Hovold1-1/+1
2021-10-28rtl8187: fix control-message timeoutsJohan Hovold1-7/+7
2021-10-28Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo21-100/+403
2021-10-28iwlwifi: bump FW API to 67 for AX devicesLuca Coelho1-1/+1
2021-10-28iwlwifi: mvm: extend session protection on associationJohannes Berg1-21/+43