Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 268638
b: refs/heads/master
c: 683fbb4
h: refs/heads/master
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Oct 3, 2011
1 parent 67d1192 commit 1dec9e3
Show file tree
Hide file tree
Showing 2 changed files with 5 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: 71e233a2abc11a8b4263e4883e90f9fbe01fd806
refs/heads/master: 683fbb42396106974c315897d8d379f9e7b8ee40
5 changes: 4 additions & 1 deletion trunk/drivers/staging/brcm80211/brcmsmac/mac80211_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -341,7 +341,10 @@ brcms_ops_add_interface(struct ieee80211_hw *hw, struct ieee80211_vif *vif)

wl = hw->priv;
LOCK(wl);
err = brcms_up(wl);
if (!wl->pub->up)
err = brcms_up(wl);
else
err = -ENODEV;
UNLOCK(wl);

if (err != 0)
Expand Down

0 comments on commit 1dec9e3

Please sign in to comment.