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