summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjsg <jsg@openbsd.org>2005-12-09 03:48:11 +0000
committerjsg <jsg@openbsd.org>2005-12-09 03:48:11 +0000
commit9fe20b14df6343fe9cc1df632ebc8b56355a3f5f (patch)
tree121ea1714b1304e24d6a4130e4ec016238fab0f7
parentRemove surplus semicolon. (diff)
downloadwireguard-openbsd-9fe20b14df6343fe9cc1df632ebc8b56355a3f5f.tar.xz
wireguard-openbsd-9fe20b14df6343fe9cc1df632ebc8b56355a3f5f.zip
/* fall thru... */ -> /* FALLTHROUGH */
-rw-r--r--sys/net80211/ieee80211.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net80211/ieee80211.c b/sys/net80211/ieee80211.c
index 12750a59e24..38c0ac3133f 100644
--- a/sys/net80211/ieee80211.c
+++ b/sys/net80211/ieee80211.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ieee80211.c,v 1.14 2005/10/07 23:30:02 reyk Exp $ */
+/* $OpenBSD: ieee80211.c,v 1.15 2005/12/09 03:48:11 jsg Exp $ */
/* $NetBSD: ieee80211.c,v 1.19 2004/06/06 05:45:29 dyoung Exp $ */
/*-
@@ -894,7 +894,7 @@ ieee80211_rate2media(struct ieee80211com *ic, int rate,
break;
}
/* NB: hack, 11g matches both 11b+11a rates */
- /* fall thru... */
+ /* FALLTHROUGH */
case IEEE80211_MODE_11G:
mask |= IFM_IEEE80211_11G;
break;