diff options
author | David S. Miller <davem@davemloft.net> | 2008-05-01 05:06:32 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-05-01 05:06:32 -0400 |
commit | c2a3b233450d5bc426c063ea2d8a74351db29ea4 (patch) | |
tree | 3912c49e941b62ba20a4a7ed0b1b14c97f19ff32 /net/mac80211/mesh.h | |
parent | e4c576b911e364737b1bf4f5bfdab1c440713f26 (diff) | |
parent | c0d43990768b6ca83604ff4be80425b89d317e2f (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville/wireless-2.6
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 9ee3affab346..2e161f6d8288 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h | |||
@@ -140,7 +140,7 @@ struct rmc_entry { | |||
140 | 140 | ||
141 | struct mesh_rmc { | 141 | struct mesh_rmc { |
142 | struct rmc_entry bucket[RMC_BUCKETS]; | 142 | struct rmc_entry bucket[RMC_BUCKETS]; |
143 | u8 idx_mask; | 143 | u32 idx_mask; |
144 | }; | 144 | }; |
145 | 145 | ||
146 | 146 | ||