diff options
Diffstat (limited to 'drivers/net/wireless/ath9k/ahb.c')
-rw-r--r-- | drivers/net/wireless/ath9k/ahb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/wireless/ath9k/ahb.c b/drivers/net/wireless/ath9k/ahb.c index d254b357804d..391c9fd3b646 100644 --- a/drivers/net/wireless/ath9k/ahb.c +++ b/drivers/net/wireless/ath9k/ahb.c | |||
@@ -32,7 +32,7 @@ static void ath_ahb_cleanup(struct ath_softc *sc) | |||
32 | iounmap(sc->mem); | 32 | iounmap(sc->mem); |
33 | } | 33 | } |
34 | 34 | ||
35 | static bool ath_ahb_eeprom_read(struct ath_hal *ah, u32 off, u16 *data) | 35 | static bool ath_ahb_eeprom_read(struct ath_hw *ah, u32 off, u16 *data) |
36 | { | 36 | { |
37 | struct ath_softc *sc = ah->ah_sc; | 37 | struct ath_softc *sc = ah->ah_sc; |
38 | struct platform_device *pdev = to_platform_device(sc->dev); | 38 | struct platform_device *pdev = to_platform_device(sc->dev); |
@@ -65,7 +65,7 @@ static int ath_ahb_probe(struct platform_device *pdev) | |||
65 | struct resource *res; | 65 | struct resource *res; |
66 | int irq; | 66 | int irq; |
67 | int ret = 0; | 67 | int ret = 0; |
68 | struct ath_hal *ah; | 68 | struct ath_hw *ah; |
69 | 69 | ||
70 | if (!pdev->dev.platform_data) { | 70 | if (!pdev->dev.platform_data) { |
71 | dev_err(&pdev->dev, "no platform data specified\n"); | 71 | dev_err(&pdev->dev, "no platform data specified\n"); |