summaryrefslogtreecommitdiff
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorFilesLines
2023-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-3/+1
2023-04-21wifi: ath9k: Don't mark channelmap stack variable read-only in ath9k_mci_upda...Toke Høiland-Jørgensen1-3/+1
2023-04-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski13-110/+97
2023-04-06Merge tag 'wireless-next-2023-04-05' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski26-114/+387
2023-04-06Merge tag 'wireless-2023-04-05' of git://git.kernel.org/pub/scm/linux/kernel/...Jakub Kicinski13-110/+97
2023-04-03wifi: mt76: ignore key disable commandsFelix Fietkau8-96/+62
2023-04-03wifi: ath11k: reduce the MHI timeout to 20sKalle Valo1-1/+1
2023-04-03wifi: rt2x00: Fix memory leak when handling surveysArmin Wolf1-0/+1
2023-04-03wifi: b43legacy: Remove the unused function prev_slot()Jiapeng Chong1-8/+0
2023-04-03wifi: rtw89: Remove redundant pci_clear_masterCai Huoqing1-1/+0
2023-04-03wifi: rtw89: fix potential race condition between napi_init and napi_enablePing-Ke Shih2-12/+17
2023-04-03wifi: rtw89: config EDCCA threshold during scan to prevent TX failedChih-Kang Chang8-0/+33
2023-04-03wifi: rtw89: fix incorrect channel info during scan due to ppdu_sts filteringChih-Kang Chang1-3/+4
2023-04-03wifi: rtw89: remove superfluous H2C of join_infoChin-Yen Lee1-9/+0
2023-04-03wifi: rtw89: set data lowest rate according to AP supported rateChih-Kang Chang1-10/+28
2023-04-03wifi: rtw89: add counters of register-based H2C/C2HPing-Ke Shih7-0/+28
2023-04-03wifi: rtw89: coex: Update Wi-Fi Bluetooth coexistence version to 7.0.1Ching-Te Ku1-1/+8
2023-04-03wifi: rtw89: coex: Add report control v5 variationChing-Te Ku2-0/+171
2023-04-03wifi: rtw89: coex: Update RTL8852B LNA2 hardware parameterChing-Te Ku4-8/+68
2023-04-03wifi: rtw89: coex: Not to enable firmware report when WiFi is power savingChing-Te Ku1-0/+4
2023-04-03wifi: rtw89: coex: Add LPS protocol radio state for RTL8852BChing-Te Ku2-1/+10
2023-03-31wifi: mt76: mt7921: fix fw used for offload check for mt7922Lorenzo Bianconi1-1/+1
2023-03-31wifi: mt76: mt7921: Fix use-after-free in fw features query.Ben Greear1-2/+5
2023-03-31wifi: brcmfmac: Fix SDIO suspend/resume regressionHans de Goede2-10/+28
2023-03-31wifi: mwifiex: remove unused evt_buf variableTom Rix1-4/+0
2023-03-31wifi: brcmsmac: ampdu: remove unused suc_mpdu variableTom Rix1-2/+1
2023-03-31wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_reg()Wei Chen1-3/+3
2023-03-31wifi: rtlwifi: fix incorrect error codes in rtl_debugfs_set_write_rfreg()Wei Chen1-3/+3
2023-03-31wifi: brcmsmac: remove unused has_5g variableTom Rix1-2/+0
2023-03-31wifi: b43legacy: remove unused freq_r3A_value functionTom Rix1-17/+0
2023-03-31wifi: rtlwifi: Replace fake flex-array with flex-array memberGustavo A. R. Silva1-1/+1
2023-03-31wifi: rtw88: Remove redundant pci_clear_masterCai Huoqing1-1/+0
2023-03-31wifi: rndis_wlan: Replace fake flex-array with flexible-array memberGustavo A. R. Silva1-1/+1
2023-03-31wifi: rndis_wlan: clean up a type issueDan Carpenter1-3/+3
2023-03-31wifi: rtw88: remove unused rtw_pci_get_tx_desc functionTom Rix1-7/+0
2023-03-31wifi: rsi: Slightly simplify rsi_set_channel()Christophe JAILLET1-4/+3
2023-03-31wifi: ipw2x00: remove unused _ipw_read16 functionTom Rix1-13/+0
2023-03-31Merge wireless/main into wireless-next/mainJohannes Berg10-51/+96
2023-03-31Merge tag 'wireless-next-2023-03-30' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski128-2219/+13639
2023-03-30wifi: iwlwifi: mvm: correctly use link in iwl_mvm_sta_del()Johannes Berg3-7/+15
2023-03-30wifi: iwlwifi: separate AP link management queuesJohannes Berg4-6/+21
2023-03-30wifi: iwlwifi: mvm: free probe_resp_data laterJohannes Berg1-6/+6
2023-03-30wifi: iwlwifi: bump FW API to 75 for AX devicesGregory Greenman1-1/+1
2023-03-30wifi: iwlwifi: mvm: move max_agg_bufsize into host TLC lq_staGregory Greenman4-10/+11
2023-03-30wifi: iwlwifi: mvm: send full STA during HW restartJohannes Berg1-14/+9
2023-03-30wifi: iwlwifi: mvm: rework active links countingGregory Greenman3-20/+17
2023-03-30wifi: iwlwifi: mvm: update mac config when assigning chanctxGregory Greenman1-0/+12
2023-03-30wifi: iwlwifi: mvm: use the correct link queueShaul Triebitz1-4/+4
2023-03-30wifi: iwlwifi: mvm: clean up mac_id vs. link_id in MLD staJohannes Berg1-10/+9
2023-03-30wifi: iwlwifi: mvm: fix station link data leakJohannes Berg3-31/+33