Searched defs:vnt_private (Results 1 – 2 of 2) sorted by relevance
102 struct vnt_private { struct103 struct pci_dev *pcid;105 struct ieee80211_hw *hw;106 struct ieee80211_vif *vif;107 unsigned long key_entry_inuse;108 u32 basic_rates;109 u16 current_aid;110 int mc_list_count;111 u8 mac_hw;114 dma_addr_t pool_dma;[all …]
261 struct vnt_private { struct263 struct ieee80211_hw *hw;264 struct ieee80211_vif *vif;265 u8 mac_hw;267 struct usb_device *usb;268 struct usb_interface *intf;270 u64 tsf_time;272 u32 rx_buf_sz;273 int mc_list_count;275 spinlock_t lock;[all …]