Author: hselasky
Date: Fri Oct 23 11:00:35 2015
New Revision: 289821
URL: https://svnweb.freebsd.org/changeset/base/289821

Log:
  Fix kernel build by restoring a temporary variable which was not yet
  ripe for removal.

Modified:
  head/sys/dev/usb/wlan/if_urtwn.c

Modified: head/sys/dev/usb/wlan/if_urtwn.c
==============================================================================
--- head/sys/dev/usb/wlan/if_urtwn.c    Fri Oct 23 10:48:29 2015        
(r289820)
+++ head/sys/dev/usb/wlan/if_urtwn.c    Fri Oct 23 11:00:35 2015        
(r289821)
@@ -1542,6 +1542,7 @@ urtwn_newstate(struct ieee80211vap *vap,
        struct urtwn_softc *sc = ic->ic_softc;
        struct ieee80211_node *ni;
        enum ieee80211_state ostate;
+       uint32_t reg;
 
        ostate = vap->iv_state;
        DPRINTF("%s -> %s\n", ieee80211_state_name[ostate],
_______________________________________________
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