Fix compilation when the "USB_DEBUG" option is set.

This commit is contained in:
Hans Petter Selasky 2013-12-06 22:13:51 +00:00
parent 1efe86bb37
commit daab849b2c

View File

@ -3230,7 +3230,7 @@ run_tx(struct run_softc *sc, struct mbuf *m, struct ieee80211_node *ni)
DPRINTFN(8, "sending data frame len=%d rate=%d qid=%d\n",
m->m_pkthdr.len + (int)(sizeof(struct rt2870_txd) +
sizeof(struct rt2870_txwi)), rt2860_rates[ridx].rate, qid);
sizeof(struct rt2860_txwi)), rt2860_rates[ridx].rate, qid);
return (0);
}