Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 300959
b: refs/heads/master
c: 6b8da42
h: refs/heads/master
i:
  300957: 38c5c26
  300955: 5dbc67d
  300951: 2903dbe
  300943: 1ad7bba
  300927: 4996065
v: v3
  • Loading branch information
Arend van Spriel authored and John W. Linville committed Apr 13, 2012
1 parent 69a5404 commit 1abc1bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 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: 1225705a4ca940b50eef146d2810b2d5cd189cc7
refs/heads/master: 6b8da423315b5ea7573c8c3a3925941b9a1c3932
6 changes: 1 addition & 5 deletions trunk/drivers/net/wireless/brcm80211/brcmsmac/mac80211_if.c
Original file line number Diff line number Diff line change
Expand Up @@ -1069,11 +1069,7 @@ static struct brcms_info *brcms_attach(struct bcma_device *pdev)
wiphy_err(wl->wiphy, "%s: ieee80211_register_hw failed, status"
"%d\n", __func__, err);

if (wl->pub->srom_ccode[0])
err = brcms_set_hint(wl, wl->pub->srom_ccode);
else
err = brcms_set_hint(wl, "US");
if (err)
if (wl->pub->srom_ccode[0] && brcms_set_hint(wl, wl->pub->srom_ccode))
wiphy_err(wl->wiphy, "%s: regulatory_hint failed, status %d\n",
__func__, err);

Expand Down

0 comments on commit 1abc1bb

Please sign in to comment.