X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=net%2Fmac80211%2Fmesh.h;h=2e161f6d8288255d47609fb83febf9bc2faae5ba;hb=9e4144abf8a30ae221311368bbb10690ebdb4b76;hp=742003d3a84112b91640b76f255ccb88d303ea44;hpb=135cedad7457be6a96d5e151dfd48f7888a75e94;p=linux-2.6 diff --git a/net/mac80211/mesh.h b/net/mac80211/mesh.h index 742003d3a8..2e161f6d82 100644 --- a/net/mac80211/mesh.h +++ b/net/mac80211/mesh.h @@ -13,6 +13,7 @@ #include #include +#include #include "ieee80211_i.h" @@ -139,7 +140,7 @@ struct rmc_entry { struct mesh_rmc { struct rmc_entry bucket[RMC_BUCKETS]; - u8 idx_mask; + u32 idx_mask; };