Wireless
Participate in insightful discussions regarding issues related to Intel® Wireless Adapters and technologies
7430 Discussions

AX200 Dynamic bandwidth allocation

LeonidG
Beginner
493 Views

Hi.

I'm looking how to enable Dynamic bandwidth allocation in AX200.

There is an LQ command and 

 

/* Bit 6: (0) No dynamic BW selection (1) Allow dynamic BW selection
* Dyanmic BW selection allows Tx with narrower BW then requested in rates
*/
#define LQ_FLAG_DYNAMIC_BW_POS 6
#define LQ_FLAG_DYNAMIC_BW_MSK (1 << LQ_FLAG_DYNAMIC_BW_POS) 

but it's not allowed in case of IWL_UCODE_TLV_CAPA_TLC_OFFLOAD: firmware implements rate scaling algorithm.

What is the proper was to enable DYNAMIC_BW ? 

 

Thanks.

0 Kudos
2 Replies
Jean_Intel
Employee
466 Views

Hello LeonidG,


Thank you for posting on the Intel️® communities.  


I will proceed to check the issue internally and post back soon with more details. 


Best regards, 

Jean O.  

Intel Customer Support Technician


0 Kudos
Jean_Intel
Employee
458 Views

Hello LeonidG,


The current software does not provide options to enable DBS. You can use AP software to control bandwidth, or as an example: the Killer performance suit allows this option.


For regular AX200, there is no software available to do this from the network adapter side.


As there are no other suggestions that we can provide you. I will close it now. Please keep in mind that this thread will no longer be monitored by Intel. Thank you for your understanding.  


Best regards, 

Jean O.  

Intel Customer Support Technician


0 Kudos
Reply