Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Feb 2010 20:25:30 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org
Subject:   svn commit: r204369 - stable/8/sys/dev/ath
Message-ID:  <201002262025.o1QKPVWw044432@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rpaulo
Date: Fri Feb 26 20:25:30 2010
New Revision: 204369
URL: http://svn.freebsd.org/changeset/base/204369

Log:
  MFC r203695, r203751
    Fix spelling mistake and compile error.

Modified:
  stable/8/sys/dev/ath/if_ath.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/netinet/   (props changed)

Modified: stable/8/sys/dev/ath/if_ath.c
==============================================================================
--- stable/8/sys/dev/ath/if_ath.c	Fri Feb 26 20:17:17 2010	(r204368)
+++ stable/8/sys/dev/ath/if_ath.c	Fri Feb 26 20:25:30 2010	(r204369)
@@ -622,7 +622,7 @@ ath_attach(u_int16_t devid, struct ath_s
 	}
 	sc->sc_hasclrkey = ath_hal_ciphersupported(ah, HAL_CIPHER_CLR);
 	/*
-	 * Check for multicast key sarch support.
+	 * Check for multicast key search support.
 	 */
 	if (ath_hal_hasmcastkeysearch(sc->sc_ah) &&
 	    !ath_hal_getmcastkeysearch(sc->sc_ah)) {
@@ -2237,7 +2237,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?201002262025.o1QKPVWw044432>