summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2009-09-22 16:17:05 +0000
committerJo-Philipp Wich <jow@openwrt.org>2009-09-22 16:17:05 +0000
commit392e45ef0938058ebce18be9bb9d1b7d2156212e (patch)
tree9376f22699399abbfa1006d91d54573a6751855d /docs
parentf58536ff836baa46177247372e182950126add51 (diff)
downloadmaster-31e0f0ae-392e45ef0938058ebce18be9bb9d1b7d2156212e.tar.gz
master-31e0f0ae-392e45ef0938058ebce18be9bb9d1b7d2156212e.tar.bz2
master-31e0f0ae-392e45ef0938058ebce18be9bb9d1b7d2156212e.zip
implement doth (802.11h) and wmm (802.11e) options for broadcom as well; update docs
SVN-Revision: 17676
Diffstat (limited to 'docs')
-rw-r--r--docs/wireless.tex10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/wireless.tex b/docs/wireless.tex
index d92fa76cd9..16dcd689fe 100644
--- a/docs/wireless.tex
+++ b/docs/wireless.tex
@@ -121,6 +121,8 @@ config wifi-iface
option port port
option hidden 0,1
option isolate 0,1 (broadcom)
+ option doth 0,1 (atheros, broadcom)
+ option wmm 0,1 (atheros, broadcom)
\end{Verbatim}
\paragraph{Options for the \texttt{wifi-device}:}
@@ -230,6 +232,14 @@ config wifi-iface
Optional: Isolation is a mode usually set on hotspots that limits the clients to communicate only with the AP and not with other wireless clients.
0 disables ap isolation (default); 1 enables ap isolation.
+ \item \texttt{doth} \\
+ Optional: Toggle 802.11h mode.
+ 0 disables 802.11h (default); 1 enables it.
+
+ \item \texttt{wmm} \\
+ Optional: Toggle 802.11e mode.
+ 0 disables 802.11e (default); 1 enables it.
+
\end{itemize}
\paragraph{Mesh Point}