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 Cc: , , , , , , To: Felix Fietkau Return-path: Received: from mailgw01.mediatek.com ([210.61.82.183]:33275 "EHLO mailgw01.mediatek.com" rhost-flags-OK-FAIL-OK-FAIL) by vger.kernel.org with ESMTP id S1750715AbdLLIg0 (ORCPT ); Tue, 12 Dec 2017 03:36:26 -0500 In-Reply-To: <94df4a0c-3e9b-a51e-6f2d-5adc43e3b9e4@nbd.name> Sender: netdev-owner@vger.kernel.org List-ID: 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