Skip to content

Commit 38b6909

Browse files
committed
[brcmfmac] Set chanspec during join.
Signed-off-by: Daniel Berlin <[email protected]>
1 parent a349ce5 commit 38b6909

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • drivers/net/wireless/broadcom/brcm80211/brcmfmac

drivers/net/wireless/broadcom/brcm80211/brcmfmac/cfg80211.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1783,9 +1783,8 @@ static s32 brcmf_cfg80211_join_ibss(struct wiphy *wiphy,
17831783

17841784
/* set chanspec */
17851785
err = brcmf_fil_iovar_int_set(ifp, "chanspec", chanspec);
1786-
17871786
if (err) {
1788-
bphy_err(drvr, "WLC_SET_CHANNEL failed (%d)\n", err);
1787+
bphy_err(drvr, "Setting chanspec failed (%d)\n", err);
17891788
goto done;
17901789
}
17911790
}

0 commit comments

Comments
 (0)