diff options
author | Johannes Berg <johannes.berg@intel.com> | 2022-05-30 23:22:19 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2022-06-20 12:55:27 +0200 |
commit | 2b4ad30946d3117819d9a78d58a99b7c3de3ee91 (patch) | |
tree | 0cece08be9b82278cfa281bc3b59ac00dc48e745 /net/mac80211/cfg.c | |
parent | afe0d181905ed03c2379fcb81d423704f59f8788 (diff) | |
download | lwn-2b4ad30946d3117819d9a78d58a99b7c3de3ee91.tar.gz lwn-2b4ad30946d3117819d9a78d58a99b7c3de3ee91.zip |
wifi: mac80211: add link_id to eht.c code for MLO
Update the code in eht.c and add the link_id parameter where
necessary.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'net/mac80211/cfg.c')
-rw-r--r-- | net/mac80211/cfg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/cfg.c b/net/mac80211/cfg.c index 53aac8f277e1..9780d70fcf28 100644 --- a/net/mac80211/cfg.c +++ b/net/mac80211/cfg.c @@ -1778,7 +1778,7 @@ static int sta_apply_parameters(struct ieee80211_local *local, params->he_capa_len, params->eht_capa, params->eht_capa_len, - sta); + sta, 0); if (params->opmode_notif_used) { /* returned value is only needed for rc update, but the |