Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 134463
b: refs/heads/master
c: fa8419d
h: refs/heads/master
i:
  134461: 619cc43
  134459: 13b8a32
  134455: d249475
  134447: 70dc241
  134431: 0dea42c
  134399: feca902
v: v3
  • Loading branch information
Nick Kossifidis authored and John W. Linville committed Feb 13, 2009
1 parent 762d02b commit 242fb4d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 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: 1e3e6e8fe2f422f75619b1110f78bb638ae905b9
refs/heads/master: fa8419d08e58c82add921b4e4eb01eb589b8586b
4 changes: 1 addition & 3 deletions trunk/drivers/net/wireless/ath5k/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -2884,7 +2884,7 @@ ath5k_config_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
{
struct ath5k_softc *sc = hw->priv;
struct ath5k_hw *ah = sc->ah;
int ret;
int ret = 0;

mutex_lock(&sc->lock);
if (sc->vif != vif) {
Expand All @@ -2910,9 +2910,7 @@ ath5k_config_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif,
}
ath5k_beacon_update(sc, beacon);
}
mutex_unlock(&sc->lock);

return ath5k_reset_wake(sc);
unlock:
mutex_unlock(&sc->lock);
return ret;
Expand Down

0 comments on commit 242fb4d

Please sign in to comment.