Date: Fri, 6 Dec 2013 22:13:52 +0000 (UTC) From: Hans Petter Selasky <hselasky@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r259046 - head/sys/dev/usb/wlan Message-ID: <201312062213.rB6MDqnM052042@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: hselasky Date: Fri Dec 6 22:13:51 2013 New Revision: 259046 URL: http://svnweb.freebsd.org/changeset/base/259046 Log: Fix compilation when the "USB_DEBUG" option is set. Modified: head/sys/dev/usb/wlan/if_run.c Modified: head/sys/dev/usb/wlan/if_run.c ============================================================================== --- head/sys/dev/usb/wlan/if_run.c Fri Dec 6 21:44:13 2013 (r259045) +++ head/sys/dev/usb/wlan/if_run.c Fri Dec 6 22:13:51 2013 (r259046) @@ -3230,7 +3230,7 @@ run_tx(struct run_softc *sc, struct mbuf 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); }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201312062213.rB6MDqnM052042>