diff options
author | Luis R. Rodriguez <lrodriguez@atheros.com> | 2009-10-06 21:19:11 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2009-10-07 16:39:53 -0400 |
commit | 536b3a7a10c8fd39576a0602bfeca9bbd04658a6 (patch) | |
tree | d6a293e32b9ec406cf686a81e50417b8eea8eada /drivers/net/wireless/ath/ath9k/main.c | |
parent | bd96d3909549a0c09388987810e3e81397b500a9 (diff) |
ath9k: rename ath_beaconq_setup() to ath9k_hw_beaconq_setup()
And move it to hw code on mac.c where it belongs.
Signed-off-by: Luis R. Rodriguez <lrodriguez@atheros.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/net/wireless/ath/ath9k/main.c')
-rw-r--r-- | drivers/net/wireless/ath/ath9k/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath/ath9k/main.c b/drivers/net/wireless/ath/ath9k/main.c index c541516a2e9d..36af6f32652a 100644 --- a/drivers/net/wireless/ath/ath9k/main.c +++ b/drivers/net/wireless/ath/ath9k/main.c | |||
@@ -1709,7 +1709,7 @@ static int ath_init_softc(u16 devid, struct ath_softc *sc, u16 subsysid, | |||
1709 | * priority. Note that the hal handles reseting | 1709 | * priority. Note that the hal handles reseting |
1710 | * these queues at the needed time. | 1710 | * these queues at the needed time. |
1711 | */ | 1711 | */ |
1712 | sc->beacon.beaconq = ath_beaconq_setup(ah); | 1712 | sc->beacon.beaconq = ath9k_hw_beaconq_setup(ah); |
1713 | if (sc->beacon.beaconq == -1) { | 1713 | if (sc->beacon.beaconq == -1) { |
1714 | ath_print(common, ATH_DBG_FATAL, | 1714 | ath_print(common, ATH_DBG_FATAL, |
1715 | "Unable to setup a beacon xmit queue\n"); | 1715 | "Unable to setup a beacon xmit queue\n"); |