acrn-kernel/drivers/net/wireless/mediatek/mt76
Arnd Bergmann 37fc9ad161 wifi: mt76: mt7996: select CONFIG_RELAY
Without CONFIG_RELAY, the driver fails to link:

ERROR: modpost: "relay_flush" [drivers/net/wireless/mediatek/mt76/mt7996/mt7996e.ko] undefined!
ERROR: modpost: "relay_switch_subbuf" [drivers/net/wireless/mediatek/mt76/mt7996/mt7996e.ko] undefined!
ERROR: modpost: "relay_open" [drivers/net/wireless/mediatek/mt76/mt7996/mt7996e.ko] undefined!
ERROR: modpost: "relay_reset" [drivers/net/wireless/mediatek/mt76/mt7996/mt7996e.ko] undefined!
ERROR: modpost: "relay_file_operations" [drivers/net/wireless/mediatek/mt76/mt7996/mt7996e.ko] undefined!

The same change was done in mt7915 for the corresponding copy of the code.

Fixes: 98686cd216 ("wifi: mt76: mt7996: add driver for MediaTek Wi-Fi 7 (802.11be) devices")
See-also: 988845c936 ("mt76: mt7915: add support for passing chip/firmware debug data to user space")
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Link: https://lore.kernel.org/r/20221215163133.4152299-1-arnd@kernel.org
2022-12-20 15:01:06 +02:00
..
mt76x0 wifi: mt76: mt76x0: remove dead code in mt76x0_phy_get_target_power 2022-12-01 17:29:14 +01:00
mt76x2
mt7603 wifi: mt76: add info parameter to rx_skb signature 2022-12-01 17:29:14 +01:00
mt7615 wifi: mt76: add info parameter to rx_skb signature 2022-12-01 17:29:14 +01:00
mt7915 wifi: mt76: mt7915: mmio: fix naming convention 2022-12-01 17:29:15 +01:00
mt7921 wifi: mt76: mt7921e: add pci .shutdown() support 2022-12-01 17:29:15 +01:00
mt7996 wifi: mt76: mt7996: select CONFIG_RELAY 2022-12-20 15:01:06 +02:00
Kconfig wifi: mt76: mt7996: add driver for MediaTek Wi-Fi 7 (802.11be) devices 2022-12-01 17:29:14 +01:00
Makefile wifi: mt76: mt7996: add driver for MediaTek Wi-Fi 7 (802.11be) devices 2022-12-01 17:29:14 +01:00
agg-rx.c
debugfs.c
dma.c net: ethernet: mtk_wed: add reset to rx_ring_setup callback 2022-12-06 20:40:53 -08:00
dma.h wifi: mt76: introduce rxwi and rx token utility routines 2022-12-01 17:29:14 +01:00
eeprom.c
mac80211.c wifi: mt76: mt7915: enable WED RX support 2022-12-01 17:29:14 +01:00
mcu.c
mmio.c
mt76.h wifi: mt76: fix coverity overrun-call in mt76_get_txpower() 2022-12-01 17:29:14 +01:00
mt76_connac.h wifi: mt76: connac: introduce helper for mt7996 chipset 2022-12-01 17:29:14 +01:00
mt76_connac2_mac.h
mt76_connac_mac.c
mt76_connac_mcu.c wifi: mt76: do not send firmware FW_FEATURE_NON_DL region 2022-12-01 17:29:14 +01:00
mt76_connac_mcu.h wifi: mt76: connac: introduce mt76_connac_mcu_sta_wed_update utility routine 2022-12-01 17:29:14 +01:00
mt76x02.h wifi: mt76: add info parameter to rx_skb signature 2022-12-01 17:29:14 +01:00
mt76x02_beacon.c
mt76x02_debugfs.c
mt76x02_dfs.c
mt76x02_dfs.h
mt76x02_dma.h
mt76x02_eeprom.c
mt76x02_eeprom.h
mt76x02_mac.c
mt76x02_mac.h
mt76x02_mcu.c
mt76x02_mcu.h
mt76x02_mmio.c
mt76x02_phy.c
mt76x02_phy.h
mt76x02_regs.h
mt76x02_trace.c
mt76x02_trace.h
mt76x02_txrx.c wifi: mt76: add info parameter to rx_skb signature 2022-12-01 17:29:14 +01:00
mt76x02_usb.h
mt76x02_usb_core.c
mt76x02_usb_mcu.c
mt76x02_util.c
pci.c
sdio.c wifi: mt76: add info parameter to rx_skb signature 2022-12-01 17:29:14 +01:00
sdio.h
sdio_txrx.c
testmode.c
testmode.h
trace.c
trace.h
tx.c wifi: mt76: introduce rxwi and rx token utility routines 2022-12-01 17:29:14 +01:00
usb.c wifi: mt76: add info parameter to rx_skb signature 2022-12-01 17:29:14 +01:00
usb_trace.c
usb_trace.h
util.c
util.h