mac80211: add missing new line in debug print HT_DEBUG
[pandora-kernel.git] / net / mac80211 / mesh.h
index 9ee3aff..2e161f6 100644 (file)
@@ -140,7 +140,7 @@ struct rmc_entry {
 
 struct mesh_rmc {
        struct rmc_entry bucket[RMC_BUCKETS];
-       u8 idx_mask;
+       u32 idx_mask;
 };