diff options
author | Kristian Evensen <kristian.evensen@gmail.com> | 2014-11-20 10:52:58 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-11-20 16:14:39 -0500 |
commit | 9e6f3f472c8f95021ad048acc7cd3e40a827f8ce (patch) | |
tree | 7b2e0b66b2f078ba08ad034f794161d25dcfd820 /drivers/net/wireless/mwifiex/usb.h | |
parent | ac96ce83ff21c9338afa0e81baabd902d9350015 (diff) |
mwifiex: Add USB8766 support
Adds new VID/PID for the Marvell 88W8766. The kernel currently only supports
the device as PCI, but it is also available using USB. An example of a device
delivered with the 88W8766 as USB is the Globalscale Mirabox.
TX buffer size is set to driver default (2K), as we do not know the firmware
requirement.
Signed-off-by: Kristian Evensen <kristian.evensen@gmail.com>
Reviewed-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/mwifiex/usb.h')
-rw-r--r-- | drivers/net/wireless/mwifiex/usb.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/wireless/mwifiex/usb.h b/drivers/net/wireless/mwifiex/usb.h index 4c41c2a193c5..a7cbba1355af 100644 --- a/drivers/net/wireless/mwifiex/usb.h +++ b/drivers/net/wireless/mwifiex/usb.h | |||
@@ -24,6 +24,8 @@ | |||
24 | 24 | ||
25 | #define USB8XXX_VID 0x1286 | 25 | #define USB8XXX_VID 0x1286 |
26 | 26 | ||
27 | #define USB8766_PID_1 0x2041 | ||
28 | #define USB8766_PID_2 0x2042 | ||
27 | #define USB8797_PID_1 0x2043 | 29 | #define USB8797_PID_1 0x2043 |
28 | #define USB8797_PID_2 0x2044 | 30 | #define USB8797_PID_2 0x2044 |
29 | #define USB8897_PID_1 0x2045 | 31 | #define USB8897_PID_1 0x2045 |
@@ -37,6 +39,7 @@ | |||
37 | #define MWIFIEX_RX_DATA_URB 6 | 39 | #define MWIFIEX_RX_DATA_URB 6 |
38 | #define MWIFIEX_USB_TIMEOUT 100 | 40 | #define MWIFIEX_USB_TIMEOUT 100 |
39 | 41 | ||
42 | #define USB8766_DEFAULT_FW_NAME "mrvl/usb8766_uapsta.bin" | ||
40 | #define USB8797_DEFAULT_FW_NAME "mrvl/usb8797_uapsta.bin" | 43 | #define USB8797_DEFAULT_FW_NAME "mrvl/usb8797_uapsta.bin" |
41 | #define USB8897_DEFAULT_FW_NAME "mrvl/usb8897_uapsta.bin" | 44 | #define USB8897_DEFAULT_FW_NAME "mrvl/usb8897_uapsta.bin" |
42 | 45 | ||