Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 288440
b: refs/heads/master
c: ab4a713
h: refs/heads/master
v: v3
  • Loading branch information
Ariel Elior authored and David S. Miller committed Mar 13, 2012
1 parent 3fb322a commit 707baa7
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: db0ea84845538f15ab1b44da4af4b4fd7adc4d85
refs/heads/master: ab4a71392eb8a91061c63af1d506f5d4580073cf
2 changes: 1 addition & 1 deletion trunk/drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c
Original file line number Diff line number Diff line change
Expand Up @@ -5601,7 +5601,7 @@ static inline int bnx2x_func_send_start(struct bnx2x *bp,

/* Fill the ramrod data with provided parameters */
rdata->function_mode = cpu_to_le16(start_params->mf_mode);
rdata->sd_vlan_tag = start_params->sd_vlan_tag;
rdata->sd_vlan_tag = cpu_to_le16(start_params->sd_vlan_tag);
rdata->path_id = BP_PATH(bp);
rdata->network_cos_mode = start_params->network_cos_mode;

Expand Down

0 comments on commit 707baa7

Please sign in to comment.