Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 194050
b: refs/heads/master
c: 69d7ce7
h: refs/heads/master
v: v3
  • Loading branch information
Sathya Perla authored and David S. Miller committed Apr 13, 2010
1 parent d715eef commit fe8b0ac
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 127aa0e14b3e1f8476c4781facdfac11d5546872
refs/heads/master: 69d7ce72b926d4ceeacd2b7b9ffcbc37ae4b1c58
4 changes: 4 additions & 0 deletions trunk/drivers/net/benet/be_cmds.c
Original file line number Diff line number Diff line change
Expand Up @@ -1113,6 +1113,10 @@ int be_cmd_promiscuous_config(struct be_adapter *adapter, u8 port_num, bool en)
be_cmd_hdr_prepare(&req->hdr, CMD_SUBSYSTEM_ETH,
OPCODE_ETH_PROMISCUOUS, sizeof(*req));

/* In FW versions X.102.149/X.101.487 and later,
* the port setting associated only with the
* issuing pci function will take effect
*/
if (port_num)
req->port1_promiscuous = en;
else
Expand Down

0 comments on commit fe8b0ac

Please sign in to comment.