Searched defs:ath5k_hw (Results 1 – 1 of 1) sorted by relevance
1258 struct ath5k_hw { struct1259 struct ath_common common;1261 struct pci_dev *pdev;1262 struct device *dev; /* for dma mapping */1263 int irq;1264 u16 devid;1265 void __iomem *iobase; /* address of the device */1266 struct mutex lock; /* dev-level lock */1267 struct ieee80211_hw *hw; /* IEEE 802.11 common */1268 struct ieee80211_supported_band sbands[NUM_NL80211_BANDS];[all …]