Skip to content

Commit 8d1583c

Browse files
committed
kernel: T9197: enable CONFIG_IWLMLD
Kernel 6.18 moved Intel BE200/BE-series (Wi-Fi 7) devices to the new iwlmld op-mode driver: their dev_info entries in iwlwifi's pcie/drv.c are guarded by IS_ENABLED(CONFIG_IWLMLD). The VyOS kernel config enables IWLWIFI/IWLDVM/IWLMVM but not IWLMLD, so BE-series support is compiled out and probing fails with error -22 (no wlan interface is created). Enable IWLMLD as a module on x86 and arm64, matching the existing IWLDVM/IWLMVM op-modes. The firmware these devices need is already shipped by the linux-firmware package.
1 parent 5dedfd3 commit 8d1583c

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

scripts/package-build/linux-kernel/config/arm64/vyos_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2215,6 +2215,7 @@ CONFIG_IWLWIFI=m
22152215
CONFIG_IWLWIFI_LEDS=y
22162216
CONFIG_IWLDVM=m
22172217
CONFIG_IWLMVM=m
2218+
CONFIG_IWLMLD=m
22182219
CONFIG_IWLWIFI_OPMODE_MODULAR=y
22192220

22202221
#

scripts/package-build/linux-kernel/config/x86/vyos_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2074,6 +2074,7 @@ CONFIG_IWLWIFI=m
20742074
CONFIG_IWLWIFI_LEDS=y
20752075
CONFIG_IWLDVM=m
20762076
CONFIG_IWLMVM=m
2077+
CONFIG_IWLMLD=m
20772078
CONFIG_IWLWIFI_OPMODE_MODULAR=y
20782079

20792080
#

0 commit comments

Comments
 (0)