aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/dc/if_dc.c
diff options
context:
space:
mode:
authorPyun YongHyeon <yongari@FreeBSD.org>2011-02-18 23:18:08 +0000
committerPyun YongHyeon <yongari@FreeBSD.org>2011-02-18 23:18:08 +0000
commita5db292f7ba498007d039b0a1a6b550a7f47aba8 (patch)
tree82378242d3293fe42b1d808d8df1de02c3abbfc6 /sys/dev/dc/if_dc.c
parent24507bc168fb85d8180f2890eff853522f449374 (diff)
Notes
Diffstat (limited to 'sys/dev/dc/if_dc.c')
-rw-r--r--sys/dev/dc/if_dc.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/dc/if_dc.c b/sys/dev/dc/if_dc.c
index 52e4d71d40bf..75f10fcfad0b 100644
--- a/sys/dev/dc/if_dc.c
+++ b/sys/dev/dc/if_dc.c
@@ -2671,7 +2671,6 @@ dc_pnic_rx_bug_war(struct dc_softc *sc, int idx)
* the status word to make it look like a successful
* frame reception.
*/
- dc_newbuf(sc, i, 0);
bcopy(ptr, mtod(m, char *), total_len);
cur_rx->dc_status = htole32(rxstat | DC_RXSTAT_FIRSTFRAG);
}