Searched defs:vnt_private (Results 1 – 2 of 2) sorted by relevance
115 struct vnt_private { struct116 struct pci_dev *pcid;118 struct ieee80211_hw *hw;119 struct ieee80211_vif *vif;120 unsigned long key_entry_inuse;121 u32 basic_rates;122 u16 current_aid;123 int mc_list_count;124 u8 mac_hw;127 dma_addr_t pool_dma;[all …]
268 struct vnt_private { struct270 struct ieee80211_hw *hw;271 struct ieee80211_vif *vif;272 u8 mac_hw;274 struct usb_device *usb;276 u64 tsf_time;277 u8 rx_rate;279 u32 rx_buf_sz;280 int mc_list_count;282 spinlock_t lock;[all …]