]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx4: Fix typo, move similar defs to same location
authorOr Gerlitz <ogerlitz@mellanox.com>
Tue, 15 Oct 2013 14:55:22 +0000 (16:55 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 17 Oct 2013 19:10:50 +0000 (15:10 -0400)
commit2f5209723275126906b0bdb0c8aeac3b1ec5b7a3
treee803509c76df87434c44e2eabc1f1092268e756a
parent2e050f972f57560b942d5b85b29ea0623002f4f0
net/mlx4: Fix typo, move similar defs to same location

Small code cleanup:

1. change MLX4_DEV_CAP_FLAGS2_REASSIGN_MAC_EN to MLX4_DEV_CAP_FLAG2_REASSIGN_MAC_EN

2. put MLX4_SET_PORT_PRIO2TC and MLX4_SET_PORT_SCHEDULER in the same union with the
   other MLX4_SET_PORT_yyy

Signed-off-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Amir Vadai <amirv@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/en_netdev.c
drivers/net/ethernet/mellanox/mlx4/fw.c
include/linux/mlx4/cmd.h
include/linux/mlx4/device.h