diff options
author | bschmidt <bschmidt@FreeBSD.org> | 2011-05-21 16:34:53 +0000 |
---|---|---|
committer | bschmidt <bschmidt@FreeBSD.org> | 2011-05-21 16:34:53 +0000 |
commit | d2b0a81dd124a2baa007b527e018b1a9a6082bd3 (patch) | |
tree | e54475b2013641ddc114d8fca71d6fc905fc4b2f /sys/modules/wlan | |
parent | d865e9ee8fe0e2c9485df849fc5c963bf0332d4d (diff) | |
download | FreeBSD-src-d2b0a81dd124a2baa007b527e018b1a9a6082bd3.zip FreeBSD-src-d2b0a81dd124a2baa007b527e018b1a9a6082bd3.tar.gz |
Fix a typo, it is MPDU not MDPU.
Diffstat (limited to 'sys/modules/wlan')
-rw-r--r-- | sys/modules/wlan/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/wlan/Makefile b/sys/modules/wlan/Makefile index 682aab3..f96ad32 100644 --- a/sys/modules/wlan/Makefile +++ b/sys/modules/wlan/Makefile @@ -18,7 +18,7 @@ SRCS+= bus_if.h device_if.h opt_inet.h opt_inet6.h opt_ipx.h opt_wlan.h \ .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} |