don't need to check BWN_RX_PHYST0_SHORTPRMBL flag because it's already
handled in later. Reported from: imp, nwhitehorn
This commit is contained in:
parent
03ed16bc8d
commit
4e7898cde2
@ -9395,8 +9395,6 @@ bwn_rxeof(struct bwn_mac *mac, struct mbuf *m, const void *_rxhdr)
|
||||
device_printf(sc->sc_dev, "TODO RX: RX_FLAG_FAILED_FCS_CRC\n");
|
||||
if (phystat0 & (BWN_RX_PHYST0_PLCPHCF | BWN_RX_PHYST0_PLCPFV))
|
||||
device_printf(sc->sc_dev, "TODO RX: RX_FLAG_FAILED_PLCP_CRC\n");
|
||||
if (phystat0 & BWN_RX_PHYST0_SHORTPRMBL)
|
||||
device_printf(sc->sc_dev, "TODO RX: RX_FLAG_SHORTPRE\n");
|
||||
if (macstat & BWN_RX_MAC_DECERR)
|
||||
goto drop;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user