Author: avatar Date: Tue Feb 9 04:07:39 2010 New Revision: 203695 URL: http://svn.freebsd.org/changeset/base/203695
Log: Fixing compilation bustage by removing a stray comment fragment. Modified: head/sys/dev/ath/if_ath.c Modified: head/sys/dev/ath/if_ath.c ============================================================================== --- head/sys/dev/ath/if_ath.c Tue Feb 9 01:19:10 2010 (r203694) +++ head/sys/dev/ath/if_ath.c Tue Feb 9 04:07:39 2010 (r203695) @@ -2236,7 +2236,6 @@ ath_key_alloc(struct ieee80211vap *vap, "%s: bogus group key\n", __func__); return 0; } - */ if (vap->iv_opmode != IEEE80211_M_HOSTAP || !(k->wk_flags & IEEE80211_KEY_GROUP) || !sc->sc_mcastkey) { _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"