Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 218403
b: refs/heads/master
c: 154ccd8
h: refs/heads/master
i:
  218401: c1314a2
  218399: f41d4b6
v: v3
  • Loading branch information
David Dillow authored and David S. Miller committed Oct 24, 2010
1 parent 24865ec commit 43a81f1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 5c398dc8f5a58b5417d8ae0d474704feb6e12a12
refs/heads/master: 154ccd82e1b871ca012e781e01566128754d8c5f
2 changes: 1 addition & 1 deletion trunk/drivers/net/typhoon.c
Original file line number Diff line number Diff line change
Expand Up @@ -936,7 +936,7 @@ typhoon_set_rx_mode(struct net_device *dev)
filter |= TYPHOON_RX_FILTER_MCAST_HASH;
}

INIT_COMMAND_NO_RESPONSE(&xp_cmd, TYPHOON_CMD_SET_RX_FILTER);
INIT_COMMAND_WITH_RESPONSE(&xp_cmd, TYPHOON_CMD_SET_RX_FILTER);
xp_cmd.parm1 = filter;
typhoon_issue_command(tp, 1, &xp_cmd, 0, NULL);
}
Expand Down

0 comments on commit 43a81f1

Please sign in to comment.