|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /proc/21585/root/lib/modules/2.6.18-419.el5/source/net/wireless/ |
Upload File : |
config CFG80211 tristate "Improved wireless configuration API" depends on RFKILL || !RFKILL select WIRELESS_COMPAT config CFG80211_REG_DEBUG bool "cfg80211 regulatory debugging" depends on CFG80211 default n ---help--- You can enable this if you want to debug regulatory changes. If unsure, say N. config CFG80211_DEBUGFS bool "cfg80211 DebugFS entries" depends on CFG80211 && DEBUG_FS ---help--- You can enable this if you want to debugfs entries for cfg80211. If unsure, say N. config WIRELESS_OLD_REGULATORY bool "Old wireless static regulatory definitions" default n ---help--- This option enables the old static regulatory information and uses it within the new framework. This option is available for historical reasons and it is advised to leave it off. For details see: http://wireless.kernel.org/en/developers/Regulatory Say N and if you say Y, please tell us why. The default is N. config CFG80211_INTERNAL_REGDB bool "Statically compiled regulatory rules database" default n depends on CFG80211 ---help--- This option generates an internal data structure representing the wireless regulatory rules described in net/wireless/db.txt and includes code to query that database. This is an alternative to using CRDA for defining regulatory rules for the kernel. For details see: http://wireless.kernel.org/en/developers/Regulatory Most distributions have a CRDA package. So if unsure, say N. config WIRELESS_EXT bool "Wireless extensions" default n ---help--- This option enables the legacy wireless extensions (wireless network interface configuration via ioctls.) Wireless extensions will be replaced by cfg80211 and will be required only by legacy drivers that implement wireless extension handlers. This option does not affect the wireless-extension backward compatibility code in cfg80211. Say N (if you can) unless you know you need wireless extensions for external modules. config WIRELESS_COMPAT tristate "Wireless kernel compatibility code" depends on RFKILL || !RFKILL depends on CFG80211 || !CFG80211