From 74c9465320fc261ba6f3c26c2304d6b0ea29d4bd Mon Sep 17 00:00:00 2001 From: Sam Leffler Date: Sat, 3 May 2008 17:06:59 +0000 Subject: [PATCH] enable IEEE80211_AMDPU_AGE by default --- sys/modules/wlan/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/modules/wlan/Makefile b/sys/modules/wlan/Makefile index b6f10e30881..ba8e097c3f4 100644 --- a/sys/modules/wlan/Makefile +++ b/sys/modules/wlan/Makefile @@ -15,6 +15,7 @@ SRCS+= bus_if.h device_if.h opt_inet.h opt_ipx.h opt_wlan.h .if !defined(KERNBUILDDIR) opt_wlan.h: echo "#define IEEE80211_DEBUG 1" > opt_wlan.h + echo "#define IEEE80211_AMDPU_AGE 1" >> opt_wlan.h opt_inet.h: echo "#define INET 1" > opt_inet.h