diff options
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_unified.h | 2 | ||||
| -rw-r--r-- | CORE/SERVICES/COMMON/wmi_version.h | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/CORE/SERVICES/COMMON/wmi_unified.h b/CORE/SERVICES/COMMON/wmi_unified.h index 3307d27a14bf..b0b6f034695c 100644 --- a/CORE/SERVICES/COMMON/wmi_unified.h +++ b/CORE/SERVICES/COMMON/wmi_unified.h @@ -18647,6 +18647,8 @@ typedef struct { A_UINT32 enable; /* randomization mac address if randomization is enabled */ wmi_mac_addr mac_addr; + /* To get the PMAC from freq param */ + A_UINT32 freq; /* units in MHz */ } wmi_vdev_add_mac_addr_to_rx_filter_cmd_fixed_param; typedef struct { diff --git a/CORE/SERVICES/COMMON/wmi_version.h b/CORE/SERVICES/COMMON/wmi_version.h index bd8e608e58bd..7fa364a92fd4 100644 --- a/CORE/SERVICES/COMMON/wmi_version.h +++ b/CORE/SERVICES/COMMON/wmi_version.h @@ -36,7 +36,7 @@ #define __WMI_VER_MINOR_ 0 /** WMI revision number has to be incremented when there is a * change that may or may not break compatibility. */ -#define __WMI_REVISION_ 360 +#define __WMI_REVISION_ 361 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
