mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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
32b3ec7df1
commit
5fb654dcd1
1 changed files with 0 additions and 2 deletions
|
|
@ -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 a new issue