cfg80211: remove enum ieee80211_band
[cascardo/linux.git] / drivers / net / wireless / rsi / rsi_main.h
index 5baed94..dcd0957 100644 (file)
@@ -211,7 +211,7 @@ struct rsi_hw {
        struct ieee80211_hw *hw;
        struct ieee80211_vif *vifs[RSI_MAX_VIFS];
        struct ieee80211_tx_queue_params edca_params[NUM_EDCA_QUEUES];
-       struct ieee80211_supported_band sbands[IEEE80211_NUM_BANDS];
+       struct ieee80211_supported_band sbands[NUM_NL80211_BANDS];
 
        struct device *device;
        u8 sc_nvifs;