diff options
author | avatar <avatar@FreeBSD.org> | 2010-02-09 04:07:39 +0000 |
---|---|---|
committer | avatar <avatar@FreeBSD.org> | 2010-02-09 04:07:39 +0000 |
commit | fab9bd238b3d73d933551983b4d33c258e7dcee7 (patch) | |
tree | f860f1020ad4130802533781d9d08dc23a5c701d /sys/dev/ath/if_ath.c | |
parent | 34990e28171841f8788790dc6979b2dac223dd64 (diff) | |
download | FreeBSD-src-fab9bd238b3d73d933551983b4d33c258e7dcee7.zip FreeBSD-src-fab9bd238b3d73d933551983b4d33c258e7dcee7.tar.gz |
Fixing compilation bustage by removing a stray comment fragment.
Diffstat (limited to 'sys/dev/ath/if_ath.c')
-rw-r--r-- | sys/dev/ath/if_ath.c | 1 |
1 files changed, 0 insertions, 1 deletions
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) { |