summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/ath
AgeCommit message (Expand)AuthorFilesLines
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
2020-04-28ath10k: enable firmware peer stats info for wmi tlvWen Gong4-0/+8
2020-04-28ath5k: remove conversion to bool in ath5k_ani_calibration()Jason Yan1-1/+1
2020-04-28ath9k: add calibration timeout for AR9002Sergey Ryazanov3-2/+25
2020-04-28ath9k: invalidate all calibrations at onceSergey Ryazanov1-6/+9
2020-04-28ath9k: interleaved NF calibration on AR9002Sergey Ryazanov1-2/+6
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