svn commit: r289811 - head/sys/dev/usb/wlan
Hans Petter Selasky
hps at selasky.org
Fri Oct 23 11:11:47 UTC 2015
On 10/23/15 10:26, Andriy Voskoboinyk wrote:
> static int
> urtwn_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg)
> {
> @@ -1530,7 +1541,6 @@ urtwn_newstate(struct ieee80211vap *vap,
> struct urtwn_softc *sc = ic->ic_softc;
> struct ieee80211_node *ni;
> enum ieee80211_state ostate;
> - uint32_t reg;
Hi Andriy,
You can quickly test-build the USB kernel modules like this before
commit, to avoid most cases of kernel build failures:
make -m $PWD/share/mk -C sys/modules/usb/ clean cleandepend
make -m $PWD/share/mk -C sys/modules/usb/ depend all
make -m $PWD/share/mk -C sys/modules/usb/ clean cleandepend
make -m $PWD/share/mk -C sys/modules/usb/ DEBUG_FLAGS="-DUSB_DEBUG"
depend all
I've simply restored a line you removed in r289811 in r289821 for now.
If this was not correct or more changes should have been done, then
please fix.
Good luck with updating the USB WLAN drivers.
--HPS
More information about the svn-src-all
mailing list