Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2015 13:13:25 +0200
From:      Hans Petter Selasky <hps@selasky.org>
To:        Andriy Voskoboinyk <avos@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r289811 - head/sys/dev/usb/wlan
Message-ID:  <562A1655.4030503@selasky.org>
In-Reply-To: <201510230826.t9N8QQgU088757@repo.freebsd.org>
References:  <201510230826.t9N8QQgU088757@repo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?562A1655.4030503>