aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/wi
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2007-09-05 21:31:32 +0000
committerSam Leffler <sam@FreeBSD.org>2007-09-05 21:31:32 +0000
commit14fb6b8fe2dca7d3736d431ace232306e5afed31 (patch)
treec7c268164c82a154ffedc62c1299e8212a8aa455 /sys/dev/wi
parentdc60433061e9671a59402a7f18fc47bc4dd0ebd7 (diff)
Notes
Diffstat (limited to 'sys/dev/wi')
-rw-r--r--sys/dev/wi/if_wi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/wi/if_wi.c b/sys/dev/wi/if_wi.c
index efa7e4a26b29..aa716277ae75 100644
--- a/sys/dev/wi/if_wi.c
+++ b/sys/dev/wi/if_wi.c
@@ -3009,6 +3009,8 @@ wi_newstate(struct ieee80211com *ic, enum ieee80211_state nstate, int arg)
memcpy(ni->ni_essid, ssid.wi_ssid, ni->ni_esslen);
}
return (*sc->sc_newstate)(ic, nstate, arg);
+ default:
+ break;
}
return 0;
}