summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
2020-04-28ath9k: do not miss longcal on AR9002Sergey Ryazanov2-1/+10
2020-04-28ath9k: remove needless NFCAL_PENDING flag settingSergey Ryazanov1-3/+0
2020-04-28ath9k: fix AR9002 ADC and NF calibrationsSergey Ryazanov1-3/+2
2020-04-27ath10k: add statistics of tx retries and tx failed when tx complete disableWen Gong3-0/+16
2020-04-27ath10k: enable rx duration report default for wmi tlvWen Gong3-1/+11
2020-04-27ath11k: fix reo flush sendKarthikeyan Periyasamy3-2/+15
2020-04-24cfg80211: change internal management frame registration APIJohannes Berg1-14/+12
2020-04-23ath10k: drop the TX packet which size exceed credit size for sdioWen Gong1-0/+5
2020-04-23ath10k: Fix the invalid tx/rx chainmask configurationMaharaja Kennadyrajan1-5/+10
2020-04-22ath10k: add flush tx packets for SDIO chipWen Gong3-1/+15
2020-04-22ath10k: enable alt data of TX path for sdioWen Gong3-8/+25
2020-04-22ath10k: add htt TX bundle for sdioWen Gong8-37/+398
2020-04-22ath11k: remove conversion to bool in ath11k_debug_fw_stats_process()Jason Yan1-2/+2
2020-04-22ath11k: remove conversion to bool in ath11k_dp_rxdesc_mpdu_valid()Jason Yan1-1/+1
2020-04-21ath10k: hif: make send_complete_check op optionalKalle Valo3-25/+2
2020-04-21ath10k: sdio: remove _hif_ prefix from functions not part of hif interfaceKalle Valo1-17/+17
2020-04-21ath10k: improve power save performance for sdioWen Gong2-27/+119
2020-04-21ath10k: rename ath10k_hif_swap_mailbox() to ath10k_hif_start_post()Kalle Valo3-7/+7
2020-04-15ath11k: Add dynamic tcl ring selection logic with retry mechanismSriram R2-8/+41
2020-04-15ath11k: cleanup reo command error code overwrittenGovindaraj Saminathan1-1/+5
2020-04-15ath10k: Fix typo in warning messagesMamatha Telu3-3/+3
2020-04-15ath11k: Fix rx_filter flags setting for per peer rx_statsMaharaja Kennadyrajan4-1/+16
2020-04-15ath11k: Fix fw assert by setting proper vht capRitesh Singh1-0/+4
2020-04-15ath11k: Cleanup in pdev destroy and mac register during crash on recoveryMaharaja Kennadyrajan2-0/+6
2020-04-14Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo35-103/+803
2020-04-14ath11k: rx path optimizationsManikanta Pubbisetty1-7/+7
2020-04-14ath11k: set IRQ_DISABLE_UNLAZY flag for DP interruptsManikanta Pubbisetty1-1/+1
2020-04-14ath11k: Fix TWT radio countAloka Dixit1-1/+1
2020-04-14ath11k: Modify the interrupt timer thresholdKarthikeyan Periyasamy1-1/+1
2020-04-14ath11k: fix duplication peer create on same radioKarthikeyan Periyasamy2-2/+34
2020-04-09ath10k: change ATH10K_SDIO_BUS_REQUEST_MAX_NUM from 64 to 1024Wen Gong1-1/+2
2020-04-09ath10k: disable TX complete indication of htt for sdioWen Gong10-7/+132
2020-04-07ath9k: Fix general protection fault in ath9k_hif_usb_rx_cbQiujun Huang2-11/+42
2020-04-07ath9x: Fix stack-out-of-bounds Write in ath9k_hif_usb_rx_cbQiujun Huang1-0/+5
2020-04-07ath9k: Fix use-after-free Write in ath9k_htc_rx_msgQiujun Huang1-0/+3
2020-04-07ath9k: Fix use-after-free Read in ath9k_wmi_ctrl_rxQiujun Huang5-7/+17
2020-04-07ath9k: Fix use-after-free Read in htc_connect_serviceQiujun Huang2-4/+0
2020-04-07ath10k: fix kernel null pointer dereferenceVenkateswara Naralasetty1-0/+2
2020-04-06ath10k: enable radar detection in secondary segmentLei Wang3-16/+34
2020-04-06ath10k: enable VHT160 and VHT80+80 modesLei Wang3-32/+80
2020-04-06ath11k: Avoid mgmt tx count underflowSriram R1-2/+3
2020-04-06ath11k: Increase the tx completion ring sizeSriram R1-2/+2
2020-04-06ath11k: fix error message to correctly report the command that failedColin Ian King1-1/+1
2020-04-06ath11k: add pktlog checksum in trace events to support pktlogMaharaja Kennadyrajan5-14/+31
2020-04-06ath10k: Fix the race condition in firmware dump work queueMaharaja Kennadyrajan1-0/+1
2020-04-06ath11k: Add sta debugfs support to configure ADDBA and DELBAMaharaja Kennadyrajan5-0/+410
2020-04-06ath11k: fix compiler warnings without CONFIG_THERMALYueHaibing1-1/+2
2020-04-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds48-623/+2491
2020-03-22ath10k: Fill GCMP MIC length for PMFYingying Tang4-8/+48
2020-03-18ath11k: Perform per-msdu rx processingSriram R11-318/+245