summaryrefslogtreecommitdiff
path: root/net/mac80211/mesh.c
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.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 @@
#include "ieee80211_i.h"
#include "mesh.h"
-#define PP_OFFSET 1 /* Path Selection Protocol */
-#define PM_OFFSET 5 /* Path Selection Metric */
-#define CC_OFFSET 9 /* Congestion Control Mode */
-#define CAPAB_OFFSET 17
#define ACCEPT_PLINKS 0x80
int mesh_allocated;