Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 328250
b: refs/heads/master
c: 82d8eba
h: refs/heads/master
v: v3
  • Loading branch information
Piotr Haber authored and John W. Linville committed Sep 24, 2012
1 parent 7dcbb07 commit 4cd7d21
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: 816432922bbbf67dec511711158738bfdaccb2e9
refs/heads/master: 82d8eba358badb466a4e988ecabf0668a8d92e9c
5 changes: 4 additions & 1 deletion trunk/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,10 @@ static int brcms_ops_start(struct ieee80211_hw *hw)
wl->mute_tx = true;

if (!wl->pub->up)
err = brcms_up(wl);
if (!blocked)
err = brcms_up(wl);
else
err = -ERFKILL;
else
err = -ENODEV;
spin_unlock_bh(&wl->lock);
Expand Down

0 comments on commit 4cd7d21

Please sign in to comment.