]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/net/wireless/rtl818x/rtl8187.h
rtl8187: Use usb anchor facilities to manage urbs
[linux-2.6-omap-h63xx.git] / drivers / net / wireless / rtl818x / rtl8187.h
index c385407a9941e4ba7b5a275070f7ccb4e72d6785..3b1e1c2aad26cb35e18167eb7da16e5e354b98b4 100644 (file)
@@ -99,6 +99,7 @@ struct rtl8187_priv {
        struct ieee80211_supported_band band;
        struct usb_device *udev;
        u32 rx_conf;
+       struct usb_anchor anchored;
        u16 txpwr_base;
        u8 asic_rev;
        u8 is_rtl8187b;
@@ -115,7 +116,6 @@ struct rtl8187_priv {
        u8 aifsn[4];
        struct {
                __le64 buf;
-               struct urb *urb;
                struct sk_buff_head queue;
        } b_tx_status;
 };