cfg80211: remove enum ieee80211_band
[cascardo/linux.git] / drivers / net / wireless / ti / wlcore / tx.c
index f0ac361..c1b8e4e 100644 (file)
@@ -453,7 +453,7 @@ static int wl1271_prepare_tx_frame(struct wl1271 *wl, struct wl12xx_vif *wlvif,
 }
 
 u32 wl1271_tx_enabled_rates_get(struct wl1271 *wl, u32 rate_set,
-                               enum ieee80211_band rate_band)
+                               enum nl80211_band rate_band)
 {
        struct ieee80211_supported_band *band;
        u32 enabled_rates = 0;