From: Zhaoyang Liu Date: Mon, 14 Dec 2015 12:15:04 +0000 (-0800) Subject: mwifiex: advertise SMS4 cipher suite X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5eab677799743b75037efcfcb8c660dffa33f244;p=linux-beck.git mwifiex: advertise SMS4 cipher suite This is needed to support WAPI functionality. Signed-off-by: Zhaoyang Liu Signed-off-by: Amitkumar Karwar Signed-off-by: Kalle Valo --- diff --git a/drivers/net/wireless/marvell/mwifiex/cfg80211.c b/drivers/net/wireless/marvell/mwifiex/cfg80211.c index ab0ba6a601b4..3349c2ae3b76 100644 --- a/drivers/net/wireless/marvell/mwifiex/cfg80211.c +++ b/drivers/net/wireless/marvell/mwifiex/cfg80211.c @@ -1539,6 +1539,7 @@ static const u32 mwifiex_cipher_suites[] = { WLAN_CIPHER_SUITE_WEP104, WLAN_CIPHER_SUITE_TKIP, WLAN_CIPHER_SUITE_CCMP, + WLAN_CIPHER_SUITE_SMS4, WLAN_CIPHER_SUITE_AES_CMAC, };