qcacmn: Populate timestamp,duration,lsig_a stats

ppdu stats timestamp,duration,channel etc were not
updated and corrected the same

Also RSSI was incorrectly getting updated for
mcast frames also, fix both of the above issues

Change-Id: Id8446c6c0cfe8761f8c524fc7af0ff5bdd8b96aa
This commit is contained in:
Anish Nataraj
2018-02-07 23:04:24 +05:30
committed by snandini
parent e5dd51ce96
commit 57614da632
3 changed files with 6 additions and 4 deletions

View File

@@ -1036,7 +1036,7 @@ struct cdp_rx_indication_ppdu {
} u;
uint32_t lsig_a;
uint32_t rssi;
uint32_t timestamp;
uint64_t timestamp;
uint8_t channel;
};