summaryrefslogtreecommitdiffstats
path: root/drivers/net/wireless
AgeCommit message (Expand)AuthorLines
2026-03-25wifi: iwlwifi: mld: remove SCAN_TIMEOUT_MSECEmmanuel Grumbach-2/+0
2026-03-25wifi: iwlwifi: remove IWL_MAX_WD_TIMEOUTEmmanuel Grumbach-1/+0
2026-03-25wifi: iwlwifi: uefi: mode the comments valid kerneldoc commentsEmmanuel Grumbach-10/+17
2026-03-25wifi: iwlwifi: support PER_CHAIN_LIMIT_OFFSET_CMD v6Emmanuel Grumbach-6/+44
2026-03-25wifi: iwlwifi: acpi: add support for WGDS revision 4Emmanuel Grumbach-0/+7
2026-03-25wifi: iwlwifi: acpi: validate the WGDS tableEmmanuel Grumbach-11/+27
2026-03-25wifi: iwlwifi: uefi: add support for WGDS rev4Emmanuel Grumbach-11/+34
2026-03-25wifi: iwlwifi: uefi: open code the parsing of the WGDS tableEmmanuel Grumbach-7/+44
2026-03-25wifi: iwlwifi: mld: support version 11 of REDUCE_TX_POWER_CMDEmmanuel Grumbach-8/+44
2026-03-25wifi: iwlwifi: acpi: add support for EWRD rev 3 tableEmmanuel Grumbach-1/+33
2026-03-25wifi: iwlwifi: acpi: add support for WRDS rev 3 tableEmmanuel Grumbach-1/+27
2026-03-25wifi: iwlwifi: uefi: support the new WRDS and EWRD tablesEmmanuel Grumbach-40/+116
2026-03-25wifi: iwlwifi: mvm: zero iwl_geo_tx_power_profiles_cmd before sendingEmmanuel Grumbach-2/+2
2026-03-25wifi: iwlwifi: restrict TOP reset to some devicesJohannes Berg-6/+24
2026-03-25wifi: iwlwifi: uefi: add support for PPAG table rev5Emmanuel Grumbach-26/+57
2026-03-25wifi: iwlwifi: acpi: add support for PPAG rev5Emmanuel Grumbach-7/+25
2026-03-25wifi: iwlwifi: acpi: check the size of the ACPI PPAG tablesEmmanuel Grumbach-3/+13
2026-03-25wifi: iwlwifi: regulatory: support a new command for PPAGEmmanuel Grumbach-12/+91
2026-03-25wifi: iwlwifi: mld: add support for sta command version 3Miri Korenblit-14/+132
2026-03-25wifi: iwlwifi: bring iwl_fill_ppag_table to the iwlmvmEmmanuel Grumbach-131/+128
2026-03-25wifi: iwlwifi: uefi: open code the PPAG table store operationEmmanuel Grumbach-14/+25
2026-03-25wifi: iwlwifi: mld: Introduce scan command version 18Ilan Peer-17/+115
2026-03-25wifi: iwlwifi: mld: Refactor scan command handlingIlan Peer-47/+114
2026-03-25wifi: iwlwifi: mld: remove unused scan expire time constantsPagadala Yesu Anjaneyulu-2/+0
2026-03-25wifi: iwlwifi: mvm: cleanup some more MLO codeNidhish A N-472/+0
2026-03-25wifi: iwlwifi: acpi: better use ARRAY_SIZE than a defineEmmanuel Grumbach-1/+2
2026-03-25wifi: iwlwifi: uefi: decouple UEFI and firmware APIsEmmanuel Grumbach-2/+21
2026-03-25wifi: iwlwifi: ensure we don't read SAR values past the limitEmmanuel Grumbach-0/+4
2026-03-25wifi: iwlwifi: mld: add support for iwl_mcc_allowed_ap_type_cmd v2Emmanuel Grumbach-27/+102
2026-03-25wifi: iwlwifi: mvm: replace use of system_wq with system_percpu_wqMarco Crivellari-3/+3
2026-03-25wifi: iwlwifi: fw: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-2/+2
2026-03-25wifi: iwlwifi: replace use of system_unbound_wq with system_dfl_wqMarco Crivellari-1/+1
2026-03-24Merge tag 'mt76-next-2026-03-23' of https://github.com/nbd168/wirelessJohannes Berg-952/+3330
2026-03-24wifi: mt76: mt7996: Destroy active sta links in mt7996_mac_sta_remove()Lorenzo Bianconi-49/+45
2026-03-24wifi: mt76: mt7996: Add mcu APIs to enable/disable vif links.Shayne Chen-19/+139
2026-03-24wifi: mt76: mt7996: Destroy vif active links in mt7996_remove_interface()Lorenzo Bianconi-36/+72
2026-03-24wifi: mt76: mt7996: Move mlink deallocation in mt7996_vif_link_remove()Shayne Chen-9/+6
2026-03-24wifi: mt76: mt7996: Account active links in valid_links fieldsShayne Chen-23/+29
2026-03-24wifi: mt76: mt7996: Rely on msta_link link_id in mt7996_vif_link_remove()Lorenzo Bianconi-4/+7
2026-03-24wifi: mt76: mt7996: fix frequency separation for station STR modePeter Chiu-0/+1
2026-03-24wifi: mt76: mt7925: host-only unwind published links on add failureSean Wang-0/+45
2026-03-24wifi: mt76: mt7925: publish msta->link after successful link addSean Wang-4/+14
2026-03-24wifi: mt76: mt7925: switch link STA allocation to RCU lifetimeSean Wang-3/+8
2026-03-24wifi: mt76: mt7925: move WCID teardown into link_sta_remove()Sean Wang-8/+8
2026-03-24wifi: mt76: mt7925: drop WCID reinit after publishSean Wang-1/+0
2026-03-24wifi: mt76: mt7925: unwind WCID setup on link STA add failureSean Wang-15/+38
2026-03-24wifi: mt76: mt7925: make WCID cleanup unconditional in sta_remove_links()Sean Wang-4/+2
2026-03-24wifi: mt76: mt7925: pass mconf and mlink to wtbl_update_hdr_trans()Sean Wang-20/+9
2026-03-24wifi: mt76: mt7925: resolve link after acquiring mt76 mutexSean Wang-2/+2
2026-03-24wifi: mt76: mt7925: pass mlink to set_link_key()Sean Wang-5/+9