wifi: mac80211: don't set link address for station
authorJohannes Berg <johannes.berg@intel.com>
Thu, 30 Jun 2022 12:20:54 +0000 (14:20 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Fri, 15 Jul 2022 09:43:18 +0000 (11:43 +0200)
commit483456590adee7b97b201c6c5880095be14e1fd9
treef5a8de026f50d1ee91c9b81f15a06b3ee95b84c9
parent38c6aa29d4558c55a1d2b4010cc588716e212f89
wifi: mac80211: don't set link address for station

We need to handle the link addresses for station differently,
they will be determined by the association code, stored, and
then applied when the links are actually created on success,
cfg80211 will fill in the right addresses per the data we're
sending back to it.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/iface.c