Loading fw/wmi_unified.h +8 −0 Original line number Diff line number Diff line Loading @@ -14112,6 +14112,14 @@ typedef struct { */ A_UINT32 bss_max_idle_option; /* * Connected AP auth mode values are from WMI_AUTH_ enum. * The target shall ignore an auth_mode value of 0 / WMI_AUTH_NONE, * due to ambiguity whether a zero value was provided explicitly or * simply as a default. */ A_UINT32 auth_mode; /* Following this struct are the TLV's: * A_UINT8 peer_legacy_rates[]; * A_UINT8 peer_ht_rates[]; fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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_ 943 #define __WMI_REVISION_ 944 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading Loading
fw/wmi_unified.h +8 −0 Original line number Diff line number Diff line Loading @@ -14112,6 +14112,14 @@ typedef struct { */ A_UINT32 bss_max_idle_option; /* * Connected AP auth mode values are from WMI_AUTH_ enum. * The target shall ignore an auth_mode value of 0 / WMI_AUTH_NONE, * due to ambiguity whether a zero value was provided explicitly or * simply as a default. */ A_UINT32 auth_mode; /* Following this struct are the TLV's: * A_UINT8 peer_legacy_rates[]; * A_UINT8 peer_ht_rates[];
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -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_ 943 #define __WMI_REVISION_ 944 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading