cfg80211: remove enum ieee80211_band
[deliverable/linux.git] / drivers / net / wireless / intel / iwlwifi / iwl-9000.c
index a3d35aa291a9e935d9a69e753bf00f19a1b651ba..b9aca3795f06f1131e0ebee47965735bfcc0e18b 100644 (file)
@@ -93,7 +93,7 @@ static const struct iwl_base_params iwl9000_base_params = {
 static const struct iwl_ht_params iwl9000_ht_params = {
        .stbc = true,
        .ldpc = 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_tt_params iwl9000_tt_params = {
This page took 0.024683 seconds and 5 git commands to generate.