mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-17 01:04:19 +08:00
5e6e3a92b9
This driver adds WiFi support for Marvell 802.11n based chipsets with SDIO interface. Currently only SD8787 is supported. More chipsets will be supported later. drivers/net/wireless/mwifiex/ Signed-off-by: Nishant Sarmukadam <nishants@marvell.com> Signed-off-by: Amitkumar Karwar <akarwar@marvell.com> Signed-off-by: Kiran Divekar <dkiran@marvell.com> Signed-off-by: Bing Zhao <bzhao@marvell.com> Signed-off-by: Yogesh Ashok Powar <yogeshp@marvell.com> Signed-off-by: Marc Yang <yangyang@marvell.com> Signed-off-by: Ramesh Radhakrishnan <rramesh@marvell.com> Signed-off-by: Frank Huang <frankh@marvell.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
22 lines
553 B
Plaintext
22 lines
553 B
Plaintext
config MWIFIEX
|
|
tristate "Marvell WiFi-Ex Driver"
|
|
depends on CFG80211
|
|
select LIB80211
|
|
---help---
|
|
This adds support for wireless adapters based on Marvell
|
|
802.11n chipsets.
|
|
|
|
If you choose to build it as a module, it will be called
|
|
mwifiex.
|
|
|
|
config MWIFIEX_SDIO
|
|
tristate "Marvell WiFi-Ex Driver for SD8787"
|
|
depends on MWIFIEX && MMC
|
|
select FW_LOADER
|
|
---help---
|
|
This adds support for wireless adapters based on Marvell
|
|
8787 chipset with SDIO interface.
|
|
|
|
If you choose to build it as a module, it will be called
|
|
mwifiex_sdio.
|