diff options
Diffstat (limited to 'drivers/net/wireless/ath/ath5k/base.h')
-rw-r--r-- | drivers/net/wireless/ath/ath5k/base.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath/ath5k/base.h b/drivers/net/wireless/ath/ath5k/base.h index 0362f8eb9510..aa6c32aafb59 100644 --- a/drivers/net/wireless/ath/ath5k/base.h +++ b/drivers/net/wireless/ath/ath5k/base.h | |||
@@ -172,6 +172,7 @@ struct ath5k_softc { | |||
172 | struct pci_dev *pdev; | 172 | struct pci_dev *pdev; |
173 | struct device *dev; /* for dma mapping */ | 173 | struct device *dev; /* for dma mapping */ |
174 | int irq; | 174 | int irq; |
175 | u16 devid; | ||
175 | void __iomem *iobase; /* address of the device */ | 176 | void __iomem *iobase; /* address of the device */ |
176 | struct mutex lock; /* dev-level lock */ | 177 | struct mutex lock; /* dev-level lock */ |
177 | struct ieee80211_hw *hw; /* IEEE 802.11 common */ | 178 | struct ieee80211_hw *hw; /* IEEE 802.11 common */ |