|
@@ -2369,12 +2369,10 @@ static int hermon_eth_open ( struct net_device *netdev ) {
|
2369
|
2369
|
v_pptx, 1 );
|
2370
|
2370
|
MLX_FILL_1 ( &set_port.general, 1,
|
2371
|
2371
|
mtu, ( ETH_FRAME_LEN + 40 /* Used by card */ ) );
|
2372
|
|
- MLX_FILL_2 ( &set_port.general, 2,
|
2373
|
|
- pfctx, ( 1 << FCOE_VLAN_PRIORITY ),
|
2374
|
|
- pptx, 1 );
|
2375
|
|
- MLX_FILL_2 ( &set_port.general, 3,
|
2376
|
|
- pfcrx, ( 1 << FCOE_VLAN_PRIORITY ),
|
2377
|
|
- pprx, 1 );
|
|
2372
|
+ MLX_FILL_1 ( &set_port.general, 2,
|
|
2373
|
+ pfctx, ( 1 << FCOE_VLAN_PRIORITY ) );
|
|
2374
|
+ MLX_FILL_1 ( &set_port.general, 3,
|
|
2375
|
+ pfcrx, ( 1 << FCOE_VLAN_PRIORITY ) );
|
2378
|
2376
|
if ( ( rc = hermon_cmd_set_port ( hermon, 1,
|
2379
|
2377
|
( HERMON_SET_PORT_GENERAL_PARAM |
|
2380
|
2378
|
ibdev->port ),
|