1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-02-08 19:12:49 +00:00

Fix a typo, it is MPDU not MDPU.

This commit is contained in:
Bernhard Schmidt 2011-05-21 16:34:53 +00:00
parent 47fb896960
commit 12732d309c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=222161

View File

@ -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}