cfg80211: remove enum ieee80211_band
[cascardo/linux.git] / drivers / net / wireless / ralink / rt2x00 / rt2x00.h
index 6418620..f68d492 100644 (file)
@@ -38,6 +38,7 @@
 #include <linux/kfifo.h>
 #include <linux/hrtimer.h>
 #include <linux/average.h>
+#include <linux/usb.h>
 
 #include <net/mac80211.h>
 
@@ -752,8 +753,8 @@ struct rt2x00_dev {
         * IEEE80211 control structure.
         */
        struct ieee80211_hw *hw;
-       struct ieee80211_supported_band bands[IEEE80211_NUM_BANDS];
-       enum ieee80211_band curr_band;
+       struct ieee80211_supported_band bands[NUM_NL80211_BANDS];
+       enum nl80211_band curr_band;
        int curr_freq;
 
        /*
@@ -1002,6 +1003,8 @@ struct rt2x00_dev {
 
        /* Extra TX headroom required for alignment purposes. */
        unsigned int extra_tx_headroom;
+
+       struct usb_anchor *anchor;
 };
 
 struct rt2x00_bar_list_entry {