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

Commit 849b9c41 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 blacklist...

Merge "wlan: Advertise host Control Roaming based on FW and Host blacklist feature." into wlan-driver.lnx.1.0.r43-rel
parents a766a0c6 ed3e9302
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -6134,7 +6134,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"));
    }