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
committed by snandini
コミット 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 {