aboutsummaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2023-09-28wifi: ath11k: use kstrtoul_from_user() where appropriateDmitry Antipov1-18/+8
2023-09-27wifi: iwlwifi: mvm: Fix incorrect usage of scan APIIlan Peer1-1/+1
2023-09-25wifi: iwlwifi: add mapping of a periphery register crf for WH RFMukesh Sisodiya2-0/+4
2023-09-25wifi: iwlwifi: mvm: check for iwl_mvm_mld_update_sta() errorsJohannes Berg1-0/+2
2023-09-25wifi: iwlwifi: mvm: support injection antenna controlJohannes Berg1-4/+12
2023-09-25wifi: iwlwifi: mvm: refactor TX rate handlingJohannes Berg1-33/+45
2023-09-25wifi: iwlwifi: mvm: make pldr_sync AX210 specificJohannes Berg1-5/+7
2023-09-25wifi: iwlwifi: fail NIC access fast on dead NICJohannes Berg1-0/+3
2023-09-25wifi: iwlwifi: mvm: add support for new wowlan_info_notifYedidya Benshimol3-33/+184
2023-09-25wifi: iwlwifi: pcie: (re-)assign BAR0 on driver bindJohannes Berg1-0/+9
2023-09-25wifi: iwlwifi: implement enable/disable for China 2022 regulatoryAnjaneyulu5-4/+36
2023-09-25wifi: iwlwifi: mvm: handle link-STA allocation in restartJohannes Berg1-5/+16
2023-09-25wifi: iwlwifi: mvm: iterate active links for STA queuesJohannes Berg1-3/+4
2023-09-25wifi: iwlwifi: mvm: support set_antenna()Emmanuel Grumbach9-27/+148
2023-09-25wifi: mac80211_hwsim: Handle BSS_CHANGED_VALID_LINKSIlan Peer1-0/+8
2023-09-25wifi: mac80211_hwsim: move kernel-doc descriptionJohannes Berg1-9/+9
2023-09-25wifi: cfg80211: split struct cfg80211_ap_settingsJohannes Berg6-6/+6
2023-09-22wifi: rtw89: load TX power related tables from FW elementsZong-Zhe Yang6-8/+761
2023-09-22wifi: rtw89: phy: extend TX power common stuffs for Wi-Fi 7 chipsZong-Zhe Yang8-31/+63
2023-09-22wifi: rtw89: load TX power by rate when RFE parms setupZong-Zhe Yang2-7/+10
2023-09-22wifi: rtw89: phy: refine helpers used for raw TX powerZong-Zhe Yang2-35/+43
2023-09-22wifi: rtw89: indicate TX power by rate table inside RFE parameterZong-Zhe Yang14-11/+12
2023-09-22wifi: rtw89: indicate TX shape table inside RFE parameterZong-Zhe Yang10-12/+17
2023-09-22wifi: rtw89: add subband index of primary channel to struct rtw89_chanPing-Ke Shih2-3/+24
2023-09-22wifi: mwifiex: followup PCIE and related cleanupsDmitry Antipov2-24/+8
2023-09-22wifi: mwifiex: simplify PCIE write operationsDmitry Antipov1-224/+66
2023-09-22wifi: mt76: mt76x02: fix MT76x0 external LNA gain handlingFelix Fietkau2-9/+11
2023-09-21wifi: ath11k: remove unused members of 'struct ath11k_base'Dmitry Antipov2-4/+0
2023-09-21wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process()Dmitry Antipov1-7/+0
2023-09-21wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats()Dmitry Antipov1-3/+0
2023-09-21wifi: ath11k: fix boot failure with one MSI vectorBaochen Qiang1-12/+12
2023-09-21wifi: ath10k: drop HTT_DATA_TX_STATUS_DOWNLOAD_FAILDmitry Antipov2-3/+1
2023-09-21wifi: ath10k: Annotate struct ath10k_ce_ring with __counted_byKees Cook1-1/+1
2023-09-21wifi: wcn36xx: Annotate struct wcn36xx_hal_ind_msg with __counted_byKees Cook1-1/+1
2023-09-21wifi: ath12k: Remove unnecessary (void*) conversionsWu Yunchuan3-11/+8
2023-09-21wifi: ath10k: Remove unnecessary (void*) conversionsWu Yunchuan1-10/+6
2023-09-21wifi: ath6kl: remove unnecessary (void*) conversionsWu Yunchuan2-3/+3
2023-09-21wifi: ath5k: remove unnecessary (void*) conversionsWu Yunchuan2-4/+4
2023-09-21wifi: wcn36xx: remove unnecessary (void*) conversionsWu Yunchuan3-14/+14
2023-09-21wifi: ar5523: Remove unnecessary (void*) conversionsWu Yunchuan1-1/+1
2023-09-21wifi: ath9k: clean up function ath9k_hif_usb_resumeDongliang Mu1-17/+17
2023-09-21wifi: ath12k: fix DMA unmap warning on NULL DMA addressBaochen Qiang1-2/+5
2023-09-21wifi: ath12k: fix possible out-of-bound write in ath12k_wmi_ext_hal_reg_caps()Baochen Qiang1-0/+6
2023-09-21wifi: ipw2x00: Annotate struct libipw_txb with __counted_byKees Cook1-1/+1
2023-09-21wifi: wilc1000: add back-off algorithm to balance tx queue packetsPrasurjya Rohan Saikia2-4/+18
2023-09-21wifi: mwifiex: use MODULE_FIRMWARE to add firmware files metadataVĂ­ctor Gonzalo1-0/+6
2023-09-21wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rxDmitry Antipov2-14/+0
2023-09-20wifi: ath10k: fix clang-specific fortify warningDmitry Antipov1-1/+1
2023-09-20wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855Wen Gong1-21/+87
2023-09-20wifi: ath12k: fix possible out-of-bound read in ath12k_htt_pull_ppdu_stats()Baochen Qiang1-0/+17