mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 03:53:37 +02:00
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>
This commit is contained in:
parent
eb7186bd82
commit
798dd0e260
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user