diff options
author | Johannes Berg <johannes.berg@intel.com> | 2022-05-13 18:03:14 +0200 |
---|---|---|
committer | Johannes Berg <johannes.berg@intel.com> | 2022-05-16 09:16:20 +0200 |
commit | 5dfad1081215de36f863cd05e70bca56fcbdb9f0 (patch) | |
tree | 111c74232485fd2f2daf96f7c64df3e16f5952af /include/net | |
parent | 16d0364c722a246933ec4b39cbd5d17d7d4fe758 (diff) | |
download | linux-5dfad1081215de36f863cd05e70bca56fcbdb9f0.tar.gz linux-5dfad1081215de36f863cd05e70bca56fcbdb9f0.tar.bz2 linux-5dfad1081215de36f863cd05e70bca56fcbdb9f0.zip |
mac80211: mlme: track assoc_bss/associated separately
We currently track whether we're associated and which the
BSS is in the same variable (ifmgd->associated), but for
MLD we'll need to move the BSS pointer to be per link,
while the question whether we're associated or not is for
the whole interface.
Add ifmgd->assoc_bss that stores the pointer and change
ifmgd->associated to be just a bool, so the question of
whether we're associated can continue working after MLD
rework, without requiring changes, while the BSS pointer
will have to be changed/used checked per link.
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Diffstat (limited to 'include/net')
0 files changed, 0 insertions, 0 deletions