From fab9bd238b3d73d933551983b4d33c258e7dcee7 Mon Sep 17 00:00:00 2001 From: avatar Date: Tue, 9 Feb 2010 04:07:39 +0000 Subject: Fixing compilation bustage by removing a stray comment fragment. --- sys/dev/ath/if_ath.c | 1 - 1 file changed, 1 deletion(-) (limited to 'sys/dev/ath/if_ath.c') diff --git a/sys/dev/ath/if_ath.c b/sys/dev/ath/if_ath.c index d00d469..b197673 100644 --- a/sys/dev/ath/if_ath.c +++ b/sys/dev/ath/if_ath.c @@ -2236,7 +2236,6 @@ ath_key_alloc(struct ieee80211vap *vap, struct ieee80211_key *k, "%s: bogus group key\n", __func__); return 0; } - */ if (vap->iv_opmode != IEEE80211_M_HOSTAP || !(k->wk_flags & IEEE80211_KEY_GROUP) || !sc->sc_mcastkey) { -- cgit v1.1