mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-13 09:36:23 +07:00
5421cf84af
Adjust indentation from spaces to tab (+optional two spaces) as in coding style. This fixes various indentation mixups (seven spaces, tab+one space, etc). Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org> Signed-off-by: David S. Miller <davem@davemloft.net>
10 lines
287 B
Plaintext
10 lines
287 B
Plaintext
# 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.
|