svn commit: r222161 - head/sys/modules/wlan
Bernhard Schmidt
bschmidt at FreeBSD.org
Sat May 21 16:34:54 UTC 2011
Author: bschmidt
Date: Sat May 21 16:34:53 2011
New Revision: 222161
URL: http://svn.freebsd.org/changeset/base/222161
Log:
Fix a typo, it is MPDU not MDPU.
Modified:
head/sys/modules/wlan/Makefile
Modified: head/sys/modules/wlan/Makefile
==============================================================================
--- head/sys/modules/wlan/Makefile Sat May 21 16:17:39 2011 (r222160)
+++ head/sys/modules/wlan/Makefile Sat May 21 16:34:53 2011 (r222161)
@@ -18,7 +18,7 @@ SRCS+= bus_if.h device_if.h opt_inet.h o
.if !defined(KERNBUILDDIR)
opt_wlan.h:
echo "#define IEEE80211_DEBUG 1" > ${.TARGET}
- echo "#define IEEE80211_AMDPU_AGE 1" >> ${.TARGET}
+ echo "#define IEEE80211_AMPDU_AGE 1" >> ${.TARGET}
echo "#define IEEE80211_SUPPORT_MESH 1" >> ${.TARGET}
opt_inet.h:
echo "#define INET 1" > ${.TARGET}
More information about the svn-src-head
mailing list