Explorar el Código

mac80211: enable debugfs support by default - having access to the rate control statistics is very useful for figuring out the real quality of a link

SVN-Revision: 20011
Felix Fietkau hace 16 años
padre
commit
908ffaaac7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      package/mac80211/Config.in

+ 1 - 0
package/mac80211/Config.in

@@ -3,6 +3,7 @@
 config PACKAGE_MAC80211_DEBUGFS
 config PACKAGE_MAC80211_DEBUGFS
 	bool "Export mac80211 internals in DebugFS"
 	bool "Export mac80211 internals in DebugFS"
 	depends on PACKAGE_kmod-mac80211
 	depends on PACKAGE_kmod-mac80211
+	default y
 	---help---
 	---help---
 	  Select this to see extensive information about
 	  Select this to see extensive information about
 	  the internal state of mac80211 in debugfs.
 	  the internal state of mac80211 in debugfs.