iwlwifi: fix typo which caused iwl_get_tx_fail_reason to ever return an empty string
[safe/jmp/linux-2.6] / drivers / net / wireless / rtl8180.h
index 0b333ca..082a11f 100644 (file)
@@ -90,8 +90,8 @@ struct rtl8180_priv {
        /* common between rtl818x drivers */
        struct rtl818x_csr __iomem *map;
        const struct rtl818x_rf_ops *rf;
+       struct ieee80211_vif *vif;
        int mode;
-       int if_id;
 
        /* rtl8180 driver specific */
        spinlock_t lock;
@@ -102,7 +102,7 @@ struct rtl8180_priv {
        struct rtl8180_tx_ring tx_ring[4];
        struct ieee80211_channel channels[14];
        struct ieee80211_rate rates[12];
-       struct ieee80211_hw_mode modes[2];
+       struct ieee80211_supported_band band;
        struct pci_dev *pdev;
        u32 rx_conf;