summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
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-30ath10k: Remove ath10k_qmi_register_service_notifier() declarationDouglas Anderson1-1/+0
2020-05-30ath9k_htc: Set RX filter based to allow broadcast Action frame RXJouni Malinen3-1/+5
2020-05-30ath9k: Set RX filter based to allow broadcast Action frame RXJouni Malinen3-1/+5
2020-05-29Merge ath-next from git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/ath.gitKalle Valo41-260/+405
2020-05-27Merge tag 'mac80211-next-for-net-next-2020-04-25' of git://git.kernel.org/pub...David S. Miller2-16/+13
2020-05-19ath11k: Fix some resource leaks in error path in 'ath11k_thermal_register()'Christophe JAILLET1-2/+4
2020-05-13wcn36xx: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-3/+3
2020-05-13ath11k: fix htt stats module not handle multiple skbsPradeep Kumar Chitrapu2-10/+39
2020-05-12wil6210: Replace zero-length array with flexible-arrayGustavo A. R. Silva3-37/+37
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-12ath10k: fix ath10k_pci struct layoutArnd Bergmann1-4/+5
2020-05-12ath10k: fix gcc-10 zero-length-bounds warningsArnd Bergmann1-2/+2
2020-05-12carl9170: Replace zero-length array with flexible-arrayGustavo A. R. Silva2-2/+2
2020-05-11ath10k: remove experimental tag from SDIO and SNOC busses in KconfigGovind Singh1-4/+3
2020-05-11wcn36xx: Fix error handling path in 'wcn36xx_probe()'Christophe JAILLET1-2/+4
2020-05-11ath10k: Replace zero-length array with flexible-arrayGustavo A. R. Silva8-51/+51
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-11ath10k: fix __le32 warning in ath10k_wmi_tlv_op_gen_request_peer_stats_info()Wen Gong1-1/+1
2020-05-11wil6210: avoid gcc-10 zero-length-bounds warningArnd Bergmann1-1/+1
2020-05-11ath10k: Remove msdu from idr when management pkt send failsRakesh Pillai3-0/+28
2020-05-11ath10k: Skip handling del_server during driver exitRakesh Pillai2-1/+18
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. Miller66-404/+2590
2020-05-06ath11k: Replace zero-length array with flexible-arrayGustavo A. R. Silva6-11/+11
2020-05-06ath9k_htc: Silence undersized packet warningsMasashi Honma1-3/+3
2020-05-06ath6kl: Replace zero-length array with flexible-arrayGustavo A. R. Silva3-4/+4
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-06carl9170: remove P2P_GO supportChristian Lamparter2-20/+5
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-05ath10k: Add support for targets without trustzoneRakesh Pillai2-1/+124
2020-05-05ath10k: Setup the msa resources before qmi initRakesh Pillai4-63/+70
2020-05-05ath10k: remove the max_sched_scan_reqs valueWen Gong1-1/+0
2020-05-05ath10k: Avoid override CE5 configuration for QCA99X0 chipsetsMaharaja Kennadyrajan4-19/+61
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-05-04ath10k: fix possible memory leak in ath10k_bmi_lz_data_large()Wei Yongjun1-0/+1
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-28ath10k: correct tx bitrate of iw for SDIOWen Gong3-0/+14
2020-04-28ath10k: add bitrate parse for peer stats infoWen Gong3-0/+190
2020-04-28ath10k: add rx bitrate report for SDIOWen Gong8-0/+304