aboutsummaryrefslogtreecommitdiffstats
path: root/net/mac80211/mesh.h
diff options
context:
space:
mode:
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