Searched defs:vnt_private (Results 1 – 2 of 2) sorted by relevance
100 struct vnt_private { struct101 struct pci_dev *pcid;103 struct ieee80211_hw *hw;104 struct ieee80211_vif *vif;105 unsigned long key_entry_inuse;106 u32 basic_rates;107 u16 current_aid;108 int mc_list_count;109 u8 mac_hw;112 dma_addr_t pool_dma;[all …]
257 struct vnt_private { struct259 struct ieee80211_hw *hw;260 struct ieee80211_vif *vif;261 u8 mac_hw;263 struct usb_device *usb;264 struct usb_interface *intf;266 u64 tsf_time;268 u32 rx_buf_sz;269 int mc_list_count;271 spinlock_t lock; /* prepare tx USB URB */[all …]