qcacld-3.0: Add rx rate info in connect_info debugfs

Currently in connect_info debugfs file, only tx rate info is presented.

Add rx_bit_rate to present rx rate info.

Change-Id: I24ceb287880a60896b49b69d40646b549fd9a3d1
CRs-Fixed: 2440285
这个提交包含在:
Rajeev Kumar Sirasanagandla
2019-04-30 23:36:24 +05:30
提交者 nshrivas
父节点 58f582d498
当前提交 e709bca3e5
修改 5 个文件,包含 109 行新增90 行删除

查看文件

@@ -156,6 +156,7 @@ struct hdd_conn_flag {
* @rate_flags: rate flags for current connection
* @freq: channel frequency
* @txrate: txrate structure holds nss & datarate info
* @rxrate: rx rate info
* @noise: holds noise information
* @ht_caps: holds ht capabilities info
* @vht_caps: holds vht capabilities info
@@ -192,6 +193,7 @@ struct hdd_connection_info {
uint32_t rate_flags;
uint32_t freq;
struct rate_info txrate;
struct rate_info rxrate;
int8_t noise;
struct ieee80211_ht_cap ht_caps;
struct ieee80211_vht_cap vht_caps;