Searched defs:p54u_priv (Results 1 – 1 of 1) sorted by relevance
146 struct p54u_priv { struct147 struct p54_common common;148 struct usb_device *udev;149 struct usb_interface *intf;150 int (*upload_fw)(struct ieee80211_hw *dev);152 enum p54u_hw_type hw_type;153 spinlock_t lock;154 struct sk_buff_head rx_queue;155 struct usb_anchor submitted;156 const struct firmware *fw;[all …]