diff options
author | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-01 08:47:40 +0000 |
---|---|---|
committer | florian <florian@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2007-08-01 08:47:40 +0000 |
commit | 6760c403b0641f1293b6cc895846d747fdead8b8 (patch) | |
tree | ccb6eb5eb2f76d74eb1a81f2dbe736194c3fa1c5 /docs | |
parent | 732595075be6d4084bd5e08f05443ca0637e9056 (diff) |
Fix a typo in the agmode selection
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8296 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'docs')
-rw-r--r-- | docs/wireless.tex | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/wireless.tex b/docs/wireless.tex index 7a7d528e8..67be1d2aa 100644 --- a/docs/wireless.tex +++ b/docs/wireless.tex @@ -25,7 +25,7 @@ config wifi-iface config wifi-device "wifi0" option type "atheros" option channel "5" - option mode "11g" + option agmode "11g" config wifi-iface option device "wifi0" @@ -77,7 +77,7 @@ config wifi-device wifi device name option channel 1-14 option maxassoc 1-128 (broadcom only) option distance 1-n - option mode 11b, 11g, 11a, 11bg (atheros only) + option agmode 11b, 11g, 11a, 11bg (atheros only) config wifi-iface option network the interface you want wifi to bridge with |