qcacmn: Add config option to set rts/cts rate

Add config option to set rts/cts rate.

Change-Id: Ifaaca2f60c90508ebbc88e096c6c1ce0b80bb7de
CRs-Fixed: 2771302
This commit is contained in:
Jayachandran Sreekumaran
2020-09-07 19:22:40 +05:30
committed by snandini
parent bdddeb7c22
commit e238ccb793
3 changed files with 8 additions and 0 deletions

View File

@@ -294,6 +294,7 @@ struct vdev_mlme_rate_info {
#ifdef WLAN_BCN_RATECODE_ENABLE
uint32_t bcn_tx_rate_code;
#endif
uint32_t rtscts_tx_rate;
uint8_t type;
uint32_t lower32;
uint32_t higher32;