Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 107093
b: refs/heads/master
c: bc05116
h: refs/heads/master
i:
  107091: 4e2a9dd
v: v3
  • Loading branch information
Bob Copeland authored and John W. Linville committed Jul 29, 2008
1 parent cf3cb48 commit 6eef211
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: cb9289cb798502a5010c8f1d8d003842cd1449a4
refs/heads/master: bc05116ab33d30342e2b4b1bcc6d6e1184e9df97
3 changes: 0 additions & 3 deletions trunk/drivers/net/wireless/ath5k/base.c
Original file line number Diff line number Diff line change
Expand Up @@ -3065,8 +3065,6 @@ ath5k_beacon_update(struct ieee80211_hw *hw, struct sk_buff *skb)

ath5k_debug_dump_skb(sc, skb, "BC ", 1);

mutex_lock(&sc->lock);

if (sc->opmode != IEEE80211_IF_TYPE_IBSS) {
ret = -EIO;
goto end;
Expand All @@ -3083,7 +3081,6 @@ ath5k_beacon_update(struct ieee80211_hw *hw, struct sk_buff *skb)
}

end:
mutex_unlock(&sc->lock);
return ret;
}

0 comments on commit 6eef211

Please sign in to comment.