svn commit: r204369 - stable/8/sys/dev/ath

Rui Paulo rpaulo at FreeBSD.org
Fri Feb 26 20:25:31 UTC 2010


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


More information about the svn-src-stable mailing list