diff options
author | Luis Carlos Cobo <luisca@cozybit.com> | 2008-04-23 12:15:29 -0700 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2008-04-30 20:34:26 -0400 |
commit | 51ceddade0fb1e15f080b2555f3b3e1d68c6707e (patch) | |
tree | 341183c318900251890f341e4b672f33791ae6b1 /net/mac80211/mesh.h | |
parent | 809917903127804c2b2ac76342ab0f29f4b394d3 (diff) | |
download | op-kernel-dev-51ceddade0fb1e15f080b2555f3b3e1d68c6707e.zip op-kernel-dev-51ceddade0fb1e15f080b2555f3b3e1d68c6707e.tar.gz |
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.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h index 742003d..9f8cb76 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h @@ -139,7 +139,7 @@ struct rmc_entry { struct mesh_rmc { struct rmc_entry bucket[RMC_BUCKETS]; - u8 idx_mask; + u32 idx_mask; }; |