]> err.no Git - linux-2.6/blobdiff - drivers/net/wireless/rtl8187.h
lapb: use the shorter LIST_HEAD form for brevity
[linux-2.6] / drivers / net / wireless / rtl8187.h
index 6ad322ef0da13a974a8cb6c7793239213fb9123b..8680a0b6433cd46fccd1c1a703e152de68fd5861 100644 (file)
@@ -64,9 +64,9 @@ struct rtl8187_tx_hdr {
 struct rtl8187_priv {
        /* common between rtl818x drivers */
        struct rtl818x_csr *map;
-       void (*rf_init)(struct ieee80211_hw *);
+       const struct rtl818x_rf_ops *rf;
+       struct ieee80211_vif *vif;
        int mode;
-       int if_id;
 
        /* rtl8187 specific */
        struct ieee80211_channel channels[14];