diff options
author | David S. Miller <davem@davemloft.net> | 2008-11-11 17:40:06 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2008-11-11 17:40:06 -0500 |
commit | 3ac38c3a2e7dac3f8f35a56eb85c27881a4c3833 (patch) | |
tree | 68413952f4826d6d65219119d6b6e3cab115f68c | |
parent | eb37b41cc2274cdecfc19d371717c321fe2ab426 (diff) | |
parent | 9757d55652f98836b9a4cac307a01f8b0232dbd9 (diff) |
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6
-rw-r--r-- | drivers/net/wireless/ath9k/main.c | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/net/wireless/ath9k/main.c b/drivers/net/wireless/ath9k/main.c index fb50aa0fc996..f830fe1e4adc 100644 --- a/drivers/net/wireless/ath9k/main.c +++ b/drivers/net/wireless/ath9k/main.c | |||
@@ -37,6 +37,8 @@ static struct pci_device_id ath_pci_id_table[] __devinitdata = { | |||
37 | { 0 } | 37 | { 0 } |
38 | }; | 38 | }; |
39 | 39 | ||
40 | static void ath_detach(struct ath_softc *sc); | ||
41 | |||
40 | static int ath_get_channel(struct ath_softc *sc, | 42 | static int ath_get_channel(struct ath_softc *sc, |
41 | struct ieee80211_channel *chan) | 43 | struct ieee80211_channel *chan) |
42 | { | 44 | { |
@@ -813,7 +815,7 @@ static int ath_start_rfkill_poll(struct ath_softc *sc) | |||
813 | pci_iounmap(sc->pdev, sc->mem); | 815 | pci_iounmap(sc->pdev, sc->mem); |
814 | pci_release_region(sc->pdev, 0); | 816 | pci_release_region(sc->pdev, 0); |
815 | pci_disable_device(sc->pdev); | 817 | pci_disable_device(sc->pdev); |
816 | ieee80211_free_hw(hw); | 818 | ieee80211_free_hw(sc->hw); |
817 | return -EIO; | 819 | return -EIO; |
818 | } else { | 820 | } else { |
819 | sc->sc_flags |= SC_OP_RFKILL_REGISTERED; | 821 | sc->sc_flags |= SC_OP_RFKILL_REGISTERED; |