netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/3] brcm80211: correct speed testing
@ 2016-05-02 11:06 Oliver Neukum
       [not found] ` <1462187174-17180-1-git-send-email-oneukum-IBi9RG/b67k@public.gmane.org>
  2016-05-03 19:49 ` [PATCH 1/3] brcm80211: " David Miller
  0 siblings, 2 replies; 6+ messages in thread
From: Oliver Neukum @ 2016-05-02 11:06 UTC (permalink / raw)
  To: linux-usb-u79uwXL29TY76Z2rM5mHXA, netdev-u79uwXL29TY76Z2rM5mHXA,
	davem-fT/PcQaiUtIeIZ0/mPfg9Q
  Cc: Oliver Neukum, Oliver Neukum

Allow for SS+ USB

Signed-off-by: Oliver Neukum <ONeukum-IBi9RG/b67k@public.gmane.org>
---
 drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c
index 869eb82..056bda3 100644
--- a/drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c
+++ b/drivers/net/wireless/broadcom/brcm80211/brcmfmac/usb.c
@@ -1368,7 +1368,9 @@ brcmf_usb_probe(struct usb_interface *intf, const struct usb_device_id *id)
 
 	devinfo->ifnum = desc->bInterfaceNumber;
 
-	if (usb->speed == USB_SPEED_SUPER)
+	if (usb->speed == USB_SPEED_SUPER_PLUS)
+		brcmf_dbg(USB, "Broadcom super speed plus USB WLAN interface detected\n");
+	else if (usb->speed == USB_SPEED_SUPER)
 		brcmf_dbg(USB, "Broadcom super speed USB WLAN interface detected\n");
 	else if (usb->speed == USB_SPEED_HIGH)
 		brcmf_dbg(USB, "Broadcom high speed USB WLAN interface detected\n");
-- 
2.1.4

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2016-05-03 19:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-05-02 11:06 [PATCH 1/3] brcm80211: correct speed testing Oliver Neukum
     [not found] ` <1462187174-17180-1-git-send-email-oneukum-IBi9RG/b67k@public.gmane.org>
2016-05-02 11:06   ` [PATCH 2/3] usbnet: " Oliver Neukum
2016-05-03 19:49     ` David Miller
2016-05-02 11:06   ` [PATCH 3/3] rtl8152: " Oliver Neukum
     [not found]     ` <1462187174-17180-3-git-send-email-oneukum-IBi9RG/b67k@public.gmane.org>
2016-05-03 19:49       ` David Miller
2016-05-03 19:49 ` [PATCH 1/3] brcm80211: " David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).