Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218466
b: refs/heads/master
c: d58c0e9
h: refs/heads/master
v: v3
  • Loading branch information
Julia Lawall authored and David S. Miller committed Oct 27, 2010
1 parent 5312163 commit a76524e
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: 0184bbba1cb535dec2eaacacabe188964fbddd7c
refs/heads/master: d58c0e95622c0de271ae57c083ad25ff4eb032c8
6 changes: 3 additions & 3 deletions trunk/drivers/net/sb1000.c
Original file line number Diff line number Diff line change
Expand Up @@ -961,9 +961,9 @@ sb1000_open(struct net_device *dev)
lp->rx_error_count = 0;
lp->rx_error_dpc_count = 0;
lp->rx_session_id[0] = 0x50;
lp->rx_session_id[0] = 0x48;
lp->rx_session_id[0] = 0x44;
lp->rx_session_id[0] = 0x42;
lp->rx_session_id[1] = 0x48;
lp->rx_session_id[2] = 0x44;
lp->rx_session_id[3] = 0x42;
lp->rx_frame_id[0] = 0;
lp->rx_frame_id[1] = 0;
lp->rx_frame_id[2] = 0;
Expand Down

0 comments on commit a76524e

Please sign in to comment.