aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'doc/net.example.Linux.in')
-rw-r--r--doc/net.example.Linux.in10
1 files changed, 7 insertions, 3 deletions
diff --git a/doc/net.example.Linux.in b/doc/net.example.Linux.in
index c895a17..bff7ede 100644
--- a/doc/net.example.Linux.in
+++ b/doc/net.example.Linux.in
@@ -168,9 +168,13 @@
#-----------------------------------------------------------------------------
# WIRELESS (802.11 support)
-# Wireless can be provided by iwconfig or wpa_supplicant
-# wpa_supplicant is preferred, use the modules directive to prefer iwconfig.
-#modules="iwconfig"
+# Wireless can be provided by iw, iwconfig or wpa_supplicant
+# wpa_supplicant is preferred, use the modules directive to prefer iw or iwconfig.
+#modules="iw" # Most modern drivers
+#modules="iwconfig" # Older WEXT only drivers, i.e. ipw2x00
+#
+# iw
+# emerge net-wireless/iw
#
# iwconfig
# emerge net-wireless/wireless-tools