qcacmn: Driver provides rx rates info instead of FW

Driver is able to get rates info per MSDU, which can
exclude special frames like ARP, DHCP, etc. This change
is to refill the rates info parsing by rateflags from FW,
including legacy rate, MCS, NSS, BW, preamble, GI, etc.

Change-Id: I043c3ba5c2a06019f3e9bd1765e6b8430174cf6b
CRs-Fixed: 3263832
此提交包含在:
jinbaoliu
2022-08-10 19:50:21 -07:00
提交者 Madan Koyyalamudi
父節點 d1a40c701e
當前提交 7e761c2015

查看文件

@@ -138,6 +138,19 @@ enum {
DP_VDEV_STATS_TX_ME,
};
/*
* BW types of used for RX PPDU
*/
enum rx_tlv_bw {
RX_TLV_BW_20MHZ,
RX_TLV_BW_40MHZ,
RX_TLV_BW_80MHZ,
RX_TLV_BW_160MHZ,
RX_TLV_BW_320MHZ,
RX_TLV_BW_240MHZ,
RX_TLV_BW_CNT,
};
/*
* typedef ipa_uc_op_cb_type - Register OP handler function
*/