mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-18 02:46:06 +00:00
wifi: mac80211: set link BSSID
For an AP interface, set the link BSSID when the link is initialized. Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com>
This commit is contained in:
parent
bc1857619c
commit
d1efad1738
@ -406,9 +406,11 @@ static void ieee80211_link_init(struct ieee80211_sub_if_data *sdata,
|
||||
case NL80211_IFTYPE_AP:
|
||||
ether_addr_copy(link_conf->addr,
|
||||
sdata->wdev.links[link_id].addr);
|
||||
link_conf->bssid = link_conf->addr;
|
||||
WARN_ON(!(sdata->wdev.valid_links & BIT(link_id)));
|
||||
break;
|
||||
case NL80211_IFTYPE_STATION:
|
||||
/* station sets the bssid in ieee80211_mgd_setup_link */
|
||||
break;
|
||||
default:
|
||||
WARN_ON(1);
|
||||
|
Loading…
x
Reference in New Issue
Block a user