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 …]
255 struct vnt_private { struct257 struct ieee80211_hw *hw;258 struct ieee80211_vif *vif;259 u8 mac_hw;261 struct usb_device *usb;263 u64 tsf_time;264 u8 rx_rate;266 u32 rx_buf_sz;267 int mc_list_count;269 spinlock_t lock;[all …]