Loading fw/wmi_unified.h +7 −0 Original line number Diff line number Diff line Loading @@ -4545,6 +4545,13 @@ typedef struct { * Offset time is in milliseconds per channel. */ A_UINT32 scan_start_offset; /** * minimum dwell time in msec for 6 GHz channel * We'll listen for this time on the channel; if no beacon / * probe response / FILS frame are received during this time * we'll move to next channel. */ A_UINT32 min_dwell_time_6ghz; /** * TLV (tag length value) parameters follow the scan_cmd 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_ 1026 #define __WMI_REVISION_ 1027 /** 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 @@ -4545,6 +4545,13 @@ typedef struct { * Offset time is in milliseconds per channel. */ A_UINT32 scan_start_offset; /** * minimum dwell time in msec for 6 GHz channel * We'll listen for this time on the channel; if no beacon / * probe response / FILS frame are received during this time * we'll move to next channel. */ A_UINT32 min_dwell_time_6ghz; /** * TLV (tag length value) parameters follow the scan_cmd
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_ 1026 #define __WMI_REVISION_ 1027 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading