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:
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user