On Fri, 2024-03-22 at 17:36 +0200, Kalle Valo wrote: > > Ping-Ke Shih <pkshih@xxxxxxxxxxx> writes: > > > We had similar discussion before [1]. I think Martin will take his time to > > investigate how to enable AP mode on SDIO WiFi cards. > > > > [1] https://lore.kernel.org/linux-wireless/36972ff5-0c48-4bd2-8f9a-9649bfa24225@xxxxxxxxx/ > > If AP mode is broken on SDIO devices it would be user friendly to > disable AP mode support (NL80211_IFTYPE_AP in wiphy->interface_modes) on > SDIO until the issues are fixed. In other words, the driver should only > enable features which work reliably. > I made a patch [1] to set station mode only for SDIO devices. Meanwhile, I would like to remove mesh point support from rtw88 because I don't have impression that it can work and someone uses that. Otherwise, when SDIO devices can support AP mode, we need another patch to declare "SDIO doesn't support mesh point", but actually no chip can support that feature. [1] https://lore.kernel.org/linux-wireless/20240326014707.17458-1-pkshih@xxxxxxxxxxx/T/#u