1. 15 7月, 2022 19 次提交
  2. 01 7月, 2022 3 次提交
  3. 20 6月, 2022 16 次提交
  4. 10 6月, 2022 1 次提交
  5. 16 5月, 2022 1 次提交
    • J
      mac80211: mlme: track assoc_bss/associated separately · 5dfad108
      Johannes Berg 提交于
      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: NJohannes Berg <johannes.berg@intel.com>
      5dfad108