whitespace

This commit is contained in:
Sam Leffler 2009-04-26 22:44:23 +00:00
parent 093f25f8c8
commit ec4313cb78
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191549

View File

@ -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);