summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2025-06-09 21:35:16 +0300
committerJohannes Berg <johannes.berg@intel.com>2025-07-09 11:52:35 +0200
commit798dd0e2609e0680407dcaa35703c37a32f61316 (patch)
tree8960cb6abb5b1ce3b856b164c00084af44d830b0
parenteb7186bd827d055f026e5464c02f95ba6b1f2d03 (diff)
wifi: mac80211: remove spurious blank line
ieee80211_process_ml_reconf_resp() has a blank line between an if statement and the covered code, remove it. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Miri Korenblit <miriam.rachel.korenblit@intel.com> Link: https://patch.msgid.link/20250609213231.a1f4ceae700d.I1d7aae17cc466c1648f31c42b935165db85d2809@changeid Signed-off-by: Johannes Berg <johannes.berg@intel.com>
-rw-r--r--net/mac80211/mlme.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/net/mac80211/mlme.c b/net/mac80211/mlme.c
index 41fd688d86a2..b5fdbdb40101 100644
--- a/net/mac80211/mlme.c
+++ b/net/mac80211/mlme.c
@@ -10039,7 +10039,6 @@ void ieee80211_process_ml_reconf_resp(struct ieee80211_sub_if_data *sdata,
for (link_id = 0; link_id < IEEE80211_MLD_MAX_NUM_LINKS; link_id++) {
if (!add_links_data->link[link_id].bss ||
!(sdata->u.mgd.reconf.added_links & BIT(link_id)))
-
continue;
valid_links |= BIT(link_id);