summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless/ath/ath11k
AgeCommit message (Expand)AuthorFilesLines
2020-06-15Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo17-116/+2813
2020-06-15ath11k: fix wmi peer flags in peer assoc commandVenkateswara Naralasetty3-4/+25
2020-06-15ath11k: Add support for ring backpressure statsSriram R4-1/+194
2020-06-15ath11k: Add dp tx err statsSriram R3-9/+35
2020-06-15ath11k: removing redundant reo unlock followed by immediate lockSowmiya Sree Elavalagan1-2/+0
2020-06-15ath11k: add support for spectral scanKarthikeyan Periyasamy10-0/+1397
2020-06-15ath11k: Add direct buffer ring supportKarthikeyan Periyasamy7-5/+744
2020-06-14treewide: replace '---help---' in Kconfig files with 'help'Masahiro Yamada1-4/+4
2020-06-11ath11k: build HE 6 GHz capabilityRajkumar Manoharan2-0/+35
2020-06-11ath11k: Add support for 6g scan hintPradeep Kumar Chitrapu2-0/+94
2020-06-11ath11k: Send multiple scan_chan_list messages if requiredPradeep Kumar Chitrapu2-71/+93
2020-06-11ath11k: Add 6G scan dwell time parameter in scan request commandPradeep Kumar Chitrapu2-0/+9
2020-06-11ath11k: set psc channel flag when sending channel list to firmware.Pradeep Kumar Chitrapu2-1/+6
2020-06-11ath11k: extend peer_assoc_cmd for 6GHz bandPradeep Kumar Chitrapu2-0/+7
2020-06-11ath11k: Use freq instead of channel number in rx pathPradeep Kumar Chitrapu3-2/+11
2020-06-11ath11k: add support for 6GHz radio in driverPradeep Kumar Chitrapu3-21/+92
2020-06-11ath11k: add 6G frequency list supported by driverPradeep Kumar Chitrapu1-0/+71
2020-05-30ath11k: clear DCM max constellation tx valueMuna Sinada1-0/+2
2020-05-30ath11k: reset trigger frame MAC padding durationMuna Sinada1-1/+1
2020-05-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo18-154/+252
2020-05-26Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller1-2/+1
2020-05-19ath11k: Fix some resource leaks in error path in 'ath11k_thermal_register()'Christophe JAILLET1-2/+4
2020-05-13ath11k: fix htt stats module not handle multiple skbsPradeep Kumar Chitrapu2-10/+39
2020-05-12ath11k: convert to devm_platform_get_and_ioremap_resourceWei Yongjun1-7/+1
2020-05-12ath11k: remove redundant initialization of pointer infoColin Ian King1-1/+1
2020-05-11ath11k: Remove bus layer includes from upper layerGovind Singh7-5/+4
2020-05-11ath11k: Add drv private for bus opaque structGovind Singh4-4/+14
2020-05-11ath11k: Add support for multibus supportGovind Singh10-121/+182
2020-05-11ath11k: remove stale monitor status descriptorMiles Hu1-4/+7
2020-05-07Merge tag 'wireless-drivers-next-2020-05-07' of git://git.kernel.org/pub/scm/...David S. Miller20-80/+821
2020-05-06ath11k: Replace zero-length array with flexible-arrayGustavo A. R. Silva6-11/+11
2020-05-06ath11k: fix kernel panic by freeing the msdu received with invalid lengthTamizh Chelvam1-0/+18
2020-05-06ath11k: Add support to reset htt peer statsAshok Raj Nagarajan3-0/+106
2020-05-06ath11k: add tx hw 802.11 encapsulation offloading supportJohn Crispin4-12/+60
2020-05-05ath11k: fix resource unavailability for htt stats after peer stats displaySowmiya Sree Elavalagan1-0/+9
2020-05-05ath11k: use true,false for bool variablesJason Yan1-2/+2
2020-05-04ath11k: add DBG_MAC prints to track vdev eventsSathishkumar Muruganandam1-0/+8
2020-05-04ath11k: fix mgmt_tx_wmi cmd sent to FW for deleted vdevSathishkumar Muruganandam1-7/+22
2020-05-04ath11k: fix error return code in ath11k_dp_alloc()Wei Yongjun1-1/+3
2020-04-29mac80211: fix memory overlap due to variable length paramRajkumar Manoharan1-2/+1
2020-04-28ath11k: use GFP_ATOMIC under spin lockWei Yongjun1-1/+1
2020-04-27ath11k: fix reo flush sendKarthikeyan Periyasamy3-2/+15
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-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-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-14ath11k: rx path optimizationsManikanta Pubbisetty1-7/+7