Staging
v0.8.1
https://github.com/torvalds/linux
Raw File
Tip revision: 4fe89d07dcc2804c8b562f6c7896a45643d34b2f authored by Linus Torvalds on 02 October 2022, 21:09:07 UTC
Linux 6.0
Tip revision: 4fe89d0
Kconfig
# SPDX-License-Identifier: ISC
config AR5523
	tristate "Atheros AR5523 wireless driver support"
	depends on MAC80211 && USB
	select ATH_COMMON
	select FW_LOADER
	help
	  This module add support for AR5523 based USB dongles such as D-Link
	  DWL-G132, Netgear WPN111 and many more.
back to top