summaryrefslogtreecommitdiffstats
path: root/sys/dev/ipw
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2007-10-12 10:00:26 +0000
committerthompsa <thompsa@FreeBSD.org>2007-10-12 10:00:26 +0000
commit48b5d78a41f35ce789d3d7930b203876aac96e13 (patch)
treeae7b4554a084a9bf3a9d0352f9f76a4a3883745a /sys/dev/ipw
parentff2915e146324d150e2b5f0b9e6daf92122236e4 (diff)
downloadFreeBSD-src-48b5d78a41f35ce789d3d7930b203876aac96e13.zip
FreeBSD-src-48b5d78a41f35ce789d3d7930b203876aac96e13.tar.gz
Remove unneeded debug printf that is broken on 64bit arches.
Diffstat (limited to 'sys/dev/ipw')
-rw-r--r--sys/dev/ipw/if_ipw.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ipw/if_ipw.c b/sys/dev/ipw/if_ipw.c
index f72c1c2..7150ac4 100644
--- a/sys/dev/ipw/if_ipw.c
+++ b/sys/dev/ipw/if_ipw.c
@@ -1644,7 +1644,7 @@ ipw_tx_start(struct ifnet *ifp, struct mbuf *m0, struct ieee80211_node *ni)
sbd->bd->flags |= IPW_BD_FLAG_TX_NOT_LAST_FRAGMENT;
}
- DPRINTFN(5, ("sending fragment (%d, %d)\n", i, segs[i].ds_len));
+ DPRINTFN(5, ("sending fragment (%d)\n", i));
sc->txfree--;
sc->txcur = (sc->txcur + 1) % IPW_NTBD;
OpenPOWER on IntegriCloud