cfg80211: remove enum ieee80211_band
[linux-block.git] / drivers / net / wireless / intel / iwlwifi / iwl-5000.c
index 4dcdab6781cc53e76b5f01a262128f5325906ef9..4c3e3cf4c799d221d669d89b59a3bb0915944917 100644 (file)
@@ -62,7 +62,7 @@ static const struct iwl_base_params iwl5000_base_params = {
 
 static const struct iwl_ht_params iwl5000_ht_params = {
        .ht_greenfield_support = true,
-       .ht40_bands = BIT(IEEE80211_BAND_2GHZ) | BIT(IEEE80211_BAND_5GHZ),
+       .ht40_bands = BIT(NL80211_BAND_2GHZ) | BIT(NL80211_BAND_5GHZ),
 };
 
 static const struct iwl_eeprom_params iwl5000_eeprom_params = {