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

2016-08-20 Thread Arend van Spriel
On 20-08-16 17:17, Ismael Luceno wrote: > 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: >> Signed

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

2016-08-20 Thread Rafał Miłecki
On 20 August 2016 at 17:17, Ismael Luceno wrote: > Ping. No need to ping (and don't top post please). https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches#checking_state_of_patches_from_patchwork

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: > > >>> Signed-off-by: Ismael Luceno > > >> > > >> A bit

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 > >> > >> A bit more description would be nice. I am actually wondering why you

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

2016-06-22 Thread Arend van Spriel
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 >> >> A bit more description would be nice. I am actually wondering why you >> would be adding this. If I am not mistaken the AE1200 c

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 > > A bit more description would be nice. I am actually wondering why you > would be adding this. If I am not mistaken the AE1200 can not be handled > by brcmfmac. Otherwise I

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

2016-06-21 Thread Arend van Spriel
On 21-06-16 02:18, Ismael Luceno wrote: > Signed-off-by: Ismael Luceno A bit more description would be nice. I am actually wondering why you would be adding this. If I am not mistaken the AE1200 can not be handled by brcmfmac. Otherwise I am interested in a kernel log showing the device probe seq

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

2016-06-21 Thread Rafał Miłecki
On 21 June 2016 at 18:58, Ismael Luceno wrote: > 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 \

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 wrote: > > @@ -56,6 +57,8 @@ > > > > /* USB Device IDs */ > > #define BRCM_USB_43143_DEVICE_ID 0xbd1e > > +#define BRCM_USB_43235_LINKSYS_DEVICE_ID \ > > + 0x0039 > >

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

2016-06-20 Thread Rafał Miłecki
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 o

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

2016-06-20 Thread Ismael Luceno
Signed-off-by: Ismael Luceno --- 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/brcmfmac/usb.c b/drivers/net/wire