|
@@ -2634,6 +2634,14 @@ typedef struct {
|
|
|
* allowed but not required to use peer map/unmap v2 format.
|
|
|
*/
|
|
|
A_UINT32 peer_map_unmap_v2_support;
|
|
|
+
|
|
|
+ /** Sched config params for all pdevs
|
|
|
+ * These tx scheduling configuration parameters are currently only
|
|
|
+ * used for internal testing purposes; therefore the non-default
|
|
|
+ * values for this field are not currently documented.
|
|
|
+ * For regular use, this field should be set to 0x0.
|
|
|
+ */
|
|
|
+ A_UINT32 sched_params;
|
|
|
} wmi_resource_config;
|
|
|
|
|
|
#define WMI_RSRC_CFG_FLAG_SET(word32, flag, value) \
|