Return-path: Received: from mail-ob0-f181.google.com ([209.85.214.181]:35061 "EHLO mail-ob0-f181.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751938AbcFUFxm convert rfc822-to-8bit (ORCPT ); Tue, 21 Jun 2016 01:53:42 -0400 Received: by mail-ob0-f181.google.com with SMTP id c3so8005518obc.2 for ; Mon, 20 Jun 2016 22:53:41 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: <20160621001841.5383-1-ismael@iodev.co.uk> References: <20160621001841.5383-1-ismael@iodev.co.uk> From: =?UTF-8?B?UmFmYcWCIE1pxYJlY2tp?= Date: Tue, 21 Jun 2016 07:45:50 +0200 Message-ID: (sfid-20160621_075356_770841_522EF848) Subject: Re: [PATCH] brcmfmac: Add USB ID for Cisco Linksys AE1200 To: Ismael Luceno Cc: "linux-wireless@vger.kernel.org" , brcm80211 development Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: 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. -- RafaƂ