aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2017-06-14 13:24:00 -0700
committerRobin H. Johnson <robbat2@gentoo.org>2017-06-14 13:24:00 -0700
commit6f5d456e3191dce6e7a86d7970b2ed7503854784 (patch)
tree2a93dcd2f67ec23c7f9d65030f5618a39edd6531 /doc
parentiproute2: apply ipproto=-6 cleanup. (diff)
parentAdd new iw module for wireless to supersede iwconfig (diff)
downloadnetifrc-6f5d456e3191dce6e7a86d7970b2ed7503854784.tar.gz
netifrc-6f5d456e3191dce6e7a86d7970b2ed7503854784.tar.bz2
netifrc-6f5d456e3191dce6e7a86d7970b2ed7503854784.zip
Merge remote-tracking branch 'origin/iw'
Diffstat (limited to 'doc')
-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 cf8439d..6a57e43 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