Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-07-01 Thread Xiongfei(Alex) GUO
On Tue, Jul 1, 2014 at 9:51 PM, Roman Yeryomin wrote: > On 1 July 2014 09:57, Xiongfei(Alex) GUO wrote: >> hi, Roman, >> >> simply try these commands in OpenWrt, then the ethernet will start to work. >> >> uci set network.@switch_vlan[0].vid=1 >>

Re: [OpenWrt-Devel] [RFC] mt7620 wifi

2014-06-30 Thread Xiongfei(Alex) GUO
y solution for mt7530 driver is, when swconfig apply, if vid == 0, then let vid = vlan (so vid==0 is valid). if you think it is ok, i can send a patch about this. Regards!~ Xiongfei (Alex) Guo Credo Semi. On Tue, Jul 1, 2014 at 7:37 AM, Roman Yeryomin wrote: > On 1 July 2

Re: [OpenWrt-Devel] [PATCH] Update MT7530 switch driver.

2014-06-24 Thread Xiongfei(Alex) GUO
hi, I'm test it on Mercury MW305R with a modified dts file for RT-N14U. Maybe I can give a dts patch for this board later. Actually, MT7530 is the ethernet switch inside the MTK MT7620A/N. So you can try it with any MT7620 based board. Xiongfei Guo Credo Semi. On Tue, Jun 24, 2014 at 8:54 PM,

Re: [OpenWrt-Devel] [PATCH 1/5] Fix stack overflow bug of uloop lua binding.

2014-06-20 Thread Xiongfei(Alex) GUO
t 7:40 PM, John Crispin wrote: > > > On 20/06/2014 13:31, xf...@credosemi.com wrote: > > The static variable `state` in `lua/uloop.c` should be clean after > > every callback. > > > > Signed-off-by: Xiongfei(Alex) Guo --- > > > Hi, > > just had a quick bro