diff options
| author | Johannes Berg <johannes.berg@intel.com> | 2026-07-21 19:15:51 +0200 |
|---|---|---|
| committer | Johannes Berg <johannes.berg@intel.com> | 2026-07-21 23:29:58 +0200 |
| commit | d7cac6fced4571219c36f148cec5202d284c98c0 (patch) | |
| tree | d1b7752c63ddbd8427c2627001f094423da14250 /include/linux | |
| parent | c4b825b50c177e80595db6507f3b324bc8918e0a (diff) | |
| parent | 73b01e57ed3e3d6102c0cbcb21f62086c5429437 (diff) | |
Merge tag 'nxpwifi-2026-07-15' of https://github.com/jeffchen71/nxpwifi
Jeff Chen says:
===============
wifi: nxp: patches for wireless-next
In nxpwifi, introduce initial driver support for NXP IW61x Wi-Fi chipsets.
The driver supports 802.11ac/ax, SDIO interface, Station and uAP modes.
===============
[list the full vendor directory in MAINTAINERS]
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/mmc/sdio_ids.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/mmc/sdio_ids.h b/include/linux/mmc/sdio_ids.h index bbffad9ae88e..afae93f6f245 100644 --- a/include/linux/mmc/sdio_ids.h +++ b/include/linux/mmc/sdio_ids.h @@ -121,6 +121,7 @@ #define SDIO_DEVICE_ID_MORSEMICRO_MM8108 0x0809 #define SDIO_VENDOR_ID_NXP 0x0471 +#define SDIO_DEVICE_ID_NXP_IW61X_BASE 0x0204 #define SDIO_DEVICE_ID_NXP_IW61X 0x0205 #define SDIO_VENDOR_ID_REALTEK 0x024c |
