Loading fw/wmi_unified.h +5 −0 Original line number Diff line number Diff line Loading @@ -8473,6 +8473,11 @@ typedef struct { * added to AST table for traffic flow between mesh stations */ #define WMI_UNIFIED_VDEV_SUBTYPE_MESH_11S 0x6 /* Subtype to indicate that the AP VAP is in smart monitor mode * This is needed to differentiate in firmware betweem normal AP mode * with smart monitor AP mode */ #define WMI_UNIFIED_VDEV_SUBTYPE_SMART_MON 0x7 /** values for vdev_start_request flags */ /** Indicates that AP VDEV uses hidden ssid. only valid for 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_ 694 #define __WMI_REVISION_ 695 /** 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 +5 −0 Original line number Diff line number Diff line Loading @@ -8473,6 +8473,11 @@ typedef struct { * added to AST table for traffic flow between mesh stations */ #define WMI_UNIFIED_VDEV_SUBTYPE_MESH_11S 0x6 /* Subtype to indicate that the AP VAP is in smart monitor mode * This is needed to differentiate in firmware betweem normal AP mode * with smart monitor AP mode */ #define WMI_UNIFIED_VDEV_SUBTYPE_SMART_MON 0x7 /** values for vdev_start_request flags */ /** Indicates that AP VDEV uses hidden ssid. only valid for
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_ 694 #define __WMI_REVISION_ 695 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading