Skip to content

Commit 5e6e3a9

Browse files
bingzlinvjw
authored andcommitted
wireless: mwifiex: initial commit for Marvell mwifiex driver
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 <[email protected]> Signed-off-by: Amitkumar Karwar <[email protected]> Signed-off-by: Kiran Divekar <[email protected]> Signed-off-by: Bing Zhao <[email protected]> Signed-off-by: Yogesh Ashok Powar <[email protected]> Signed-off-by: Marc Yang <[email protected]> Signed-off-by: Ramesh Radhakrishnan <[email protected]> Signed-off-by: Frank Huang <[email protected]> Signed-off-by: John W. Linville <[email protected]>
1 parent 903946e commit 5e6e3a9

37 files changed

Lines changed: 25465 additions & 0 deletions

drivers/net/wireless/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -284,5 +284,6 @@ source "drivers/net/wireless/rtlwifi/Kconfig"
284284
source "drivers/net/wireless/wl1251/Kconfig"
285285
source "drivers/net/wireless/wl12xx/Kconfig"
286286
source "drivers/net/wireless/zd1211rw/Kconfig"
287+
source "drivers/net/wireless/mwifiex/Kconfig"
287288

288289
endif # WLAN

drivers/net/wireless/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,3 +56,5 @@ obj-$(CONFIG_WL12XX) += wl12xx/
5656
obj-$(CONFIG_WL12XX_PLATFORM_DATA) += wl12xx/
5757

5858
obj-$(CONFIG_IWM) += iwmc3200wifi/
59+
60+
obj-$(CONFIG_MWIFIEX) += mwifiex/

0 commit comments

Comments
 (0)