diff options
author | Sujith <Sujith.Manoharan@atheros.com> | 2009-02-09 02:57:12 -0500 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-02-13 13:45:05 -0500 |
commit | cbe61d8a41210600bc76b212edcd4dc0f55c014f (patch) | |
tree | d8bd8e43d3556c58d410f1bef0d2ca3bf7d75c92 /drivers/net/wireless/ath9k/ath9k.h | |
parent | ba52da58be0acf3b7775972b2b5234ce64388c79 (diff) |
ath9k: Merge ath_hal and ath_hal_5416 structures
Finally, merge these structures and have a single
HW specific data structure.
Signed-off-by: Sujith <Sujith.Manoharan@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath9k/ath9k.h')
-rw-r--r-- | drivers/net/wireless/ath9k/ath9k.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/net/wireless/ath9k/ath9k.h b/drivers/net/wireless/ath9k/ath9k.h index 03e4d0bf1590..91140b7214b1 100644 --- a/drivers/net/wireless/ath9k/ath9k.h +++ b/drivers/net/wireless/ath9k/ath9k.h | |||
@@ -455,7 +455,7 @@ struct ath_beacon { | |||
455 | 455 | ||
456 | void ath9k_beacon_tasklet(unsigned long data); | 456 | void ath9k_beacon_tasklet(unsigned long data); |
457 | void ath_beacon_config(struct ath_softc *sc, int if_id); | 457 | void ath_beacon_config(struct ath_softc *sc, int if_id); |
458 | int ath_beaconq_setup(struct ath_hal *ah); | 458 | int ath_beaconq_setup(struct ath_hw *ah); |
459 | int ath_beacon_alloc(struct ath_softc *sc, int if_id); | 459 | int ath_beacon_alloc(struct ath_softc *sc, int if_id); |
460 | void ath_beacon_return(struct ath_softc *sc, struct ath_vif *avp); | 460 | void ath_beacon_return(struct ath_softc *sc, struct ath_vif *avp); |
461 | void ath_beacon_sync(struct ath_softc *sc, int if_id); | 461 | void ath_beacon_sync(struct ath_softc *sc, int if_id); |
@@ -565,7 +565,7 @@ struct ath_rfkill { | |||
565 | struct ath_bus_ops { | 565 | struct ath_bus_ops { |
566 | void (*read_cachesize)(struct ath_softc *sc, int *csz); | 566 | void (*read_cachesize)(struct ath_softc *sc, int *csz); |
567 | void (*cleanup)(struct ath_softc *sc); | 567 | void (*cleanup)(struct ath_softc *sc); |
568 | bool (*eeprom_read)(struct ath_hal *ah, u32 off, u16 *data); | 568 | bool (*eeprom_read)(struct ath_hw *ah, u32 off, u16 *data); |
569 | }; | 569 | }; |
570 | 570 | ||
571 | struct ath_softc { | 571 | struct ath_softc { |
@@ -573,7 +573,7 @@ struct ath_softc { | |||
573 | struct device *dev; | 573 | struct device *dev; |
574 | struct tasklet_struct intr_tq; | 574 | struct tasklet_struct intr_tq; |
575 | struct tasklet_struct bcon_tasklet; | 575 | struct tasklet_struct bcon_tasklet; |
576 | struct ath_hal *sc_ah; | 576 | struct ath_hw *sc_ah; |
577 | void __iomem *mem; | 577 | void __iomem *mem; |
578 | int irq; | 578 | int irq; |
579 | spinlock_t sc_resetlock; | 579 | spinlock_t sc_resetlock; |