Fixing compilation bustage by removing a stray comment fragment.

This commit is contained in:
Tai-hwa Liang 2010-02-09 04:07:39 +00:00
parent cf223a88bc
commit 4a97e4f030

View File

@ -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) {