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:
parent
5e6c8da764
commit
d4e60294b9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=172574
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user