diff options
author | Kristian Evensen <kristian.evensen@gmail.com> | 2014-11-20 18:52:58 +0300 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-11-21 00:14:39 +0300 |
commit | 9e6f3f472c8f95021ad048acc7cd3e40a827f8ce (patch) | |
tree | 7b2e0b66b2f078ba08ad034f794161d25dcfd820 /drivers/net/wireless/mwifiex/Kconfig | |
parent | ac96ce83ff21c9338afa0e81baabd902d9350015 (diff) | |
download | linux-9e6f3f472c8f95021ad048acc7cd3e40a827f8ce.tar.xz |
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/Kconfig')
-rw-r--r-- | drivers/net/wireless/mwifiex/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/mwifiex/Kconfig b/drivers/net/wireless/mwifiex/Kconfig index e70d0df9b0da..aa01c9bc77f9 100644 --- a/drivers/net/wireless/mwifiex/Kconfig +++ b/drivers/net/wireless/mwifiex/Kconfig @@ -31,7 +31,7 @@ config MWIFIEX_PCIE mwifiex_pcie. config MWIFIEX_USB - tristate "Marvell WiFi-Ex Driver for USB8797/8897" + tristate "Marvell WiFi-Ex Driver for USB8766/8797/8897" depends on MWIFIEX && USB select FW_LOADER ---help--- |