Hi On Tue, Mar 27, 2018 at 07:43:04PM +0200, Daniel Golle wrote: > That's great news! Are you running OpenWrt or some self-baked > vanilla Linux with some of the OpenWrt patchery on top? Just what OpenWRT/LEDE provides, but self compiled form git tree to allow test patches. > Also note that Tomislav Požega started porting more of the Rt6352 > calibration routines, I'd be happy if you could review those as well > so they can go upstream right away: > > https://github.com/openwrt/openwrt/pull/626 I didn't get into details, but first remark is that vendor drivers have lot of stuff that are unused (i.e. are intended to chip versions that do not get into market) and that stuff is masked by #ifdefs. So it's needs to be determined if code is really needed. Also some stuff is needed only on particular revision of the chip. Another general thing is that rt2800lib become terrible big and hard to navigate. Perhaps RT6352 code should be moved into new file ? > Just in case you are not aware of it, here is my staging tree with some > experimental changes for MT7620 including the fixes/work-arounds you > suggested as well as @psyborg55's patches: > > https://git.openwrt.org/?p=openwrt/staging/dangole.git;a=summary I'm using it since 5 days :-) Thanks Stanislaw