On Sat, Oct 14, 2023 at 07:21:27AM +0800, Shiji Yang wrote: > This series patches aim to improve the initialization of MT7620. All > changes and register values were ported from the Mediatek vendor > driver, and I have been testing them on OpenWrt for several weeks. Hi Shiji! Thank you for improving MT7620 support in rt2x00! Your patches generally look ok to me. I would suggest however consider to move support of MT7620 to mt76 driver. It's much nicer and better written driver with better mac80211/linux integration and support of various features that rt2x00 lacks. Adding mt7620 sub-driver there should not be that hard, and would be much "cooler" project for you in my opinion. This of course depend of how much time do you have to work on this. Tweaking/improving rt2x00 can be easier and faster way to achieve your goals and I don't want discourage you from doing this, if that's something you prefer. Keep good work! Regards Stanislaw