aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.h
diff options
context:
space:
mode:
authorLuis Carlos Cobo <luisca@cozybit.com>2008-04-23 15:15:29 -0400
committerJohn W. Linville <linville@tuxdriver.com>2008-04-30 20:34:26 -0400
commit51ceddade0fb1e15f080b2555f3b3e1d68c6707e (patch)
tree341183c318900251890f341e4b672f33791ae6b1 /net/mac80211/mesh.h
parent809917903127804c2b2ac76342ab0f29f4b394d3 (diff)
mac80211: use 4-byte mesh sequence number
This follows the new 802.11s/D2.0 draft. Signed-off-by: Luis Carlos Cobo <luisca@cozybit.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'net/mac80211/mesh.h')
-rw-r--r--net/mac80211/mesh.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h
index 742003d3a841..9f8cb7690498 100644
--- a/net/mac80211/mesh.h
+++ b/net/mac80211/mesh.h
@@ -139,7 +139,7 @@ struct rmc_entry {
139 139
140struct mesh_rmc { 140struct mesh_rmc {
141 struct rmc_entry bucket[RMC_BUCKETS]; 141 struct rmc_entry bucket[RMC_BUCKETS];
142 u8 idx_mask; 142 u32 idx_mask;
143}; 143};
144 144
145 145