summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
Commit message (Expand)AuthorAgeFilesLines
...
| | | * wifi: ath10k: Drop cleaning of driver data from probe error path and removeUwe Kleine-König2023-06-091-3/+0
| | | * wifi: ath10k: Trigger STA disconnect after reconfig complete on hardware restartYoughandhar Chintala2023-06-012-9/+7
| | | * wifi: ath11k: Add HTT stats for PHY reset caseNidhi Jain2023-06-012-0/+157
| | | * wifi: ath11k: Allow ath11k to boot without caldata in ftm modeSowmiya Sree Elavalagan2023-06-011-1/+9
| | | * wifi: ath11k: factory test mode supportGovindaraj Saminathan2023-06-0112-21/+444
| | | * wifi: ath11k: remove unused function ath11k_tm_event_wmi()Govindaraj Saminathan2023-06-012-70/+2
| | | * wifi: ath11k: add support default regdb while searching board-2.bin for WCN6855Wen Gong2023-06-011-13/+40
| | | * wifi: ath12k: Add support to parse new WMI event for 6 GHz regulatoryP Praneesh2023-05-262-35/+68
| | | * wifi: ath9k: don't allow to overwrite ENDPOINT0 attributesFedor Pchelkin2023-05-251-1/+7
| | | * wifi: wil6210: wmi: Replace zero-length array with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2023-05-251-1/+1
| | | * wifi: wil6210: fw: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helperGustavo A. R. Silva2023-05-251-2/+2
| | * | wifi: iwlwifi: mvm: Add support for IGTK in D3 resume flowYedidya Benshimol2023-06-212-25/+147
| | * | wifi: iwlwifi: mvm: update two most recent GTKs on D3 resume flowYedidya Benshimol2023-06-211-81/+115
| | * | wifi: iwlwifi: mvm: Refactor security key update after D3Yedidya Benshimol2023-06-211-40/+42
| | * | wifi: iwlwifi: remove support of A0 version of FM RFMukesh Sisodiya2023-06-214-43/+1
| | * | wifi: iwlwifi: cfg: clean up Bz module firmware linesJohannes Berg2023-06-211-22/+2
| | * | wifi: iwlwifi: pcie: add device id 51F1 for killer 1675Yi Kuo2023-06-211-0/+2
| | * | wifi: iwlwifi: bump FW API to 83 for AX/BZ/SC devicesGregory Greenman2023-06-213-3/+3
| | * | wifi: iwlwifi: cfg: remove trailing dash from FW_PRE constantsJohannes Berg2023-06-2114-162/+150
| | * | wifi: iwlwifi: also unify Ma device configurationsJohannes Berg2023-06-213-127/+19
| | * | wifi: iwlwifi: also unify Sc device configurationsJohannes Berg2023-06-213-91/+7
| | * | wifi: iwlwifi: unify Bz/Gl device configurationsJohannes Berg2023-06-217-239/+102
| | * | wifi: iwlwifi: pcie: also drop jacket from info macroJohannes Berg2023-06-211-110/+109
| | * | wifi: iwlwifi: remove support for *nJ devicesJohannes Berg2023-06-215-529/+0
| | * | wifi: iwlwifi: don't load old firmware for 22000Johannes Berg2023-06-211-1/+1
| | * | wifi: iwlwifi: don't load old firmware for ax210Johannes Berg2023-06-211-1/+1
| | * | wifi: iwlwifi: don't load old firmware for BzJohannes Berg2023-06-211-1/+1
| | * | wifi: iwlwifi: don't load old firmware for ScJohannes Berg2023-06-211-1/+1
| | * | wifi: iwlwifi: give Sc devices their own familyJohannes Berg2023-06-212-2/+3
| | * | wifi: iwlwifi: split 22000.c into multiple filesJohannes Berg2023-06-217-928/+1206
| | * | wifi: iwlwifi: Add support for new CNVi (SC)Mukesh Sisodiya2023-06-213-1/+137
| | * | wifi: iwlwifi: Add support for new Bz versionMukesh Sisodiya2023-06-213-6/+75
| | * | wifi: iwlwifi: mvm: Add support for scan version 17Ilan Peer2023-06-212-42/+99
| | * | wifi: iwlwifi: mvm: adjust skip-over-dtim in D3Johannes Berg2023-06-211-4/+3
| | * | wifi: iwlwifi: mvm: check only affected linksJohannes Berg2023-06-211-1/+2
| | * | wifi: iwlwifi: mvm: avoid baid size integer overflowJohannes Berg2023-06-211-1/+1
| | * | wifi: iwlwifi: mvm: indicate HW decrypt for beacon protectionJohannes Berg2023-06-211-3/+6
| | * | wifi: iwlwifi: mvm: support new flush_sta methodJohannes Berg2023-06-213-0/+28
| | * | wifi: iwlwifi: Add support for new PCI IdMukesh Sisodiya2023-06-211-0/+2
| | * | wifi: iwlwifi: mvm: send LARI configuration earlierBenjamin Berg2023-06-211-1/+2
| | * | wifi: iwlwifi: remove disable_dummy_notificationJohannes Berg2023-06-212-5/+1
| | * | wifi: iwlwifi: limit EHT capabilities based on PCIe link speedJohannes Berg2023-06-213-4/+24
| | * | wifi: iwlwifi: mvm: add EHT A-MPDU size exponent supportJohannes Berg2023-06-211-9/+18
| | * | wifi: iwlwifi: mvm: use min_t() for agg_sizeJohannes Berg2023-06-211-3/+2
| | * | wifi: iwlwifi: mvm: use EHT maximum MPDU length on 2.4 GHzJohannes Berg2023-06-211-2/+13
| | * | wifi: iwlwifi: nvm: handle EHT/320 MHz regulatory flagJohannes Berg2023-06-211-0/+7
| | * | wifi: iwlwifi: mvm: make iwl_mvm_set_fw_mu_edca_params mld awareEmmanuel Grumbach2023-06-213-7/+7
| | * | wifi: iwlwifi: fw: send marker cmd before suspend cmdMiri Korenblit2023-06-214-28/+58
| | * | wifi: iwlwifi: mvm: check the right csa_activeEmmanuel Grumbach2023-06-211-1/+4
| | * | wifi: iwlwifi: pcie: add size assertionsJohannes Berg2023-06-212-1/+11