diff options
author | Kristian Evensen <kristian.evensen@gmail.com> | 2014-11-20 16:52:58 +0100 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2014-11-20 22:14:39 +0100 |
commit | 9e6f3f472c8f95021ad048acc7cd3e40a827f8ce (patch) | |
tree | 7b2e0b66b2f078ba08ad034f794161d25dcfd820 /drivers/net/wireless/mwifiex/Kconfig | |
parent | net: brcm80211: Deletion of unnecessary checks before two function calls (diff) | |
download | linux-9e6f3f472c8f95021ad048acc7cd3e40a827f8ce.tar.xz linux-9e6f3f472c8f95021ad048acc7cd3e40a827f8ce.zip |
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--- |