mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 11:36:00 +00:00
Merge "Undefine NAN before defining it again" into aosp-main-future am: 236bbe3305
Original change: https://googleplex-android-review.googlesource.com/c/platform/hardware/interfaces/+/24685603 Change-Id: I69ab8927b8f8b4fc4ad559c9a65a8f4a58a4e893 Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
@@ -122,6 +122,7 @@ std::vector<IWifiChip::ChipConcurrencyCombination> legacyToChipConcurrencyComboL
|
|||||||
#define AP IfaceConcurrencyType::AP
|
#define AP IfaceConcurrencyType::AP
|
||||||
#define AP_BRIDGED IfaceConcurrencyType::AP_BRIDGED
|
#define AP_BRIDGED IfaceConcurrencyType::AP_BRIDGED
|
||||||
#define P2P IfaceConcurrencyType::P2P
|
#define P2P IfaceConcurrencyType::P2P
|
||||||
|
#undef NAN // undefine NAN from math.h
|
||||||
#define NAN IfaceConcurrencyType::NAN_IFACE
|
#define NAN IfaceConcurrencyType::NAN_IFACE
|
||||||
static const std::vector<IWifiChip::ChipMode> kChipModesPrimary{
|
static const std::vector<IWifiChip::ChipMode> kChipModesPrimary{
|
||||||
{kMainModeId, legacyToChipConcurrencyComboList({WIFI_HAL_INTERFACE_COMBINATIONS})},
|
{kMainModeId, legacyToChipConcurrencyComboList({WIFI_HAL_INTERFACE_COMBINATIONS})},
|
||||||
|
|||||||
Reference in New Issue
Block a user