Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 315275
b: refs/heads/master
c: dd89f05
h: refs/heads/master
i:
  315273: 7843a54
  315271: 71ce2e3
v: v3
  • Loading branch information
Mohammed Shafi Shajakhan authored and John W. Linville committed Jul 9, 2012
1 parent 2dd4c24 commit a9d6270
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 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: 3d9d8af330a891f141db420115238f01e4c6ece7
refs/heads/master: dd89f05a7572684bbbc1483c60418504cc91cfe6
4 changes: 3 additions & 1 deletion trunk/drivers/net/wireless/ath/ath9k/gpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -403,11 +403,13 @@ void ath9k_stop_btcoex(struct ath_softc *sc)

void ath9k_deinit_btcoex(struct ath_softc *sc)
{
struct ath_hw *ah = sc->sc_ah;

if ((sc->btcoex.no_stomp_timer) &&
ath9k_hw_get_btcoex_scheme(sc->sc_ah) == ATH_BTCOEX_CFG_3WIRE)
ath_gen_timer_free(sc->sc_ah, sc->btcoex.no_stomp_timer);

if (AR_SREV_9462(sc->sc_ah))
if (ath9k_hw_mci_is_enabled(ah))
ath_mci_cleanup(sc);
}

Expand Down

0 comments on commit a9d6270

Please sign in to comment.