diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2009-03-06 03:57:38 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-03-16 18:09:32 -0400 |
commit | 9251f0b418b202e2712c3408a5c6a5904ce4f453 (patch) | |
tree | c55c67e0036ab0f2bcd3096492fba1e6abccaa96 /drivers/net | |
parent | 6b765deb01dd076e64a4b01d2101d74206e7df84 (diff) |
ath9k: fix compile error in ahb.c
drivers/net/wireless/ath9k/ahb.c: In function 'ath_ahb_probe':
drivers/net/wireless/ath9k/ahb.c:136: error: 'aphy' undeclared (first
use in this function)
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/wireless/ath9k/ahb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/net/wireless/ath9k/ahb.c b/drivers/net/wireless/ath9k/ahb.c index bc562bd88890..00cc7bb01f2e 100644 --- a/drivers/net/wireless/ath9k/ahb.c +++ b/drivers/net/wireless/ath9k/ahb.c | |||
@@ -60,6 +60,7 @@ static struct ath_bus_ops ath_ahb_bus_ops = { | |||
60 | static int ath_ahb_probe(struct platform_device *pdev) | 60 | static int ath_ahb_probe(struct platform_device *pdev) |
61 | { | 61 | { |
62 | void __iomem *mem; | 62 | void __iomem *mem; |
63 | struct ath_wiphy *aphy; | ||
63 | struct ath_softc *sc; | 64 | struct ath_softc *sc; |
64 | struct ieee80211_hw *hw; | 65 | struct ieee80211_hw *hw; |
65 | struct resource *res; | 66 | struct resource *res; |