Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 141261
b: refs/heads/master
c: 1472dc9
h: refs/heads/master
i:
  141259: 7861170
v: v3
  • Loading branch information
Roel Kluin authored and Greg Kroah-Hartman committed Apr 3, 2009
1 parent 47d67a3 commit 5b1b56c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 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: 5e6a9adb8af908993a2f57d816343a44a710a818
refs/heads/master: 1472dc9b8848d80d1d8b5a9c4119d17dc9387fcb
6 changes: 3 additions & 3 deletions trunk/drivers/staging/otus/80211core/cwm.c
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,9 @@ void zfCoreCwmBusy(zdev_t* dev, u16_t busy)

if((wd->wlanMode == ZM_MODE_INFRASTRUCTURE || wd->wlanMode == ZM_MODE_PSEUDO ||
wd->wlanMode == ZM_MODE_IBSS)) {
if (wd->sta.ie.HtCap.HtCapInfo && HTCAP_SupChannelWidthSet != 0 &&
wd->sta.ie.HtInfo.ChannelInfo && ExtHtCap_RecomTxWidthSet != 0 &&
(wd->sta.ie.HtInfo.ChannelInfo && ExtHtCap_ExtChannelOffsetAbove) == 1) {
if ((wd->sta.ie.HtCap.HtCapInfo & HTCAP_SupChannelWidthSet) &&
(wd->sta.ie.HtInfo.ChannelInfo & ExtHtCap_RecomTxWidthSet) &&
(wd->sta.ie.HtInfo.ChannelInfo & ExtHtCap_ExtChannelOffsetAbove)) {

wd->cwm.cw_width = CWM_WIDTH40;
}
Expand Down

0 comments on commit 5b1b56c

Please sign in to comment.