]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/mac80211/mesh.c
wireless: restrict to 32 legacy rates
[net-next-2.6.git] / net / mac80211 / mesh.c
index 82f568e943657c2c5114ef111f57e53292011edc..2d573f8470d00dcbf912756a8841bcc6ce23e04d 100644 (file)
@@ -476,7 +476,7 @@ static void ieee80211_mesh_rx_bcn_presp(struct ieee80211_sub_if_data *sdata,
        struct ieee80211_local *local = sdata->local;
        struct ieee802_11_elems elems;
        struct ieee80211_channel *channel;
-       u64 supp_rates = 0;
+       u32 supp_rates = 0;
        size_t baselen;
        int freq;
        enum ieee80211_band band = rx_status->band;