linux-next: build failure after merge of the char-misc tree

From: Mark Brown

Date: Wed Jan 21 2026 - 11:54:55 EST


Hi all,

After merging the char-misc tree, today's linux-next build (arm64
defconfig) failed like this:

/tmp/next/build/drivers/net/wireless/ath/ath12k/wifi7/mhi.c:23:18: error: 'const struct mhi_channel_config' has no member named 'auto_queue'
23 | .auto_queue = false,
| ^~~~~~~~~~
/tmp/next/build/drivers/net/wireless/ath/ath12k/wifi7/mhi.c:37:18: error: 'const struct mhi_channel_config' has no member named 'auto_queue'
37 | .auto_queue = true,
| ^~~~~~~~~~
/tmp/next/build/drivers/net/wireless/ath/ath12k/wifi7/mhi.c:88:18: error: 'const struct mhi_channel_config' has no member named 'auto_queue'
88 | .auto_queue = false,
| ^~~~~~~~~~
/tmp/next/build/drivers/net/wireless/ath/ath12k/wifi7/mhi.c:102:18: error: 'const struct mhi_channel_config' has no member named 'auto_queue'
102 | .auto_queue = true,
| ^~~~~~~~~~


Caused by commit

4a9ba211d0264 (bus: mhi: host: Drop the auto_queue support)

interacting with commit

a72027045263f (wifi: ath12k: Modularize driver into common and Wi-Fi 7 specific components)

from the net-next tree. I have applied a fixup: