HEX
Server: Apache/2.4.65 (Ubuntu)
System: Linux ielts-store-v2 6.8.0-1036-gcp #38~22.04.1-Ubuntu SMP Thu Aug 14 01:19:18 UTC 2025 x86_64
User: root (0)
PHP: 7.2.34-54+ubuntu20.04.1+deb.sury.org+1
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: //usr/src/linux-headers-6.8.0-1036-gcp/drivers/net/wireless/realtek/rtl8xxxu/Kconfig
# SPDX-License-Identifier: GPL-2.0-only
#
# RTL8XXXU Wireless LAN device configuration
#
config RTL8XXXU
	tristate "Realtek 802.11n USB wireless chips support"
	depends on MAC80211 && USB
	depends on LEDS_CLASS
	help
	  This is an alternative driver for various Realtek RTL8XXX
	  parts written to utilize the Linux mac80211 stack.
	  The driver is known to work with a number of RTL8723AU,
	  RL8188CU, RTL8188RU, RTL8191CU, RTL8192CU, RTL8723BU, RTL8192EU,
	  RTL8188FU, RTL8188EU, RTL8710BU (aka RTL8188GU), and RTL8192FU
	  devices.

	  This driver is under development and has a limited feature
	  set. In particular it does not yet support 40MHz channels
	  and power management. However it should have a smaller
	  memory footprint than the vendor drivers and benefits
	  from the in kernel mac80211 stack.

	  It can coexist with drivers from drivers/staging/rtl8723au,
	  drivers/staging/rtl8192u, and drivers/net/wireless/rtlwifi,
	  but you will need to control which module you wish to load.

	  To compile this driver as a module, choose M here: the module will
	  be called rtl8xxxu.  If unsure, say N.

config RTL8XXXU_UNTESTED
	bool "Include support for untested Realtek 8xxx USB devices (EXPERIMENTAL)"
	depends on RTL8XXXU
	help
	  This option enables detection of Realtek 8723/8188/8191/8192 WiFi
	  USB devices which have not been tested directly by the driver
	  author or reported to be working by third parties.

	  Please report your results!