From 678a97eb32270445661500465d90399e09fc577a Mon Sep 17 00:00:00 2001 From: wang_mingxu Date: Thu, 31 Oct 2024 09:05:28 +0800 Subject: [PATCH] fix Self-control mechanism transtype 20 Signed-off-by: wang_mingxu --- .../lnn/lane_hub/lane_manager/include/lnn_lane_link.h | 8 -------- 1 file changed, 8 deletions(-) diff --git a/core/bus_center/lnn/lane_hub/lane_manager/include/lnn_lane_link.h b/core/bus_center/lnn/lane_hub/lane_manager/include/lnn_lane_link.h index b9c96a331..8236148f5 100644 --- a/core/bus_center/lnn/lane_hub/lane_manager/include/lnn_lane_link.h +++ b/core/bus_center/lnn/lane_hub/lane_manager/include/lnn_lane_link.h @@ -36,14 +36,6 @@ extern "C" { #define HML_LATENCY 1500 #define BR_REUSE_LATENCY 1000 -typedef struct { - uint32_t activeHml; - int32_t passiveHml; - int32_t rawHml; - bool isDisableLowPower; - LaneTransType transType; -} PowerControlInfo; - typedef struct { char peerNetworkId[NETWORK_ID_BUF_LEN]; bool networkDelegate;