docs: update uci's wireless reconfiguration text
authorChristian Lamparter <chunkeey@googlemail.com>
Mon, 17 Oct 2016 13:59:16 +0000 (15:59 +0200)
committerJohn Crispin <john@phrozen.org>
Mon, 24 Oct 2016 19:10:40 +0000 (21:10 +0200)
"wifi detect" has been replaced by "wifi config". It no longer
needs the file redirection to /etc/config/wireless.

It also removes the half sentence about rebuilding the
configuration when installing a new device. I think it is
bad advice to nuke the entire existing configuration just
to add a new wifi device.

Signed-off-by: Christian Lamparter <chunkeey@gmail.com>
docs/uci_wireless.txt

index d43df0ef5e8c5228ceb67e0427d16564871a9f51..1fada2eefd7c99d355b2fc63fae25c71c0b9bf15 100644 (file)
@@ -333,11 +333,11 @@ Wireless interfaces are brought up and down with the 'wifi' command. To (re)star
 
 == Regenerate Configuration
 
-To rebuild the configuration file, e.g. after installing a new wireless driver, remove the existing wireless configuration (if any) and use the 'wifi detect' command with stdout redirected to the '/etc/config/wireless' file:
+To rebuild the configuration file, remove the existing wireless configuration (if any) and use the 'wifi config' command:
 
 ----
 rm -f /etc/config/wireless
-wifi detect > /etc/config/wireless
+wifi config
 ----
 
 == 40 MHz channel width (up to 300 Mbps) for 802.11n devices ONLY