commit | a6e34fde48e8af923284d56d610b6c4a7035e514 | [log] [tgz] |
---|---|---|
author | Aloka Dixit <alokad@codeaurora.org> | Tue Oct 05 21:09:36 2021 -0700 |
committer | Johannes Berg <johannes.berg@intel.com> | Thu Oct 21 17:25:16 2021 +0200 |
tree | 1fc4f78b7ae8eb3f1578ebd84179d9ea60d1686a | |
parent | 97981d89a1d47942a2d7517631d2400b99fe3f93 [diff] |
mac80211: split beacon retrieval functions Split __ieee80211_beacon_get() into a separate function for AP mode ieee80211_beacon_get_ap(). Also, move the code common to all modes (AP, adhoc and mesh) to a separate function ieee80211_beacon_get_finish(). Signed-off-by: Aloka Dixit <alokad@codeaurora.org> Link: https://lore.kernel.org/r/20211006040938.9531-2-alokad@codeaurora.org Signed-off-by: Johannes Berg <johannes.berg@intel.com>