diff --git a/components/pmo/dispatcher/inc/wlan_pmo_wow_public_struct.h b/components/pmo/dispatcher/inc/wlan_pmo_wow_public_struct.h index 0c71dc68c2..803329f908 100644 --- a/components/pmo/dispatcher/inc/wlan_pmo_wow_public_struct.h +++ b/components/pmo/dispatcher/inc/wlan_pmo_wow_public_struct.h @@ -76,7 +76,7 @@ * PMO_ACTION_DLP 2 0 * PMO_ACTION_BLKACK 3 0 * PMO_ACTION_PUBLIC_USAGE 4 1 - * PMO_ACTION_RRM 5 1 + * PMO_ACTION_RRM 5 0 * PMO_ACTION_FAST_BSS_TRNST 6 0 * PMO_ACTION_HT 7 0 * PMO_ACTION_SA_QUERY 8 1 @@ -96,7 +96,6 @@ ((1 << PMO_MAC_ACTION_SPECTRUM_MGMT) | \ (1 << PMO_MAC_ACTION_QOS_MGMT) | \ (1 << PMO_MAC_ACTION_PUBLIC_USAGE) | \ - (1 << PMO_MAC_ACTION_RRM) | \ (1 << PMO_MAC_ACTION_SA_QUERY) | \ (1 << PMO_MAC_ACTION_PROT_DUAL_PUB) | \ (1 << PMO_MAC_ACTION_WNM) | \