Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c7c46b9e authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "wlan: Advertise host Control Roaming based on FW and Host Capabilities"

parents ed1d0f22 39fa6fff
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6141,7 +6141,8 @@ __wlan_hdd_cfg80211_get_supported_features(struct wiphy *wiphy,
#endif
#ifdef FEATURE_WLAN_LFR
    if (sme_IsFeatureSupportedByFW(BSSID_BLACKLIST)) {
    if (pHddCtx->cfg_ini->bssid_blacklist_timeout &&
        sme_IsFeatureSupportedByFW(BSSID_BLACKLIST)) {
        fset |= WIFI_FEATURE_CONTROL_ROAMING;
        hddLog(LOG1, FL("CONTROL_ROAMING supported by driver"));
    }