summaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.h
diff options
context:
space:
mode:
authorLuis Carlos Cobo2008-04-23 21:15:29 +0200
committerJohn W. Linville2008-05-01 02:34:26 +0200
commit51ceddade0fb1e15f080b2555f3b3e1d68c6707e (patch)
tree341183c318900251890f341e4b672f33791ae6b1 /net/mac80211/mesh.h
parentipv6: Compilation fix for compat MCAST_MSFILTER sockopts. (diff)
downloadkernel-qcow2-linux-51ceddade0fb1e15f080b2555f3b3e1d68c6707e.tar.gz
kernel-qcow2-linux-51ceddade0fb1e15f080b2555f3b3e1d68c6707e.tar.xz
kernel-qcow2-linux-51ceddade0fb1e15f080b2555f3b3e1d68c6707e.zip
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 {
struct mesh_rmc {
struct rmc_entry bucket[RMC_BUCKETS];
- u8 idx_mask;
+ u32 idx_mask;
};