aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.c
diff options
context:
space:
mode:
authorLuis Carlos Cobo <luisca@cozybit.com>2008-03-31 20:39:18 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-04-01 17:14:12 -0400
commit6c4711b4697d93424e4b1f76a9929ba844d714a5 (patch)
tree84fe42a88c9bac873889bd03ae8173db1b2b3aeb /net/mac80211/mesh.c
parent05e5e88373d91c75e9262a3f984be511960e510d (diff)
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.c')
-rw-r--r--net/mac80211/mesh.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/net/mac80211/mesh.c b/net/mac80211/mesh.c
index 594a3356a508..b10f1e543a94 100644
--- a/net/mac80211/mesh.c
+++ b/net/mac80211/mesh.c
@@ -11,10 +11,6 @@
11#include "ieee80211_i.h" 11#include "ieee80211_i.h"
12#include "mesh.h" 12#include "mesh.h"
13 13
14#define PP_OFFSET 1 /* Path Selection Protocol */
15#define PM_OFFSET 5 /* Path Selection Metric */
16#define CC_OFFSET 9 /* Congestion Control Mode */
17#define CAPAB_OFFSET 17
18#define ACCEPT_PLINKS 0x80 14#define ACCEPT_PLINKS 0x80
19 15
20int mesh_allocated; 16int mesh_allocated;