Loading fw/wmi_unified.h +6 −0 Original line number Diff line number Diff line Loading @@ -7749,6 +7749,12 @@ typedef enum { /* Param to configure the access category for the TWT queue */ WMI_PDEV_PARAM_TWT_AC_CONFIG, /* * TX xretry extension parameter to allow product specific adjustment. * I.e. multiply the xretry counter by N% for a requirement from framework. */ WMI_PDEV_PARAM_PDEV_STATS_TX_XRETRY_EXT, } WMI_PDEV_PARAM; 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_ 1075 #define __WMI_REVISION_ 1076 /** 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 −0 Original line number Diff line number Diff line Loading @@ -7749,6 +7749,12 @@ typedef enum { /* Param to configure the access category for the TWT queue */ WMI_PDEV_PARAM_TWT_AC_CONFIG, /* * TX xretry extension parameter to allow product specific adjustment. * I.e. multiply the xretry counter by N% for a requirement from framework. */ WMI_PDEV_PARAM_PDEV_STATS_TX_XRETRY_EXT, } WMI_PDEV_PARAM;
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_ 1075 #define __WMI_REVISION_ 1076 /** The Version Namespace should not be normally changed. Only * host and firmware of the same WMI namespace will work Loading