summaryrefslogtreecommitdiffstats
path: root/sys/dev/iwn
diff options
context:
space:
mode:
authorbschmidt <bschmidt@FreeBSD.org>2010-09-19 12:52:23 +0000
committerbschmidt <bschmidt@FreeBSD.org>2010-09-19 12:52:23 +0000
commita63dfcea1b5254a2ac682c4079e4ec3f7739ac4e (patch)
tree6f1f27e19b2b1cf379256bcf41d7507c8ae0899b /sys/dev/iwn
parentf16827fbee9254414a7402a278e48df96773b112 (diff)
downloadFreeBSD-src-a63dfcea1b5254a2ac682c4079e4ec3f7739ac4e.zip
FreeBSD-src-a63dfcea1b5254a2ac682c4079e4ec3f7739ac4e.tar.gz
Fix typo in previous commit.
Diffstat (limited to 'sys/dev/iwn')
-rw-r--r--sys/dev/iwn/if_iwn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/iwn/if_iwn.c b/sys/dev/iwn/if_iwn.c
index ff95370..e5fa6d6 100644
--- a/sys/dev/iwn/if_iwn.c
+++ b/sys/dev/iwn/if_iwn.c
@@ -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;
/*
OpenPOWER on IntegriCloud