Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 267367
b: refs/heads/master
c: 99fa7e1
h: refs/heads/master
i:
  267365: 4660ee0
  267363: 185362e
  267359: d37ab36
v: v3
  • Loading branch information
Mark Einon authored and Greg Kroah-Hartman committed Aug 23, 2011
1 parent d2ac5a9 commit 98cb4bd
Show file tree
Hide file tree
Showing 7 changed files with 235 additions and 241 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: 1de137839bea5b185730b03d5a94da95d9054ce6
refs/heads/master: 99fa7e1492cb328f72ac8e231cec61b5e60666dc
10 changes: 5 additions & 5 deletions trunk/drivers/staging/et131x/et1310_mac.c
Original file line number Diff line number Diff line change
Expand Up @@ -451,11 +451,11 @@ void config_flow_control(struct et131x_adapter *etdev)
} else {
char remote_pause, remote_async_pause;

ET1310_PhyAccessMiBit(etdev,
TRUEPHY_BIT_READ, 5, 10, &remote_pause);
ET1310_PhyAccessMiBit(etdev,
TRUEPHY_BIT_READ, 5, 11,
&remote_async_pause);
et1310_phy_access_mii_bit(etdev,
TRUEPHY_BIT_READ, 5, 10, &remote_pause);
et1310_phy_access_mii_bit(etdev,
TRUEPHY_BIT_READ, 5, 11,
&remote_async_pause);

if ((remote_pause == TRUEPHY_BIT_SET) &&
(remote_async_pause == TRUEPHY_BIT_SET)) {
Expand Down
Loading

0 comments on commit 98cb4bd

Please sign in to comment.