qcacld-3.0: Fill MCS rates of peer for TDLS

Fill MCS rates of peer for TDLS change station.

Change-Id: I9d3306ec6ec2d876dadede60a616b2fcaf46236a
CRs-Fixed: 2886245
这个提交包含在:
Utkarsh Bhatnagar
2021-02-25 05:06:54 +05:30
提交者 snandini
父节点 4451104ce1
当前提交 68961616e9
修改 2 个文件,包含 21 行新增11 行删除

查看文件

@@ -773,7 +773,11 @@ struct vhtcap {
struct hecap {
uint8_t mac_cap_info[6];
uint8_t phycap_info[11];
};
struct {
uint16_t rx_map;
uint16_t tx_map;
} he_cap_mcs_info;
} qdf_packed;
#endif
struct tdls_update_peer_params {