projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b6fd7fd
)
brcmfmac: Add USB device 43566 to supported devices.
author
Hante Meuleman
<
[email protected]
>
Sat, 21 Jun 2014 10:11:13 +0000
(12:11 +0200)
committer
John W. Linville
<
[email protected]
>
Wed, 25 Jun 2014 19:32:47 +0000
(15:32 -0400)
Add the USB 43566 device to the supported devices list. The 43566
is a WiFi-only variant of the 43569. It uses the same FW as 43569.
Reviewed-by: Arend Van Spriel <
[email protected]
>
Reviewed-by: Franky (Zhenhui) Lin <
[email protected]
>
Reviewed-by: Pieter-Paul Giesberts <
[email protected]
>
Signed-off-by: Hante Meuleman <
[email protected]
>
Signed-off-by: Arend van Spriel <
[email protected]
>
Signed-off-by: John W. Linville <
[email protected]
>
drivers/net/wireless/brcm80211/brcmfmac/usb.c
patch
|
blob
|
history
diff --git
a/drivers/net/wireless/brcm80211/brcmfmac/usb.c
b/drivers/net/wireless/brcm80211/brcmfmac/usb.c
index aa2355932a7e247d3cad00b2a8e0f8fe7371bada..d2927acfbd793f851f63e6d1ed04ede9e92bfaa2 100644
(file)
--- a/
drivers/net/wireless/brcm80211/brcmfmac/usb.c
+++ b/
drivers/net/wireless/brcm80211/brcmfmac/usb.c
@@
-929,6
+929,7
@@
static bool brcmf_usb_chip_support(int chipid, int chiprev)
return (chiprev == 3);
case 43242:
return true;
+ case 43566:
case 43569:
return true;
default:
@@
-1031,6
+1032,7
@@
static const char *brcmf_usb_get_fwname(struct brcmf_usbdev_info *devinfo)
return BRCMF_USB_43236_FW_NAME;
case 43242:
return BRCMF_USB_43242_FW_NAME;
+ case 43566:
case 43569:
return BRCMF_USB_43569_FW_NAME;
default: