On Mon, 2012-03-19 at 08:36 +0100, Michal Kazior wrote: > -u32 ieee80211_mandatory_rates(struct ieee80211_local *local, > +u32 ieee80211_mandatory_rates(struct ieee80211_sub_if_data *sdata, > enum ieee80211_band band) > { > + struct ieee80211_local *local = sdata->local; > struct ieee80211_supported_band *sband; > struct ieee80211_rate *bitrates; > u32 mandatory_rates; This doesn't make a lot of sense -- it's only used for a fallback path that never triggers so we can just remove that path. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html