Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 122300
b: refs/heads/master
c: 3fcdfb4
h: refs/heads/master
v: v3
  • Loading branch information
Vasanthakumar Thiagarajan authored and John W. Linville committed Nov 26, 2008
1 parent 6545910 commit 2c81172
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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: 1548c86ab1552199a3b99b958ccfb590fc9c8f84
refs/heads/master: 3fcdfb4b940a226184bc01bfc5c58b32b509b965
8 changes: 4 additions & 4 deletions trunk/drivers/net/wireless/ath9k/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -834,13 +834,13 @@ static void ath_detach(struct ath_softc *sc)

DPRINTF(sc, ATH_DBG_CONFIG, "%s: Detach ATH hw\n", __func__);

ieee80211_unregister_hw(hw);

ath_deinit_leds(sc);

#if defined(CONFIG_RFKILL) || defined(CONFIG_RFKILL_MODULE)
ath_deinit_rfkill(sc);
#endif
ath_deinit_leds(sc);

ieee80211_unregister_hw(hw);

ath_rate_control_unregister();
ath_rate_detach(sc->sc_rc);

Expand Down

0 comments on commit 2c81172

Please sign in to comment.