Loading fw/wmi_unified.h +12 −0 Original line number Diff line number Diff line Loading @@ -5392,6 +5392,12 @@ typedef enum { WMI_HOST_BAND_CAP_6GHZ = 0x04, } WMI_HOST_BAND_CAP; typedef enum { WLAN_CONNECT_EXT_FEATURE_RSNO = 0, NUM_WLAN_CONNECT_EXT_FEATURES /* keep last */ } wlan_connect_ext_features; /* HW features supported info */ /* enum WMI_WIFI_STANDARD are possible values for WiFi standard bitfield */ #define WMI_GET_WIFI_STANDARD(var, feature_bitmap) \ Loading Loading @@ -18936,6 +18942,12 @@ typedef enum { /* Update TWT_UNAVAIL_MODE */ WMI_VDEV_PARAM_TWT_UNAVAIL_MODE, /* 0xC6 */ /* * Additional features supported for connection. * Value is from enum wlan_connect_ext_features */ WMI_VDEV_PARAM_CONNECT_EXT_FEATURES, /* 0xC7 */ /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE === * The below vdev param types are used for prototyping, and are fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,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_ 1514 #define __WMI_REVISION_ 1515 /** 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 +12 −0 Original line number Diff line number Diff line Loading @@ -5392,6 +5392,12 @@ typedef enum { WMI_HOST_BAND_CAP_6GHZ = 0x04, } WMI_HOST_BAND_CAP; typedef enum { WLAN_CONNECT_EXT_FEATURE_RSNO = 0, NUM_WLAN_CONNECT_EXT_FEATURES /* keep last */ } wlan_connect_ext_features; /* HW features supported info */ /* enum WMI_WIFI_STANDARD are possible values for WiFi standard bitfield */ #define WMI_GET_WIFI_STANDARD(var, feature_bitmap) \ Loading Loading @@ -18936,6 +18942,12 @@ typedef enum { /* Update TWT_UNAVAIL_MODE */ WMI_VDEV_PARAM_TWT_UNAVAIL_MODE, /* 0xC6 */ /* * Additional features supported for connection. * Value is from enum wlan_connect_ext_features */ WMI_VDEV_PARAM_CONNECT_EXT_FEATURES, /* 0xC7 */ /*=== ADD NEW VDEV PARAM TYPES ABOVE THIS LINE === * The below vdev param types are used for prototyping, and are
fw/wmi_version.h +1 −1 Original line number Diff line number Diff line Loading @@ -37,7 +37,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_ 1514 #define __WMI_REVISION_ 1515 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading