cfg80211: remove enum ieee80211_band
[cascardo/linux.git] / drivers / net / wireless / ath / carl9170 / rx.c
index d66533c..0c34c87 100644 (file)
@@ -417,7 +417,7 @@ static int carl9170_rx_mac_status(struct ar9170 *ar,
 
                        return -EINVAL;
                }
-               if (status->band == IEEE80211_BAND_2GHZ)
+               if (status->band == NL80211_BAND_2GHZ)
                        status->rate_idx += 4;
                break;