aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.h
diff options
context:
space:
mode:
authorLuis Carlos Cobo <luisca@cozybit.com>2008-03-31 17:39:18 -0700
committerJohn W. Linville <linville@tuxdriver.com>2008-04-01 17:14:12 -0400
commit6c4711b4697d93424e4b1f76a9929ba844d714a5 (patch)
tree84fe42a88c9bac873889bd03ae8173db1b2b3aeb /net/mac80211/mesh.h
parentmac80211: check for mesh_config length on incoming management frames (diff)
downloadlinux-dev-6c4711b4697d93424e4b1f76a9929ba844d714a5.tar.xz
linux-dev-6c4711b4697d93424e4b1f76a9929ba844d714a5.zip
mac80211: use a struct for bss->mesh_config
This allows cleaner code when accesing bss->mesh_config components. Signed-off-by: Luis Carlos Cobo <luisca@cozybit.com> Acked-by: Johannes Berg <johannes@sipsolutions.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mesh.h')
-rw-r--r--net/mac80211/mesh.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h
index 742003d3a841..8ff46ea0f1d7 100644
--- a/net/mac80211/mesh.h
+++ b/net/mac80211/mesh.h
@@ -157,6 +157,16 @@ struct mesh_rmc {
*/
#define MESH_CFG_CMP_LEN 17
+/*
+ * Components offset within the mesh configuration IE
+ */
+#define PP_OFFSET 1 /* Path Selection Protocol */
+#define PM_OFFSET 5 /* Path Selection Metric */
+#define CC_OFFSET 9 /* Congestion Control Mode */
+#define CP_OFFSET 13 /* Channel Precedence */
+#define CAPAB_OFFSET 17 /* Mesh Capabilities */
+
+
/* Default values, timeouts in ms */
#define MESH_TTL 5
#define MESH_MAX_RETR 3