wifi: nl80211: require MLD address on link STA add/modify
authorJohannes Berg <johannes.berg@intel.com>
Tue, 19 Jul 2022 06:44:25 +0000 (08:44 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 22 Jul 2022 12:28:13 +0000 (14:28 +0200)
commit8876c67e6296b44c283cd748d4888788af3f7942
tree472bace9636ba271ab4ffac654058b520f1547d7
parent956b96133763dcfdf1b78de0910631f610df2d7b
wifi: nl80211: require MLD address on link STA add/modify

We always need the MLD address and link ID to add or
modify the link STA, so require it in the API.

Fixes: 577e5b8c3924 ("wifi: cfg80211: add API to add/modify/remove a link station")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/wireless/nl80211.c