From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sean Wang Subject: Re: [PATCH net-next 1/3] net: dsa: mediatek: add VLAN support for MT7530 Date: Tue, 12 Dec 2017 16:36:18 +0800 Message-ID: <1513067778.28444.29.camel@mtkswgap22> References: <792c2d52b8da717b55ead9d480863ca390fe91b3.1512625814.git.sean.wang@mediatek.com> <94df4a0c-3e9b-a51e-6f2d-5adc43e3b9e4@nbd.name> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <94df4a0c-3e9b-a51e-6f2d-5adc43e3b9e4@nbd.name> Sender: netdev-owner@vger.kernel.org To: Felix Fietkau Cc: davem@davemloft.net, andrew@lunn.ch, f.fainelli@gmail.com, vivien.didelot@savoirfairelinux.com, netdev@vger.kernel.org, linux-kernel@vger.kernel.org, linux-mediatek@lists.infradead.org List-Id: linux-mediatek@lists.infradead.org On Tue, 2017-12-12 at 09:24 +0100, Felix Fietkau wrote: > On 2017-12-07 07:06, sean.wang@mediatek.com wrote: > > From: Sean Wang > > > > MT7530 can treat each port as either VLAN-unware port or VLAN-ware port > Shouldn't that be VLAN-unaware/VLAN-aware (in the code as well)? > > - Felix > Hi, Felix Thank you. It is my misspelling problem. I will fix them all with this including in the code. Sean