From 9e936e5549a4b3b28ae42daa8ee4e5092a9b36bd Mon Sep 17 00:00:00 2001 From: Gabor Juhos Date: Fri, 6 Mar 2009 11:17:55 +0100 Subject: [PATCH] --- yaml --- r: 135245 b: refs/heads/master c: 5077fd358b652b8ec33ae7158f99e08d29ad65c0 h: refs/heads/master i: 135243: ded6b00f8186fef43dfd2f6814b4a31527f78356 v: v3 --- [refs] | 2 +- trunk/drivers/net/wireless/ath9k/main.c | 12 ++++++------ 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/[refs] b/[refs] index ceb89c2e8555..31aa0e5f102b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 521031154365062ce334e05384139777db23d526 +refs/heads/master: 5077fd358b652b8ec33ae7158f99e08d29ad65c0 diff --git a/trunk/drivers/net/wireless/ath9k/main.c b/trunk/drivers/net/wireless/ath9k/main.c index 7d9c060704b6..5268697be79d 100644 --- a/trunk/drivers/net/wireless/ath9k/main.c +++ b/trunk/drivers/net/wireless/ath9k/main.c @@ -1084,12 +1084,6 @@ static void ath_init_leds(struct ath_softc *sc) ath_deinit_leds(sc); } -#if defined(CONFIG_RFKILL) || defined(CONFIG_RFKILL_MODULE) - -/*******************/ -/* Rfkill */ -/*******************/ - void ath_radio_enable(struct ath_softc *sc) { struct ath_hw *ah = sc->sc_ah; @@ -1166,6 +1160,12 @@ void ath_radio_disable(struct ath_softc *sc) ath9k_ps_restore(sc); } +#if defined(CONFIG_RFKILL) || defined(CONFIG_RFKILL_MODULE) + +/*******************/ +/* Rfkill */ +/*******************/ + static bool ath_is_rfkill_set(struct ath_softc *sc) { struct ath_hw *ah = sc->sc_ah;