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