Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 9 Feb 2010 04:07:39 +0000 (UTC)
From:      Tai-hwa Liang <avatar@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r203695 - head/sys/dev/ath
Message-ID:  <201002090407.o1947dX6051559@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201002090407.o1947dX6051559>