aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Leffler <sam@FreeBSD.org>2009-05-02 20:18:18 +0000
committerSam Leffler <sam@FreeBSD.org>2009-05-02 20:18:18 +0000
commit24a599dd50f9ccab80d128117171f6eefc523a37 (patch)
tree9abca79e7c8f04c733f486a384a408e5c7225a03
parent04f19fd699f50d949be1b6ff40287ddb3982ffe0 (diff)
downloadsrc-24a599dd50f9ccab80d128117171f6eefc523a37.tar.gz
src-24a599dd50f9ccab80d128117171f6eefc523a37.zip
whitespace
Notes
Notes: svn path=/head/; revision=191754
-rw-r--r--sys/net80211/ieee80211_adhoc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/net80211/ieee80211_adhoc.c b/sys/net80211/ieee80211_adhoc.c
index 2eb483abc855..3b230e659a4f 100644
--- a/sys/net80211/ieee80211_adhoc.c
+++ b/sys/net80211/ieee80211_adhoc.c
@@ -648,6 +648,7 @@ adhoc_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, "bad", "frame type 0x%x", type);