Loading fw/wmi_unified.h +7 −0 Original line number Diff line number Diff line Loading @@ -11536,6 +11536,13 @@ typedef enum { */ WMI_VDEV_PARAM_ENABLE_DISABLE_NAN_CONFIG_FEATURES, /* 0xA3 */ /* vdev param to enable the SAP HW offload * Bit : 0 - enable/disable SHO * Bit : 1 - enable for Sta connected state as well. * Bit : 2-31 - reserved */ WMI_VDEV_PARAM_SHO_CONFIG, /* 0xA4 */ /*=== 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 @@ -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_ 899 #define __WMI_REVISION_ 900 /** 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 +7 −0 Original line number Diff line number Diff line Loading @@ -11536,6 +11536,13 @@ typedef enum { */ WMI_VDEV_PARAM_ENABLE_DISABLE_NAN_CONFIG_FEATURES, /* 0xA3 */ /* vdev param to enable the SAP HW offload * Bit : 0 - enable/disable SHO * Bit : 1 - enable for Sta connected state as well. * Bit : 2-31 - reserved */ WMI_VDEV_PARAM_SHO_CONFIG, /* 0xA4 */ /*=== 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 @@ -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_ 899 #define __WMI_REVISION_ 900 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading