Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 193857
b: refs/heads/master
c: c5a079f
h: refs/heads/master
i:
  193855: 0aadf07
v: v3
  • Loading branch information
Daniel Ngu authored and John W. Linville committed Mar 23, 2010
1 parent 75fdde5 commit 28d7983
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1e4dcd012423b6a28f968a55886d2b27896a1586
refs/heads/master: c5a079f46aabff026b2acaba0a2579a74c3c3731
5 changes: 2 additions & 3 deletions trunk/drivers/net/wireless/b43/main.c
Original file line number Diff line number Diff line change
Expand Up @@ -4348,11 +4348,10 @@ static int b43_wireless_core_init(struct b43_wldev *dev)
b43_set_phytxctl_defaults(dev);

/* Minimum Contention Window */
if (phy->type == B43_PHYTYPE_B) {
if (phy->type == B43_PHYTYPE_B)
b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MINCONT, 0x1F);
} else {
else
b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MINCONT, 0xF);
}
/* Maximum Contention Window */
b43_shm_write16(dev, B43_SHM_SCRATCH, B43_SHM_SC_MAXCONT, 0x3FF);

Expand Down

0 comments on commit 28d7983

Please sign in to comment.