Merge "Add config to skip state toggle off/on for Wi-Fi NAN"

This commit is contained in:
Sunil Ravi
2023-03-23 19:53:23 +00:00
committed by Gerrit Code Review

View File

@@ -75,3 +75,6 @@ endif
ifdef WIFI_AVOID_IFACE_RESET_MAC_CHANGE ifdef WIFI_AVOID_IFACE_RESET_MAC_CHANGE
$(call soong_config_set,wifi,avoid_iface_reset_mac_change,true) $(call soong_config_set,wifi,avoid_iface_reset_mac_change,true)
endif endif
ifdef WIFI_SKIP_STATE_TOGGLE_OFF_ON_FOR_NAN
$(call soong_config_set,wifi,wifi_skip_state_toggle_off_on_for_nan,true)
endif