[net80211] Treat frames without an rx status as not a decap'ed A-MSDU.
Drivers for NICs which do A-MSDU decap in hardware / driver will need to set the rx status, so if it's missing then treat it as not a decap'ed A-MSDU.
This commit is contained in:
parent
1209ded2e1
commit
e9efad4f9e
@ -136,7 +136,8 @@ ishtinfooui(const uint8_t *frm)
|
||||
static __inline int
|
||||
ieee80211_check_rxseq_amsdu(const struct ieee80211_rx_stats *rxs)
|
||||
{
|
||||
|
||||
if (rxs == NULL)
|
||||
return 0;
|
||||
return (!! (rxs->c_pktflags & IEEE80211_RX_F_AMSDU));
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user