svn commit: r191549 - head/sys/net80211

Sam Leffler sam at FreeBSD.org
Sun Apr 26 22:44:23 UTC 2009


Author: sam
Date: Sun Apr 26 22:44:23 2009
New Revision: 191549
URL: http://svn.freebsd.org/changeset/base/191549

Log:
  whitespace

Modified:
  head/sys/net80211/ieee80211_sta.c

Modified: head/sys/net80211/ieee80211_sta.c
==============================================================================
--- head/sys/net80211/ieee80211_sta.c	Sun Apr 26 22:06:42 2009	(r191548)
+++ head/sys/net80211/ieee80211_sta.c	Sun Apr 26 22:44:23 2009	(r191549)
@@ -877,6 +877,7 @@ sta_input(struct ieee80211_node *ni, str
 		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);


More information about the svn-src-all mailing list