Return-path: Received: from iodev.co.uk ([82.211.30.53]:56870 "EHLO iodev.co.uk" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752275AbcFUQ6r (ORCPT ); Tue, 21 Jun 2016 12:58:47 -0400 Date: Tue, 21 Jun 2016 13:58:38 -0300 From: Ismael Luceno To: =?utf-8?B?UmFmYcWCIE1pxYJlY2tp?= Cc: "linux-wireless@vger.kernel.org" , brcm80211 development Subject: Re: [PATCH] brcmfmac: Add USB ID for Cisco Linksys AE1200 Message-ID: <20160621165837.dctu6i75lsg7onzn@pirotess> (sfid-20160621_185851_343025_53A7CBCD) References: <20160621001841.5383-1-ismael@iodev.co.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 In-Reply-To: Sender: linux-wireless-owner@vger.kernel.org List-ID: On 21/Jun/2016 07:45, Rafał Miłecki wrote: > On 21 June 2016 at 02:18, Ismael Luceno wrote: > > @@ -56,6 +57,8 @@ > > > > /* USB Device IDs */ > > #define BRCM_USB_43143_DEVICE_ID 0xbd1e > > +#define BRCM_USB_43235_LINKSYS_DEVICE_ID \ > > + 0x0039 > > I guess you wanted to have number aligned to the column of other ones? > I'm not sure if that improves readability at all. Yes. Would you suggest to align more to the right? I didn't want to modify everything just to add a new one.