mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Fix typo in previous commit.
This commit is contained in:
parent
d8ac0e6633
commit
71203720f3
1 changed files with 1 additions and 1 deletions
|
|
@ -5359,7 +5359,7 @@ iwn5000_rx_calib_result(struct iwn_softc *sc, struct iwn_rx_desc *desc,
|
|||
bus_dmamap_sync(sc->rxq.data_dmat, data->map, BUS_DMASYNC_POSTREAD);
|
||||
len = (le32toh(desc->len) & FRAME_SIZE_MASK);
|
||||
|
||||
/* Remove length filed itself. */
|
||||
/* Remove length field itself. */
|
||||
len -= 4;
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Reference in a new issue