cfg80211: remove enum ieee80211_band
[cascardo/linux.git] / drivers / net / wireless / broadcom / b43legacy / xmit.c
index 34bf3f0..35ccf40 100644 (file)
@@ -565,7 +565,7 @@ void b43legacy_rx(struct b43legacy_wldev *dev,
        switch (chanstat & B43legacy_RX_CHAN_PHYTYPE) {
        case B43legacy_PHYTYPE_B:
        case B43legacy_PHYTYPE_G:
-               status.band = IEEE80211_BAND_2GHZ;
+               status.band = NL80211_BAND_2GHZ;
                status.freq = chanid + 2400;
                break;
        default: