]> git.baikalelectronics.ru Git - kernel.git/commit
wifi: mac80211_hwsim: send a beacon per link
authorShaul Triebitz <shaul.triebitz@intel.com>
Mon, 6 Jun 2022 17:03:17 +0000 (20:03 +0300)
committerJohannes Berg <johannes.berg@intel.com>
Mon, 20 Jun 2022 10:57:08 +0000 (12:57 +0200)
commit84ba5d20f981a1eddc973ce59ab229556cffe91f
tree319efd65f2485203f1eef37b8712de312c95eda9
parenta08354e9eadb860cd8c9910c8b45f0e478fc1c0a
wifi: mac80211_hwsim: send a beacon per link

Add to hwsim a link_data structure.
For now, move the beacon interval and beacon timer to
the link_data structure (making them per link).
Set a beacon timer for each link and transmit a per
link beacon (pass the link_id to ieee80211_beacon_get).

Signed-off-by: Shaul Triebitz <shaul.triebitz@intel.com>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
drivers/net/wireless/mac80211_hwsim.c