Searched defs:vnt_private (Results 1 – 2 of 2) sorted by relevance
212 struct vnt_private { struct213 struct pci_dev *pcid;215 struct ieee80211_hw *hw;216 struct ieee80211_vif *vif;217 unsigned long key_entry_inuse;218 u32 basic_rates;219 u16 current_aid;220 int mc_list_count;221 u8 mac_hw;224 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 …]