Re: [RFC v2] mt76: mt7615: mt7622: fix ibss and meshpoint

From: Nick
Date: Sat Oct 09 2021 - 06:39:54 EST


On 10/9/21 10:32, Kalle Valo wrote:

Nick Hainke <vincent@xxxxxxxxxxxx> writes:

Fixes: d8d59f66d136 ("mt76: mt7615: support 16 interfaces").
The fixes tag should be in the end, before Signed-off-by tags. But I can
fix that during commit.
Thanks for feedback. Already changed that locally but I did not want to spam you with another RFC v3. :)
I was able to organize me a BPI-MT7615 PCIE Express Card. With and without this patch beacons were sent on the mt7615 pcie, so the patch did not make any difference. However, the mt7622 wifi will only work with my patch.

OpenWrt buildroot says that the chips are almost the same?

|
|This adds support for the built-in WMAC on MT7622 SoC devices which has the same feature set as a MT7615, but limited to 2.4 GHz only.||

I also did a version where I check for "is_mt7622(dev)", so it will only affect the internal banana pi r64 wifi. I'm happy to insert your feedback into my patch.

Bests
Nick