Commit bd363ee5 authored by Johannes Berg's avatar Johannes Berg

wifi: mac80211: mlme: set sta.mlo correctly

Due to some changes and rebasing between different patches
this fell through the cracks; we need to set sta.mlo if the
connection is using MLO.
Signed-off-by: default avatarJohannes Berg <johannes.berg@intel.com>
parent 8f5d9e68
......@@ -6402,6 +6402,8 @@ static int ieee80211_prep_connection(struct ieee80211_sub_if_data *sdata,
err = -ENOMEM;
goto out_err;
}
new_sta->sta.mlo = link_id >= 0;
}
/*
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment