*Add better description in Kconfig
*Add myself to MAINTAINERS
Signed-off-by: Nick Kossifidis <[email protected]>
---
diff --git a/MAINTAINERS b/MAINTAINERS
index 751cd42..38b3956 100644
--- a/MAINTAINERS
+++ b/MAINTAINERS
@@ -652,9 +652,12 @@ S: Supported
ATHEROS ATH5K WIRELESS DRIVER
P: Jiri Slaby
M: [email protected]
+P: Nick Kossifidis
+M: [email protected]
P: Luis R. Rodriguez
M: [email protected]
L: [email protected]
+L: [email protected]
S: Maintained
ATL1 ETHERNET DRIVER
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig
index f29d24d..393301e 100644
--- a/drivers/net/wireless/Kconfig
+++ b/drivers/net/wireless/Kconfig
@@ -609,8 +609,13 @@ config ATH5K
depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
default m
---help---
- This module adds support for atheros 5xxx (e.g. 5212) wireless
- cards. If you have this card in your PC, select this to be build.
+ This module adds support for wireless adapters based on
+ Atheros 5xxx chipset.
+
+ Currently the following chip versions are supported:
+
+ MAC: AR5211 AR5212
+ PHY: RF5111/2111 RF5112/2112 RF5413/2413
This driver uses the kernel's mac80211 subsystem.
> *Add better description in Kconfig
> *Add myself to MAINTAINERS
>
> Signed-off-by: Nick Kossifidis <[email protected]>
Acked-by: Michael Renzmann <[email protected]>
I intended to submit a similar patch which adds ath5k-devel to
MAINTAINERS. Thanks Nick.
Bye, Mike