Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 225529
b: refs/heads/master
c: bb00755
h: refs/heads/master
i:
  225527: 9f65d88
v: v3
  • Loading branch information
Bob Copeland authored and John W. Linville committed Jan 4, 2011
1 parent aed8cfe commit 15159bd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 44cefead807daf96d0f43eb494b1eb5edb5454bf
refs/heads/master: bb007554fe1f66c4796c7c7ae7bfc735fc8213f7
4 changes: 2 additions & 2 deletions trunk/drivers/net/wireless/ath/ath5k/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2703,11 +2703,11 @@ ath5k_reset(struct ath5k_softc *sc, struct ieee80211_channel *chan,

/* clear survey data and cycle counters */
memset(&sc->survey, 0, sizeof(sc->survey));
spin_lock(&common->cc_lock);
spin_lock_bh(&common->cc_lock);
ath_hw_cycle_counters_update(common);
memset(&common->cc_survey, 0, sizeof(common->cc_survey));
memset(&common->cc_ani, 0, sizeof(common->cc_ani));
spin_unlock(&common->cc_lock);
spin_unlock_bh(&common->cc_lock);

/*
* Change channels and update the h/w rate map if we're switching;
Expand Down

0 comments on commit 15159bd

Please sign in to comment.