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
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to