|
@@ -69,7 +69,7 @@
|
|
|
|
|
|
enum cfrmetaversion {
|
|
enum cfrmetaversion {
|
|
CFR_META_VERSION_NONE,
|
|
CFR_META_VERSION_NONE,
|
|
- CFR_META_VERSION_1, /* initial version for leg_cfr_metadata */
|
|
|
|
|
|
+ CFR_META_VERSION_1, /* initial version for legacy_cfr_metadata */
|
|
CFR_META_VERSION_2, /* initial version for dbr_cfr_metadata */
|
|
CFR_META_VERSION_2, /* initial version for dbr_cfr_metadata */
|
|
CFR_META_VERSION_3, /* initial version for enh_cfr_metadata */
|
|
CFR_META_VERSION_3, /* initial version for enh_cfr_metadata */
|
|
CFR_META_VERSION_4, /* agc gain, cfo, rx_start_ts in dbr_cfr_metadata */
|
|
CFR_META_VERSION_4, /* agc gain, cfo, rx_start_ts in dbr_cfr_metadata */
|
|
@@ -143,7 +143,7 @@ enum cfr_capture_type {
|
|
};
|
|
};
|
|
|
|
|
|
/* ensure to add new members at the end of the structure only */
|
|
/* ensure to add new members at the end of the structure only */
|
|
-struct leg_cfr_metadata {
|
|
|
|
|
|
+struct legacy_cfr_metadata {
|
|
u_int8_t peer_addr[QDF_MAC_ADDR_SIZE];
|
|
u_int8_t peer_addr[QDF_MAC_ADDR_SIZE];
|
|
u_int8_t status;
|
|
u_int8_t status;
|
|
u_int8_t capture_bw;
|
|
u_int8_t capture_bw;
|
|
@@ -246,7 +246,7 @@ struct cfr_header_cmn {
|
|
struct csi_cfr_header {
|
|
struct csi_cfr_header {
|
|
struct cfr_header_cmn cmn;
|
|
struct cfr_header_cmn cmn;
|
|
union {
|
|
union {
|
|
- struct leg_cfr_metadata meta_leg;
|
|
|
|
|
|
+ struct legacy_cfr_metadata meta_legacy;
|
|
struct dbr_cfr_metadata meta_dbr;
|
|
struct dbr_cfr_metadata meta_dbr;
|
|
#ifdef WLAN_ENH_CFR_ENABLE
|
|
#ifdef WLAN_ENH_CFR_ENABLE
|
|
struct enh_cfr_metadata meta_enh;
|
|
struct enh_cfr_metadata meta_enh;
|