Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267460
b: refs/heads/master
c: 09f882b
h: refs/heads/master
v: v3
  • Loading branch information
Arend van Spriel authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent 65d34ed commit 8292d73
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 7 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: cc1e1a1bc65bfc06875cf91af3ce68204430eae3
refs/heads/master: 09f882b0713fc1a2f1b48342179f70131f5e4d0a
11 changes: 5 additions & 6 deletions trunk/drivers/staging/brcm80211/brcmsmac/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -6253,14 +6253,13 @@ _brcms_c_ioctl(struct brcms_c_info *wlc, int cmd, void *arg, int len,

/* merge rateset coming in with the current mcsset */
if (N_ENAB(wlc->pub)) {
struct brcms_bss_info *mcsset_bss;
if (bsscfg->associated)
memcpy(rs.mcs,
&current_bss->rateset.mcs[0],
MCSSET_LEN);
mcsset_bss = current_bss;
else
memcpy(rs.mcs,
&wlc->default_bss->rateset.mcs[0],
MCSSET_LEN);
mcsset_bss = wlc->default_bss;
memcpy(rs.mcs, &mcsset_bss->rateset.mcs[0],
MCSSET_LEN);
}

bcmerror = brcms_c_set_rateset(wlc, &rs);
Expand Down

0 comments on commit 8292d73

Please sign in to comment.