From ec4313cb78d20fc990200589161ae4a67ddb4d4b Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Sun, 26 Apr 2009 22:44:23 +0000 Subject: [PATCH] whitespace --- sys/net80211/ieee80211_sta.c | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/net80211/ieee80211_sta.c b/sys/net80211/ieee80211_sta.c index c4611d30807..33f6c27e93b 100644 --- a/sys/net80211/ieee80211_sta.c +++ b/sys/net80211/ieee80211_sta.c @@ -877,6 +877,7 @@ sta_input(struct ieee80211_node *ni, struct mbuf *m, IEEE80211_NODE_STAT(ni, rx_ctrl); vap->iv_recv_ctl(ni, m, subtype); goto out; + default: IEEE80211_DISCARD(vap, IEEE80211_MSG_ANY, wh, NULL, "bad frame type 0x%x", type);