mac80211: remove useless bssid copy
authorJohannes Berg <johannes.berg@intel.com>
Fri, 13 May 2022 15:46:24 +0000 (17:46 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 16 May 2022 07:15:19 +0000 (09:15 +0200)
commit16d0364c722a246933ec4b39cbd5d17d7d4fe758
treee357cf8649b67c5fd73eae4889ef154f4adc573d
parent53da4c45cadee45c1c902d58556cc0d488878e16
mac80211: remove useless bssid copy

We don't need to copy this locally, we now only use the
variable to print before doing other things.

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