Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337757
b: refs/heads/master
c: 42af499
h: refs/heads/master
i:
  337755: 8bd63d0
v: v3
  • Loading branch information
Maxim Mikityanskiy authored and Greg Kroah-Hartman committed Nov 13, 2012
1 parent 8430728 commit 8d05226
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: 0d50168d1b871c3f7b73f63c982bf81670654b74
refs/heads/master: 42af49901a02ee935873c3a1e5b2e161148c6160
5 changes: 2 additions & 3 deletions trunk/drivers/staging/rtl8187se/r8180_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -2581,11 +2581,10 @@ short rtl8180_init(struct net_device *dev)

priv->CSMethod = (0x01 << 29);

priv->TransmitConfig = TCR_DurProcMode_OFFSET |
priv->TransmitConfig = (1<<TCR_DurProcMode_OFFSET) |
(7<<TCR_MXDMA_OFFSET) |
(priv->ShortRetryLimit<<TCR_SRL_OFFSET) |
(priv->LongRetryLimit<<TCR_LRL_OFFSET) |
(0 ? TCR_SAT : 0);
(priv->LongRetryLimit<<TCR_LRL_OFFSET);

priv->ReceiveConfig = RCR_AMF | RCR_ADF | RCR_ACF |
RCR_AB | RCR_AM | RCR_APM |
Expand Down

0 comments on commit 8d05226

Please sign in to comment.