X-Git-Url: http://git.ozo.com/?a=blobdiff_plain;f=package%2Fmac80211%2FConfig.in;h=35f01c8a8026d58a4a56321034634b79afad4447;hb=560a9b93442438949486f3ef5953c433273784f6;hp=355459c6ef356db6ed23dc6a72492d5bc0a74faf;hpb=13ef4d311732c7df15aa4debdb9dbad5015ecee1;p=openwrt-10.03%2F.git diff --git a/package/mac80211/Config.in b/package/mac80211/Config.in index 355459c6e..35f01c8a8 100644 --- a/package/mac80211/Config.in +++ b/package/mac80211/Config.in @@ -1,19 +1,10 @@ -# MadWifi configuration +# mac80211 configuration -choice - prompt "b43 firmware version" - depends on PACKAGE_kmod-b43 - default B43_STABLE - help - This option allows you to select the version of the b43 firmware. +config PACKAGE_MAC80211_DEBUGFS + bool "Export mac80211 internals in DebugFS" + depends on PACKAGE_kmod-mac80211 + ---help--- + Select this to see extensive information about + the internal state of mac80211 in debugfs. -config B43_STABLE - bool "4.150.10.5 (stable)" - -config B43_EXPERIMENTAL - bool "4.178.10.4 (experimental)" - -config B43_OPENFIRMWARE - bool "Open FirmWare for WiFi networks" - -endchoice + Say N unless you know you need this.