From: Luis R. Rodriguez Date: Tue, 7 Jul 2009 21:23:19 +0000 (-0700) Subject: Add new CONFIG_CFG80211_DEFAULT_PS* kconfig to config.mk X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=9b99d3de34d849f2b45e1804012bf1160629de00;p=openwrt%2Fstaging%2Fblogic.git Add new CONFIG_CFG80211_DEFAULT_PS* kconfig to config.mk These were previously only available for mac80211 drivers. cfg80211 inherits this now. Signed-off-by: Luis R. Rodriguez --- diff --git a/config.mk b/config.mk index d27d0ed71dd5..447a7c0ba48e 100644 --- a/config.mk +++ b/config.mk @@ -75,9 +75,6 @@ endif # kernel Makefile check # Wireless subsystem stuff CONFIG_MAC80211=m -CONFIG_MAC80211_DEFAULT_PS=y -CONFIG_MAC80211_DEFAULT_PS_VALUE=1 - # CONFIG_MAC80211_DEBUGFS=y # CONFIG_MAC80211_DEBUG_MENU=y # CONFIG_MAC80211_DEBUG_PACKET_ALIGNMENT=y @@ -105,6 +102,8 @@ CONFIG_MAC80211_LEDS=y CONFIG_MAC80211_MESH=y CONFIG_CFG80211=m +CONFIG_CFG80211_DEFAULT_PS=y +CONFIG_CFG80211_DEFAULT_PS_VALUE=1 # CONFIG_CFG80211_REG_DEBUG=y CONFIG_LIB80211=m