~ubuntu-branches/debian/experimental/linux-2.6/experimental

« back to all changes in this revision

Viewing changes to drivers/net/ethernet/broadcom/bnx2x/bnx2x_sp.c

  • Committer: Package Import Robot
  • Author(s): Ben Hutchings, Ben Hutchings
  • Date: 2012-03-21 03:08:36 UTC
  • mfrom: (1.2.34)
  • Revision ID: package-import@ubuntu.com-20120321030836-rvavg03lkz15wj2q
Tags: 3.3-1~experimental.1
* New upstream release: http://kernelnewbies.org/Linux_3.3

[ Ben Hutchings ]
* [x86] crypto: Enable CRYPTO_SERPENT_SSE2_586, CRYPTO_SERPENT_SSE2_X86_64
* aufs: Update to aufs3.x-rcN-20120312
* IB: Enable INFINIBAND_SRPT as module (Closes: #663041)

Show diffs side-by-side

added added

removed removed

Lines of Context:
5601
5601
 
5602
5602
        /* Fill the ramrod data with provided parameters */
5603
5603
        rdata->function_mode = cpu_to_le16(start_params->mf_mode);
5604
 
        rdata->sd_vlan_tag   = start_params->sd_vlan_tag;
 
5604
        rdata->sd_vlan_tag   = cpu_to_le16(start_params->sd_vlan_tag);
5605
5605
        rdata->path_id       = BP_PATH(bp);
5606
5606
        rdata->network_cos_mode = start_params->network_cos_mode;
5607
5607