Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 21 May 2011 16:41:41 +0000 (UTC)
From:      Bernhard Schmidt <bschmidt@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r222162 - head/sys/net80211
Message-ID:  <201105211641.p4LGffLB037697@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: bschmidt
Date: Sat May 21 16:41:41 2011
New Revision: 222162
URL: http://svn.freebsd.org/changeset/base/222162

Log:
  Fix typo, it is MPDU not MDPU.

Modified:
  head/sys/net80211/ieee80211_var.h

Modified: head/sys/net80211/ieee80211_var.h
==============================================================================
--- head/sys/net80211/ieee80211_var.h	Sat May 21 16:34:53 2011	(r222161)
+++ head/sys/net80211/ieee80211_var.h	Sat May 21 16:41:41 2011	(r222162)
@@ -578,7 +578,7 @@ MALLOC_DECLARE(M_80211_VAP);
 
 #define	IEEE80211_FHT_BITS \
 	"\20\1NONHT_PR" \
-	"\23GF\24HT\25AMDPU_TX\26AMPDU_TX" \
+	"\23GF\24HT\25AMPDU_TX\26AMPDU_TX" \
 	"\27AMSDU_TX\30AMSDU_RX\31USEHT40\32PUREN\33SHORTGI20\34SHORTGI40" \
 	"\35HTCOMPAT\36RIFS\37STBC_TX\40STBC_RX"
 



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