diff options
| -rwxr-xr-x | fw/wmi_unified.h | 1 | ||||
| -rwxr-xr-x | fw/wmi_version.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/fw/wmi_unified.h b/fw/wmi_unified.h index 0f162bf4cc47..011ee4dc22af 100755 --- a/fw/wmi_unified.h +++ b/fw/wmi_unified.h @@ -12038,6 +12038,7 @@ typedef struct { #define WMI_PEER_APSD 0x00000800 /* U-APSD power save enabled */ #define WMI_PEER_HT 0x00001000 /* HT enabled */ #define WMI_PEER_40MHZ 0x00002000 /* 40MHz enabld */ +#define WMI_PEER_INTER_BSS_PEER 0x00004000 /* Inter BSS peer */ #define WMI_PEER_STBC 0x00008000 /* STBC Enabled */ #define WMI_PEER_LDPC 0x00010000 /* LDPC ENabled */ #define WMI_PEER_DYN_MIMOPS 0x00020000 /* Dynamic MIMO PS Enabled */ diff --git a/fw/wmi_version.h b/fw/wmi_version.h index a901577a8c08..255ea3dbd850 100755 --- a/fw/wmi_version.h +++ b/fw/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_ 734 +#define __WMI_REVISION_ 735 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work |
