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

Commit 8429828e authored by Thomas Pedersen's avatar Thomas Pedersen Committed by John W. Linville
Browse files

nl80211: allow setting MFP flag for a meshif

parent ff973af7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2328,6 +2328,7 @@ static int nl80211_set_station(struct sk_buff *skb, struct genl_info *info)
			err = -EINVAL;
		if (params.sta_flags_mask &
				~(BIT(NL80211_STA_FLAG_AUTHENTICATED) |
				  BIT(NL80211_STA_FLAG_MFP) |
				  BIT(NL80211_STA_FLAG_AUTHORIZED)))
			err = -EINVAL;
		break;