From: Sasha Levin <sashal@kernel.org>
To: patches@lists.linux.dev, stable@vger.kernel.org
Cc: Devin Wittmayer <lucid_duck@justthetip.ca>,
Felix Fietkau <nbd@nbd.name>, Sasha Levin <sashal@kernel.org>,
lorenzo@kernel.org, ryder.lee@mediatek.com,
matthias.bgg@gmail.com, angelogioacchino.delregno@collabora.com,
linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org,
linux-arm-kernel@lists.infradead.org,
linux-mediatek@lists.infradead.org
Subject: [PATCH AUTOSEL 6.18-6.12] wifi: mt76: mt7925: add Netgear A8500 USB device ID
Date: Mon, 31 Aug 2026 09:25:33 -0400 [thread overview]
Message-ID: <20260831133314.4125787-305-sashal@kernel.org> (raw)
In-Reply-To: <20260831133314.4125787-1-sashal@kernel.org>
From: Devin Wittmayer <lucid_duck@justthetip.ca>
[ Upstream commit 291b067a02b9c1fd272057ebf47c365260955fd2 ]
Add USB device ID for the Netgear A8500 (0846:9050) which uses
the mt7925 chipset.
Signed-off-by: Devin Wittmayer <lucid_duck@justthetip.ca>
Link: https://patch.msgid.link/20260527144735.10254-1-lucid_duck@justthetip.ca
Signed-off-by: Felix Fietkau <nbd@nbd.name>
Signed-off-by: Sasha Levin <sashal@kernel.org>
---
LLM Generated explanations, may be completely bogus:
# Stable Backport Analysis: `wifi: mt76: mt7925: add Netgear A8500 USB
device ID`
**Local tree:** `v6.18.44` (Linux 6.18.44)
---
## PHASE 1: COMMIT MESSAGE FORENSICS
### Step 1.1: Parse the subject line
**Record:** `[wifi: mt76: mt7925]` `[add]` — Add USB device ID for
Netgear A8500 (0846:9050) to the existing mt7925u driver.
### Step 1.2: Parse all commit message tags
**Record:**
- **Signed-off-by:** Devin Wittmayer `<lucid_duck@justthetip.ca>`
(author)
- **Link:** https://patch.msgid.link/20260527144735.10254-1-
lucid_duck@justthetip.ca
- **Signed-off-by:** Felix Fietkau `<nbd@nbd.name>` (mt76 maintainer)
- No `Fixes:`, `Reported-by:`, `Tested-by:`, `Reviewed-by:`, `Acked-
by:`, or `Cc: stable@vger.kernel.org`
- Notable pattern: maintainer (Felix Fietkau) Signed-off-by is a strong
quality signal; absence of `Cc: stable` is expected per review
pipeline rules.
### Step 1.3: Analyze commit body
**Record:**
- **Bug description:** Netgear A8500 USB WiFi adapter (VID:PID
0846:9050) uses the mt7925 chipset but is not recognized by the kernel
because its USB ID is missing from `mt7925u_device_table[]`.
- **Symptom:** Device enumerates as USB hardware but does not bind to
`mt7925u` driver; WiFi is non-functional.
- **Root cause:** Missing entry in the USB device ID table.
- **Version info:** None stated in commit message.
### Step 1.4: Detect hidden bug fixes
**Record:** Not a hidden bug fix in the traditional sense (no
crash/UAF/leak). This is an explicit **hardware enablement** fix — a
device ID addition that allows an existing, fully functional driver to
bind to real hardware. Falls under the stable exception category for new
device IDs.
---
## PHASE 2: DIFF ANALYSIS
### Step 2.1: Inventory the changes
**Record:**
- **Files changed:** `drivers/net/wireless/mediatek/mt76/mt7925/usb.c`
(+3 lines)
- **Functions modified:** None functionally; only
`mt7925u_device_table[]` static data
- **Scope:** Single-file, surgical, 3-line addition
### Step 2.2: Code flow change
**Record:**
- **Before:** USB core matches 0846:9050 against
`mt7925u_device_table[]` → no match → driver does not probe.
- **After:** USB core matches 0846:9050 → `mt7925u_probe()` is called
with `driver_info = MT7925_FIRMWARE_WM` → normal mt7925u
initialization path.
- **Path affected:** USB device enumeration / driver binding at plug-in
time.
### Step 2.3: Bug mechanism
**Record:**
- **Category:** Hardware workaround / device ID addition (stable
exception)
- **Mechanism:** Without the VID/PID entry, `usb_driver.id_table`
matching fails and the adapter is unusable despite the mt7925 driver
being present and functional for other devices.
### Step 2.4: Fix quality assessment
**Record:**
- **Obviously correct:** Yes — identical pattern to the existing A9000
entry (0846:9072) already in this tree.
- **Minimal/surgical:** Yes — 3 lines, no logic changes.
- **Regression risk:** Very low — only adds a new match entry; does not
alter behavior for existing devices.
---
## PHASE 3: GIT HISTORY INVESTIGATION
### Step 3.1: Blame the changed lines
**Record:**
- `mt7925u_device_table[]` introduced in `c948b5da6bbec` (Sep 2023, "add
Mediatek Wi-Fi7 driver for mt7925 chips")
- A9000 entry added in `f6159b2051e15` (Jul 2025, Nick Morrow) — already
present in this tree
- A8500 entry (0846:9050) is **not yet** in this tree
### Step 3.2: Follow Fixes: tag
**Record:** No `Fixes:` tag present. N/A.
### Step 3.3: Related file history
**Record:**
- Recent commits to `mt7925/usb.c` include functional fixes (crash, NULL
deref, deadlock) and the A9000 ID addition `f6159b2051e15`
- Similar precedent: `fc6627ca8a5f8` added Netgear A7500 (0846:9065) to
`mt7921/usb.c` with `Cc: stable@vger.kernel.org`
- **Standalone:** Yes — single patch, no series dependency
### Step 3.4: Author's other commits
**Record:** Devin Wittmayer has no other commits in this tree (author is
new contributor). Felix Fietkau is the mt76 maintainer who applied the
patch.
### Step 3.5: Prerequisites
**Record:**
- Requires `CONFIG_MT7925U` and existing mt7925u driver — both present
in v6.18.44
- Uses `MT7925_FIRMWARE_WM` — already declared via `MODULE_FIRMWARE` in
same file
- **Can apply standalone:** Yes
---
## PHASE 4: MAILING LIST AND EXTERNAL RESEARCH
### Step 4.1: Original patch discussion
**Record:** `b4 dig -c` could not be run (commit not in local tree). `b4
dig` with message-id failed (incorrect syntax for message-id lookup).
WebFetch of patch.msgid.link and lore.kernel.org returned bot-protection
page. **UNVERIFIED:** Full mailing list review thread not accessible.
### Step 4.2: Reviewers from b4 dig -w
**Record:** UNVERIFIED — could not retrieve recipient list.
### Step 4.3: Bug report search
**Record:** No `Reported-by:` or bugzilla/syzbot links in commit
message. Hardware enablement request from contributor.
### Step 4.4: Related patches/series
**Record:** Part of a well-established pattern of Netgear USB ID
additions to mt76 drivers (mt7921 A7500, mt7925 A9000). Standalone one-
patch submission.
### Step 4.5: Stable mailing list history
**Record:** UNVERIFIED — lore.kernel.org inaccessible. However, the
nearly identical A9000 commit (`f6159b2051e15`) in this tree included
`Cc: stable@vger.kernel.org`, establishing subsystem precedent for such
patches.
---
## PHASE 5: CODE SEMANTIC ANALYSIS
### Step 5.1: Key functions
**Record:** No functions modified. Data table `mt7925u_device_table[]`
consumed by `module_usb_driver(mt7925u_driver)` via `.id_table`.
### Step 5.2: Trace callers
**Record:** USB core calls `usb_match_device()` against
`mt7925u_device_table[]` during enumeration → on match, calls
`mt7925u_probe()` (line 132 of `usb.c`). Triggered when user plugs in
the USB adapter.
### Step 5.3: Trace callees
**Record:** On successful match, `mt7925u_probe()` initializes the
mt7925 chipset using existing driver infrastructure and
`MT7925_FIRMWARE_WM` firmware.
### Step 5.4: Call chain / reachability
**Record:** USB hotplug during normal desktop/laptop use. Any user with
this hardware who plugs in the adapter is affected. No privilege
required to trigger enumeration.
### Step 5.5: Similar patterns
**Record:** Identical pattern in same file for A9000 (0846:9072).
Similar Netgear IDs in `mt7921/usb.c` (0846:9060, 0846:9065). All use
same `USB_DEVICE_AND_INTERFACE_INFO` + `MT7925_FIRMWARE_WM` / equivalent
firmware constant.
---
## PHASE 6: CROSS-REFERENCING AGAINST LOCAL TREE
### Step 6.1: Does the buggy code exist?
**Record:** **Yes.** The mt7925u driver and device table exist in
v6.18.44, but the A8500 entry (0846:9050) is **missing**. Current table
has only MediaTek reference (0e8d:7925) and Netgear A9000 (0846:9072).
Driver has been present since `c948b5da6bbec` (confirmed ancestor of
HEAD).
### Step 6.2: Backport complications
**Record:** **Clean apply expected.** File exists with identical
structure. Insertion point is between the MediaTek entry and the A9000
entry (as shown in the candidate diff). Only minor difference: local
file uses `ISC` license header vs `BSD-3-Clause-Clear` in candidate diff
— irrelevant to the 3-line ID addition.
### Step 6.3: Related fixes already present?
**Record:** A9000 ID (`f6159b2051e15`) is already in this tree. No
duplicate A8500 entry found. No alternate fix for A8500.
---
## PHASE 7: SUBSYSTEM AND MAINTAINER CONTEXT
### Step 7.1: Subsystem criticality
**Record:** `drivers/net/wireless/mediatek/mt76/` — **IMPORTANT**
(wireless networking driver). Affects users of specific USB WiFi
hardware, not universal.
### Step 7.2: Subsystem activity
**Record:** mt7925 subsystem is actively maintained in this tree —
numerous bugfix commits in recent history (NULL deref, deadlock, crash
fixes), indicating mature driver with ongoing stable fixes.
---
## PHASE 8: IMPACT AND RISK ASSESSMENT
### Step 8.1: Who is affected
**Record:** Users of the Netgear A8500 USB WiFi 7 adapter (0846:9050)
running kernel 6.18.y with `CONFIG_MT7925U` enabled.
### Step 8.2: Trigger conditions
**Record:** Plugging in the Netgear A8500 USB adapter. Common,
deterministic, no special conditions. Unprivileged user can trigger via
USB device insertion.
### Step 8.3: Failure mode severity
**Record:** Without fix: adapter is completely non-functional (no driver
binding). **Severity: MEDIUM** for affected hardware users (device
unusable, but not a crash/corruption). With fix: normal WiFi operation.
### Step 8.4: Risk-benefit ratio
**Record:**
- **Benefit:** Enables WiFi on a commercially available Netgear USB
adapter for stable kernel users
- **Risk:** Very low — 3-line ID table entry, zero logic change,
identical to already-accepted A9000 entry
- **Ratio:** Strongly favorable
---
## PHASE 9: FINAL SYNTHESIS
### Step 9.1: Evidence compilation
**FOR backporting:**
- Classic device ID addition to existing driver (explicit stable
exception)
- Driver fully exists in v6.18.44 (`CONFIG_MT7925U`, probe/remove,
firmware)
- Identical pattern to A9000 entry already in this tree
- Subsystem precedent: similar Netgear ID patches nominated for stable
(`Cc: stable` on A9000, A7500)
- Maintained by Felix Fietkau (Signed-off-by)
- 3 lines, zero regression risk to existing devices
- Enables real hardware for stable users
**AGAINST backporting:**
- Not a crash/security/corruption fix — hardware enablement only
- No Tested-by or Reported-by in commit message
- Mailing list discussion unverified
**UNRESOLVED:**
- Full lore review thread not accessible
- No explicit Tested-by confirmation
### Step 9.2: Stable rules checklist
1. Obviously correct and tested? **PASS** — trivial ID entry,
maintainer-applied; Tested-by absent but pattern is standard
2. Fixes a real bug affecting users? **PASS** — device non-functional
without ID
3. Important issue? **PASS** — hardware enablement for real product
(stable exception category)
4. Small and contained? **PASS** — 3 lines, 1 file
5. No new features or APIs? **PASS** — device ID only
6. Can apply to local tree? **PASS** — driver and file present, clean
apply expected
### Step 9.3: Exception category
**Record:** **NEW DEVICE ID** — adding PCI/USB ID to existing driver.
Explicitly listed as a stable exception. The mt7925u driver exists; only
the ID is new.
### Step 9.4: Decision rationale
This commit adds USB VID/PID `0846:9050` for the Netgear A8500 to the
existing `mt7925u` driver in the v6.18.44 stable tree. The driver is
fully present; the A9000 sibling device (0846:9072) is already supported
in this tree via an identical 3-line patch that was nominated for
stable. Without this entry, the A8500 adapter cannot bind to any driver
and is completely unusable. The change is minimal, obviously correct,
introduces no new APIs, and matches established stable backport practice
for mt76 Netgear USB adapters.
---
## Verification
- [Phase 1] Parsed subject, tags, body from user-provided commit message
- [Phase 1] Confirmed: no Fixes/Reported-by/Tested-by/Cc:stable tags;
Felix Fietkau Signed-off-by present
- [Phase 2] Diff analysis: 3 lines added to `mt7925u_device_table[]` in
`usb.c`
- [Phase 3] `git describe HEAD`: v6.18.44
- [Phase 3] `git blame` on usb.c lines 12-18: table from c948b5da6bbec
(2023), A9000 from f6159b2051e15 (2025)
- [Phase 3] `git merge-base --is-ancestor c948b5da6bbec HEAD`: mt7925
driver is in tree
- [Phase 3] `git show f6159b2051e15`: A9000 precedent with Cc:
stable@vger.kernel.org
- [Phase 3] `git show fc6627ca8a5f8`: mt7921 A7500 precedent with Cc:
stable
- [Phase 4] WebFetch patch.msgid.link: blocked by bot protection —
UNVERIFIED
- [Phase 4] WebFetch lore.kernel.org: blocked — UNVERIFIED
- [Phase 4] b4 dig: commit not in tree, could not dig by hash —
UNVERIFIED
- [Phase 5] Read `mt7925u_probe()` at line 132: standard USB probe path
- [Phase 5] `grep 0846` in mt76: A9000 (9072) present, A8500 (9050)
absent
- [Phase 6] Read current `usb.c`: A8500 ID missing, driver fully
functional
- [Phase 6] `Kconfig` confirms `CONFIG_MT7925U` exists
- [Phase 6] `MODULE_FIRMWARE(MT7925_FIRMWARE_WM)` present in usb.c
- [Phase 7] `git log --oneline -20 -- mt7925/`: active subsystem with
many stable-worthy fixes
- [Phase 8] Failure mode: no driver binding → device unusable (not
crash)
**YES**
drivers/net/wireless/mediatek/mt76/mt7925/usb.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/drivers/net/wireless/mediatek/mt76/mt7925/usb.c b/drivers/net/wireless/mediatek/mt76/mt7925/usb.c
index bf040f34e4b9f..995a7fcc419fd 100644
--- a/drivers/net/wireless/mediatek/mt76/mt7925/usb.c
+++ b/drivers/net/wireless/mediatek/mt76/mt7925/usb.c
@@ -12,6 +12,9 @@
static const struct usb_device_id mt7925u_device_table[] = {
{ USB_DEVICE_AND_INTERFACE_INFO(0x0e8d, 0x7925, 0xff, 0xff, 0xff),
.driver_info = (kernel_ulong_t)MT7925_FIRMWARE_WM },
+ /* Netgear, Inc. A8500 */
+ { USB_DEVICE_AND_INTERFACE_INFO(0x0846, 0x9050, 0xff, 0xff, 0xff),
+ .driver_info = (kernel_ulong_t)MT7925_FIRMWARE_WM },
/* Netgear, Inc. A9000 */
{ USB_DEVICE_AND_INTERFACE_INFO(0x0846, 0x9072, 0xff, 0xff, 0xff),
.driver_info = (kernel_ulong_t)MT7925_FIRMWARE_WM },
--
2.53.0
next prev parent reply other threads:[~2026-08-31 13:43 UTC|newest]
Thread overview: 78+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-08-31 13:20 [PATCH AUTOSEL 6.18-5.10] wifi: cfg80211: validate IEs in cfg80211_wext_siwgenie() Sasha Levin
2026-08-31 13:20 ` [PATCH AUTOSEL 6.18-6.12] wifi: mt76: mt7925: handle 320MHz bandwidth in RXV and TXS Sasha Levin
2026-08-31 13:20 ` [PATCH AUTOSEL 6.18-6.12] wifi: iwlwifi: mvm: parse beacon notif per layout Sasha Levin
2026-08-31 13:21 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mvm: fix P2P-Device binding handling Sasha Levin
2026-08-31 13:21 ` [PATCH AUTOSEL 6.18] wifi: nl80211: check link is beaconing for color change Sasha Levin
2026-08-31 13:21 ` [PATCH AUTOSEL 6.18-5.10] wifi: nl80211: Increase ie_len size to prevent truncated IEs in new peer notifications Sasha Levin
2026-08-31 13:21 ` [PATCH AUTOSEL 6.18-6.12] wifi: iwlwifi: pcie: null RX pointers after free Sasha Levin
2026-08-31 13:21 ` [PATCH AUTOSEL 6.18] wifi: ath12k: Prevent incorrect vif chanctx switch when handling multi-radio contexts Sasha Levin
2026-08-31 13:21 ` [PATCH AUTOSEL 6.18-5.15] wifi: iwlwifi: mvm: fix sched scan IE sizing Sasha Levin
2026-08-31 13:21 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: add support for AX231 Sasha Levin
2026-08-31 13:22 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: pcie: add two LNL PCI IDs Sasha Levin
2026-08-31 13:22 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mld: fix an off-by-1 boundary check Sasha Levin
2026-08-31 13:22 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: adapt ND match notif sizing to fixed matches array Sasha Levin
2026-08-31 13:22 ` [PATCH AUTOSEL 6.18-6.12] wifi: iwlwifi: mvm: validate mac_link_id in session protect notif Sasha Levin
2026-08-31 13:22 ` [PATCH AUTOSEL 6.18-6.1] wifi: nl80211: reject beacons with bad HE operation Sasha Levin
2026-08-31 13:23 ` [PATCH AUTOSEL 6.18-6.1] wifi: iwlwifi: acpi: validate WGDS table revision index Sasha Levin
2026-08-31 13:23 ` [PATCH AUTOSEL 6.18-6.1] wifi: rtw89: pci: enable LTR based on pcie control register Sasha Levin
2026-08-31 13:23 ` [PATCH AUTOSEL 6.18] wifi: mac80211: unify link STA removal in vif link removal Sasha Levin
2026-08-31 13:24 ` [PATCH AUTOSEL 6.18-6.6] wifi: iwlwifi: mvm: validate sta_id in BA window status notif Sasha Levin
2026-08-31 13:24 ` [PATCH AUTOSEL 6.18] wifi: mac80211: avoid out-of-bounds access in monitor Sasha Levin
2026-08-31 13:24 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: fw: validate SMEM response size Sasha Levin
2026-08-31 13:24 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mld: purge async notifications upon nic error Sasha Levin
2026-08-31 13:24 ` [PATCH AUTOSEL 6.18] wifi: mac80211: use chandef in ieee80211_get_sta_bw() Sasha Levin
2026-08-31 13:24 ` [PATCH AUTOSEL 6.18-5.10] wifi: iwlwifi: mvm: fix an off-by-1 boundary check Sasha Levin
2026-08-31 13:24 ` [PATCH AUTOSEL 6.18-6.12] wifi: iwlwifi: mvm: validate TX_CMD response layout Sasha Levin
2026-08-31 13:25 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mld: honor BSS_CHANGED_BEACON_ENABLED Sasha Levin
2026-08-31 13:25 ` [PATCH AUTOSEL 6.18-5.10] wifi: ralink: RT2X00: init EEPROM properly Sasha Levin
2026-08-31 13:25 ` [PATCH AUTOSEL 6.18-6.1] wifi: rtw88: Add NULL check for chip->edcca_th in rtw_fw_adaptivity_result() Sasha Levin
2026-08-31 13:25 ` [PATCH AUTOSEL 6.18-5.15] wifi: cfg80211: validate rx/tx MLME callback frame lengths before access Sasha Levin
2026-08-31 13:25 ` [PATCH AUTOSEL 6.18-5.10] wifi: mt76: transform aspm_conf for pci_disable_link_state Sasha Levin
2026-08-31 13:25 ` [PATCH AUTOSEL 6.18-6.6] wifi: iwlwifi: mvm: fix a possible underflow Sasha Levin
2026-08-31 13:25 ` Sasha Levin [this message]
2026-08-31 13:25 ` [PATCH AUTOSEL 6.18-5.10] wifi: rsi: avoid reading TKIP MIC keys for non-TKIP ciphers Sasha Levin
2026-08-31 13:25 ` [PATCH AUTOSEL 6.18-5.10] wifi: mac80211: validate deauth frame length before reason access Sasha Levin
2026-08-31 13:25 ` [PATCH AUTOSEL 6.18-5.10] wifi: mwifiex: replace one-element arrays with flexible array members Sasha Levin
2026-08-31 13:25 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mvm: validate sta_id in TLC notif Sasha Levin
2026-08-31 13:25 ` [PATCH AUTOSEL 6.18-6.12] wifi: mt76: mt7925: add 320MHz bandwidth to bss_rlm_tlv Sasha Levin
2026-08-31 13:26 ` [PATCH AUTOSEL 6.18-6.12] wifi: mt76: mt7925: populate EHT 320MHz MCS map in sta_rec Sasha Levin
2026-08-31 13:26 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mld: disallow puncturing in US/CA for WH Sasha Levin
2026-08-31 13:26 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mld: don't WARN on WoWLAN suspend w/o netdetect Sasha Levin
2026-08-31 13:26 ` [PATCH AUTOSEL 6.18-6.12] wifi: cfg80211: reject duplicate wiphy cipher suite entries Sasha Levin
2026-09-03 8:09 ` Yuqi Xu
2026-08-31 13:26 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: validate SEC_RT TLV minimum size Sasha Levin
2026-08-31 13:26 ` [PATCH AUTOSEL 6.18-5.10] wifi: mac80211: always allow transmitting null-data on TXQs Sasha Levin
2026-08-31 13:26 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mld: validate reorder BAID Sasha Levin
2026-08-31 13:26 ` [PATCH AUTOSEL 6.18-5.10] wifi: mac80211_hwsim: reject undersized HWSIM_ATTR_TX_INFO Sasha Levin
2026-08-31 13:27 ` [PATCH AUTOSEL 6.18] wifi: rtw89: disable HTC field in AP mode Sasha Levin
2026-08-31 13:27 ` [PATCH AUTOSEL 6.18-6.12] wifi: mac80211: explicitly disable FTM responder on AP stop Sasha Levin
2026-08-31 13:27 ` [PATCH AUTOSEL 6.18-6.6] wifi: iwlwifi: mvm: add a check on the tid coming from the firmware Sasha Levin
2026-08-31 13:27 ` [PATCH AUTOSEL 6.18] wifi: rtw89: suspend DIG when remain-on-channel Sasha Levin
2026-08-31 13:27 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mld: clear tzone on fail Sasha Levin
2026-08-31 13:27 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mvm: validate MCC header before n_channels Sasha Levin
2026-08-31 13:27 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: fix the access to CNVR TOP registers Sasha Levin
2026-08-31 13:27 ` [PATCH AUTOSEL 6.18-6.12] wifi: mac80211: ibss: wait for in-flight TX on disconnect Sasha Levin
2026-08-31 13:28 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: pcie: fix ACPI DSM check Sasha Levin
2026-08-31 13:28 ` [PATCH AUTOSEL 6.18] wifi: mac80211: clarify beacon parsing with MBSSID/EMA Sasha Levin
2026-08-31 13:28 ` [PATCH AUTOSEL 6.18] wifi: cfg80211: harden cfg80211_defragment_element() Sasha Levin
2026-08-31 13:28 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mld: call iwl_mld_free_ap_early_key() for AP only Sasha Levin
2026-08-31 13:28 ` [PATCH AUTOSEL 6.18-6.6] wifi: rtw89: phy: check length before parsing PHY status IE Sasha Levin
2026-08-31 13:28 ` [PATCH AUTOSEL 6.18-5.10] wifi: rsi: validate beacon length before fixed buffer copy Sasha Levin
2026-08-31 13:28 ` [PATCH AUTOSEL 6.18-5.10] wifi: iwlwifi: bound aligned TLV advance in FW parser Sasha Levin
2026-08-31 13:28 ` [PATCH AUTOSEL 6.18-6.12] wifi: rtw89: disable CSI STBC for VHT 160MHz Sasha Levin
2026-08-31 13:28 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: Transition to basic uAPSD with MAC_PM_POWER_TABLE API VER_3 Sasha Levin
2026-08-31 13:29 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mvm: d3: validate D3 resume notification payloads Sasha Levin
2026-08-31 13:29 ` [PATCH AUTOSEL 6.18] wifi: rtw89: mlo: rearrange MLSR link decision flow Sasha Levin
2026-08-31 13:29 ` [PATCH AUTOSEL 6.18-6.1] wifi: cfg80211: validate assoc response length before status and IE access Sasha Levin
2026-08-31 13:29 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mld: validate txq_id in TX response handler Sasha Levin
2026-08-31 13:29 ` [PATCH AUTOSEL 6.18-5.10] wifi: libertas: reject short monitor TX frames Sasha Levin
2026-08-31 13:30 ` [PATCH AUTOSEL 6.18-5.10] wifi: mac80211: don't call ieee80211_handle_reconfig_failure when not needed Sasha Levin
2026-08-31 13:30 ` [PATCH AUTOSEL 6.18] wifi: rtw89: 8851bu: add Mercusys MA60XNB (2c4e:0128) Sasha Levin
2026-08-31 13:30 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mvm: verify scan id reported by firmware Sasha Levin
2026-08-31 13:30 ` [PATCH AUTOSEL 6.18-5.10] wifi: libipw: fix key index receive bound checks Sasha Levin
2026-08-31 13:30 ` [PATCH AUTOSEL 6.18-6.1] wifi: ath11k: fix invalid data access in ath11k_dp_rx_h_undecap_nwifi Sasha Levin
2026-08-31 13:30 ` [PATCH AUTOSEL 6.18-6.6] wifi: iwlwifi: mvm: fix out-of-bounds tid_data access in BA notif Sasha Levin
2026-08-31 13:31 ` [PATCH AUTOSEL 6.18] wifi: mt76: route TDLS-peer frames as 3-addr non-DS in HW encap Sasha Levin
2026-08-31 13:31 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mld: don't parse a notif before checking its length Sasha Levin
2026-08-31 13:31 ` [PATCH AUTOSEL 6.18] wifi: iwlwifi: mld: keep healthy link on EMLSR missed beacon exit Sasha Levin
2026-08-31 13:31 ` [PATCH AUTOSEL 6.18] wifi: ath9k: Obtain system GPIOS from descriptors Sasha Levin
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20260831133314.4125787-305-sashal@kernel.org \
--to=sashal@kernel.org \
--cc=angelogioacchino.delregno@collabora.com \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mediatek@lists.infradead.org \
--cc=linux-wireless@vger.kernel.org \
--cc=lorenzo@kernel.org \
--cc=lucid_duck@justthetip.ca \
--cc=matthias.bgg@gmail.com \
--cc=nbd@nbd.name \
--cc=patches@lists.linux.dev \
--cc=ryder.lee@mediatek.com \
--cc=stable@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox