mac80211: add api for monitoring/controlling rate control from user space
[openwrt/staging/nbd.git] / package / kernel / mac80211 / Makefile
index 566cfdd7b2efcb738f16ba049da005ac330a09aa..b01a16accab5da723bc7ef13c61bfd0a3c1f43f1 100644 (file)
@@ -129,7 +129,7 @@ define KernelPackage/mac80211
   $(call KernelPackage/mac80211/Default)
   TITLE:=Linux 802.11 Wireless Networking Stack
   # +kmod-crypto-cmac is a runtime only dependency of net/mac80211/aes_cmac.c
-  DEPENDS+= +kmod-cfg80211 +kmod-crypto-cmac +kmod-crypto-ccm +kmod-crypto-gcm +hostapd-common
+  DEPENDS+= +kmod-cfg80211 +kmod-crypto-cmac +kmod-crypto-ccm +kmod-crypto-gcm +hostapd-common +@KERNEL_RELAY
   KCONFIG:=\
        CONFIG_AVERAGE=y
   FILES:= $(PKG_BUILD_DIR)/net/mac80211/mac80211.ko
@@ -253,7 +253,8 @@ endef
 ifdef CONFIG_PACKAGE_MAC80211_DEBUGFS
   config-y += \
        CFG80211_DEBUGFS \
-       MAC80211_DEBUGFS
+       MAC80211_DEBUGFS \
+       MAC80211_RC_MINSTREL_DEBUGFS_API
 endif
 
 ifdef CONFIG_PACKAGE_MAC80211_TRACING