Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 2 Jul 2012 06:05:26 +0000 (UTC)
From:      Adrian Chadd <adrian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r237955 - head/sys/dev/ath/ath_hal
Message-ID:  <201207020605.q6265Q2t048300@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: adrian
Date: Mon Jul  2 06:05:25 2012
New Revision: 237955
URL: http://svn.freebsd.org/changeset/base/237955

Log:
  Fix typo.

Modified:
  head/sys/dev/ath/ath_hal/ah.h

Modified: head/sys/dev/ath/ath_hal/ah.h
==============================================================================
--- head/sys/dev/ath/ath_hal/ah.h	Mon Jul  2 06:02:56 2012	(r237954)
+++ head/sys/dev/ath/ath_hal/ah.h	Mon Jul  2 06:05:25 2012	(r237955)
@@ -144,7 +144,7 @@ typedef enum {
 	HAL_CAP_DS		= 67,	/* 2 stream */
 	HAL_CAP_BB_RX_CLEAR_STUCK_HANG	= 68,
 	HAL_CAP_MAC_HANG	= 69,	/* can MAC hang */
-	HAL_CAP_MFP		= 70,	/* Manangement Frame Protection in hardware */
+	HAL_CAP_MFP		= 70,	/* Management Frame Protection in hardware */
 
 	HAL_CAP_TS		= 72,	/* 3 stream */
 



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