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