qcacmn: Populate RX PPDU length

Add change to compute and populate RX ppdu length
from RX ampdu length.

Change-Id: I0e60764be1d3b0a0e69a8dc52cfb094a5df0f596
このコミットが含まれているのは:
Soumya Bhat
2018-03-09 18:39:03 +05:30
committed by nshrivas
コミット 35fc699c0f
3個のファイルの変更23行の追加1行の削除

ファイルの表示

@@ -217,6 +217,7 @@
* @he_data3: HE property of received frame
* @he_data4: HE property of received frame
* @he_data5: HE property of received frame
* @prev_ppdu_id: ppdu_id in previously received message
*
*/
struct mon_rx_status {
@@ -286,6 +287,7 @@ struct mon_rx_status {
uint16_t he_data5;
uint16_t he_data6;
uint32_t ppdu_len;
uint32_t prev_ppdu_id;
};
/* Masks for HE SIG known fields in mon_rx_status structure */