svn commit: r289821 - head/sys/dev/usb/wlan

Hans Petter Selasky hselasky at FreeBSD.org
Fri Oct 23 11:00:37 UTC 2015


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],


More information about the svn-src-all mailing list