From: Zhaoyang Liu Date: Mon, 14 Dec 2015 12:15:04 +0000 (-0800) Subject: mwifiex: advertise SMS4 cipher suite X-Git-Tag: v4.5-rc1~128^2~63^2~30 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5eab677799743b75037efcfcb8c660dffa33f244;p=thirdparty%2Flinux.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 ab0ba6a601b45..3349c2ae3b761 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, };