projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
when using -O2 instead of -Os, get rid of the two optimizations that are causing...
[openwrt.git]
/
docs
/
wireless.tex
diff --git
a/docs/wireless.tex
b/docs/wireless.tex
index
d92fa76
..
16dcd68
100644
(file)
--- 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 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}:}
\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.
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}
\end{itemize}
\paragraph{Mesh Point}
This page took
0.021 seconds
and
4
git commands to generate.