Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752410AbdLLIg2 (ORCPT ); Tue, 12 Dec 2017 03:36:28 -0500 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 X-UUID: 34abe3f184a643f1bc1f79b23b3492ed-20171212 Message-ID: <1513067778.28444.29.camel@mtkswgap22> Subject: Re: [PATCH net-next 1/3] net: dsa: mediatek: add VLAN support for MT7530 From: Sean Wang To: Felix Fietkau CC: , , , , , , Date: Tue, 12 Dec 2017 16:36:18 +0800 In-Reply-To: <94df4a0c-3e9b-a51e-6f2d-5adc43e3b9e4@nbd.name> References: <792c2d52b8da717b55ead9d480863ca390fe91b3.1512625814.git.sean.wang@mediatek.com> <94df4a0c-3e9b-a51e-6f2d-5adc43e3b9e4@nbd.name> Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.2.3-0ubuntu6 Content-Transfer-Encoding: 7bit MIME-Version: 1.0 X-MTK: N Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 431 Lines: 16 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