qcacmn: Fix AMPDU status info in radiotap header
AMPDU flag check is not present when radiotap header is updated. This fix will check for rs_flags to check and set AMPDU present Change-Id: I9e0a703a46459b1013af092f8cb8b7cd35f1a3ce CRs-Fixed: 2204278
This commit is contained in:

committed by
nshrivas

parent
2c0da266be
commit
19f4f63c35
@@ -218,7 +218,7 @@
|
||||
* @he_data4: HE property of received frame
|
||||
* @he_data5: HE property of received frame
|
||||
* @prev_ppdu_id: ppdu_id in previously received message
|
||||
*
|
||||
* @ppdu_id: Id of the PLCP protocol data unit
|
||||
*/
|
||||
struct mon_rx_status {
|
||||
uint64_t tsft;
|
||||
@@ -288,6 +288,7 @@ struct mon_rx_status {
|
||||
uint16_t he_data6;
|
||||
uint32_t ppdu_len;
|
||||
uint32_t prev_ppdu_id;
|
||||
uint32_t ppdu_id;
|
||||
};
|
||||
|
||||
/* Masks for HE SIG known fields in mon_rx_status structure */
|
||||
|
Reference in New Issue
Block a user