Loading fw/wmi_unified.h +6 −5 Original line number Diff line number Diff line Loading @@ -5783,15 +5783,16 @@ typedef struct { */ preamble_type: 5, /* Data:1 Mgmt:0 */ /* Data:1 Mgmt:0 */ frame_type: 1, /* Capture CFR when bit is set */ /* Capture CFR when bit is set */ cfr_capture: 1, reserved1_31_22: 10; /* Enables Beamforming when bit is set */ en_beamforming: 1, reserved1_31_23: 9; }; A_UINT32 tx_param_dword1; }; 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_ 1004 #define __WMI_REVISION_ 1005 /** 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 +6 −5 Original line number Diff line number Diff line Loading @@ -5783,15 +5783,16 @@ typedef struct { */ preamble_type: 5, /* Data:1 Mgmt:0 */ /* Data:1 Mgmt:0 */ frame_type: 1, /* Capture CFR when bit is set */ /* Capture CFR when bit is set */ cfr_capture: 1, reserved1_31_22: 10; /* Enables Beamforming when bit is set */ en_beamforming: 1, reserved1_31_23: 9; }; A_UINT32 tx_param_dword1; };
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_ 1004 #define __WMI_REVISION_ 1005 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading