1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-23 11:18:54 +00:00

Remove unneeded debug printf that is broken on 64bit arches.

This commit is contained in:
Andrew Thompson 2007-10-12 10:00:26 +00:00
parent 5e6c8da764
commit d4e60294b9
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172574

View File

@ -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;