Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 135245
b: refs/heads/master
c: 5077fd3
h: refs/heads/master
i:
  135243: ded6b00
v: v3
  • Loading branch information
Gabor Juhos authored and John W. Linville committed Mar 16, 2009
1 parent e038c9d commit 9e936e5
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 521031154365062ce334e05384139777db23d526
refs/heads/master: 5077fd358b652b8ec33ae7158f99e08d29ad65c0
12 changes: 6 additions & 6 deletions trunk/drivers/net/wireless/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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;
Expand Down

0 comments on commit 9e936e5

Please sign in to comment.