Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1003538 authored by Xinming Hu's avatar Xinming Hu Committed by Kalle Valo
Browse files

mwifiex: uap: support cfg80211 ignore_broadcast_ssid=2



Firmware already support hidden ssid and keep ssid length,
Open the capability in driver.

Signed-off-by: default avatarXinming Hu <huxm@marvell.com>
Signed-off-by: default avatarKalle Valo <kvalo@codeaurora.org>
parent d6c38be0
Loading
Loading
Loading
Loading
+2 −1
Original line number Original line Diff line number Diff line
@@ -1979,7 +1979,8 @@ static int mwifiex_cfg80211_start_ap(struct wiphy *wiphy,
		bss_cfg->bcast_ssid_ctl = 0;
		bss_cfg->bcast_ssid_ctl = 0;
		break;
		break;
	case NL80211_HIDDEN_SSID_ZERO_CONTENTS:
	case NL80211_HIDDEN_SSID_ZERO_CONTENTS:
		/* firmware doesn't support this type of hidden SSID */
		bss_cfg->bcast_ssid_ctl = 2;
		break;
	default:
	default:
		kfree(bss_cfg);
		kfree(bss_cfg);
		return -EINVAL;
		return -EINVAL;