wifi: mt76: mt7915: fallback to non-wed mode if platform_get_resource fails in mt7915...
authorLorenzo Bianconi <lorenzo@kernel.org>
Fri, 20 Oct 2023 10:45:19 +0000 (12:45 +0200)
committerFelix Fietkau <nbd@nbd.name>
Thu, 7 Dec 2023 17:50:20 +0000 (18:50 +0100)
commit5f9d5d4fc561e7bd3a18742f1fdb96cab98f1870
tree1fc457e050695d2de0086e3c6b0ef0216ff901b2
parenta5d028d668360db991e6da67cd48b9b4443198ed
wifi: mt76: mt7915: fallback to non-wed mode if platform_get_resource fails in mt7915_mmio_wed_init()

mt76 assumes mt7915_mmio_wed_init can fail just after wed driver has
been attached running mtk_wed_device_attach().
Fall back to non-wed mode if platform_get_resource fails in
mt7915_mmio_wed_init routines.

Fixes: eebb70976be5 ("wifi: mt76: mt7915: enable wed for mt7986-wmac chipset")
Signed-off-by: Lorenzo Bianconi <lorenzo@kernel.org>
Signed-off-by: Felix Fietkau <nbd@nbd.name>
drivers/net/wireless/mediatek/mt76/mt7915/mmio.c