Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Oct 2015 11:00:35 +0000 (UTC)
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r289821 - head/sys/dev/usb/wlan
Message-ID:  <201510231100.t9NB0ZvJ035356@repo.freebsd.org>

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



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