svn commit: r203695 - head/sys/dev/ath

Tai-hwa Liang avatar at FreeBSD.org
Tue Feb 9 04:07:40 UTC 2010


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


More information about the svn-src-head mailing list