fix Self-control mechanism transtype 20

Signed-off-by: wang_mingxu <wangmingxu9@huawei.com>
This commit is contained in:
wang_mingxu 2024-10-31 09:05:28 +08:00
parent 5f95be0d95
commit 678a97eb32

View File

@ -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;