mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix kernel build by restoring a temporary variable which was not yet
ripe for removal.
This commit is contained in:
parent
aeb1faa040
commit
74a24bbee6
1 changed files with 1 additions and 0 deletions
|
|
@ -1542,6 +1542,7 @@ urtwn_newstate(struct ieee80211vap *vap, enum ieee80211_state nstate, int arg)
|
|||
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],
|
||||
|
|
|
|||
Loading…
Reference in a new issue