[PATCH v2] brcmfmac: Add USB ID for Cisco Linksys AE1200

2016-08-22 Thread Ismael Luceno
The AE1200 comes with different revisions of the BCM43235 chipset, but all have the same USB ID. Only revision 3 can be supported. Signed-off-by: Ismael Luceno <ism...@iodev.co.uk> --- Changes since v1: - Keep the long device ID in a single line. - Added desc. about supported devices. d

Re: [PATCH] brcmfmac: Add USB ID for Cisco Linksys AE1200

2016-08-20 Thread Ismael Luceno
Ping. On 22/Jun/2016 17:54, Ismael Luceno wrote: > On 22/Jun/2016 21:07, Arend van Spriel wrote: > > On 22-06-16 20:36, Ismael Luceno wrote: > > > On 21/Jun/2016 21:02, Arend van Spriel wrote: > > >> On 21-06-16 02:18, Ismael Luceno wrote: > > >>> Sig

Re: [PATCH] brcmfmac: Add USB ID for Cisco Linksys AE1200

2016-06-22 Thread Ismael Luceno
On 22/Jun/2016 21:07, Arend van Spriel wrote: > On 22-06-16 20:36, Ismael Luceno wrote: > > On 21/Jun/2016 21:02, Arend van Spriel wrote: > >> On 21-06-16 02:18, Ismael Luceno wrote: > >>> Signed-off-by: Ismael Luceno <ism...@iodev.co.uk> > >> &g

Re: [PATCH] brcmfmac: Add USB ID for Cisco Linksys AE1200

2016-06-22 Thread Ismael Luceno
On 21/Jun/2016 21:02, Arend van Spriel wrote: > On 21-06-16 02:18, Ismael Luceno wrote: > > Signed-off-by: Ismael Luceno <ism...@iodev.co.uk> > > A bit more description would be nice. I am actually wondering why you > would be adding this. If I am not mistaken the A

Re: [PATCH] brcmfmac: Add USB ID for Cisco Linksys AE1200

2016-06-21 Thread Ismael Luceno
On 21/Jun/2016 07:45, Rafał Miłecki wrote: > On 21 June 2016 at 02:18, Ismael Luceno <ism...@iodev.co.uk> wrote: > > @@ -56,6 +57,8 @@ > > > > /* USB Device IDs */ > > #define BRCM_USB_43143_DEVICE_ID 0xbd1e > > +#

[PATCH] brcmfmac: Add USB ID for Cisco Linksys AE1200

2016-06-20 Thread Ismael Luceno
Signed-off-by: Ismael Luceno <ism...@iodev.co.uk> --- drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c| 4 drivers/net/wireless/broadcom/brcm80211/include/brcm_hw_ids.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/drivers/net/wireless/broadcom/brcm80211/br