mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-11-01 17:08:10 +00:00
0c0c9e7076
My mistake, I should have added that when cleaning up rfkill and changing wimax. Reported-by: Randy Dunlap <randy.dunlap@oracle.com> Signed-off-by: Johannes Berg <johannes@sipsolutions.net> Acked-by: Inaky Perez-Gonzalez <inaky@linux.intel.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
39 lines
1,008 B
Text
39 lines
1,008 B
Text
#
|
|
# WiMAX LAN device configuration
|
|
#
|
|
|
|
menuconfig WIMAX
|
|
tristate "WiMAX Wireless Broadband support"
|
|
depends on RFKILL || !RFKILL
|
|
help
|
|
|
|
Select to configure support for devices that provide
|
|
wireless broadband connectivity using the WiMAX protocol
|
|
(IEEE 802.16).
|
|
|
|
Please note that most of these devices require signing up
|
|
for a service plan with a provider.
|
|
|
|
The different WiMAX drivers can be enabled in the menu entry
|
|
|
|
Device Drivers > Network device support > WiMAX Wireless
|
|
Broadband devices
|
|
|
|
If unsure, it is safe to select M (module).
|
|
|
|
config WIMAX_DEBUG_LEVEL
|
|
int "WiMAX debug level"
|
|
depends on WIMAX
|
|
default 8
|
|
help
|
|
|
|
Select the maximum debug verbosity level to be compiled into
|
|
the WiMAX stack code.
|
|
|
|
By default, debug messages are disabled at runtime and can
|
|
be selectively enabled for different parts of the code using
|
|
the sysfs debug-levels file.
|
|
|
|
If set at zero, this will compile out all the debug code.
|
|
|
|
It is recommended that it is left at 8.
|