]> git.baikalelectronics.ru Git - kernel.git/commit
net/mlx4_en: Fix setting initial MAC address
authorYan Burman <yanb@mellanox.com>
Tue, 2 Apr 2013 13:49:45 +0000 (16:49 +0300)
committerDavid S. Miller <davem@davemloft.net>
Tue, 2 Apr 2013 16:07:56 +0000 (12:07 -0400)
commit175facd2be7c731d1bccfcedd5bd28e1b742b059
tree2fa01c1613e8d72eb63b572799a82ef0454a557c
parentd04fa739a4a2b5a33312bc25a53d314422bdd10d
net/mlx4_en: Fix setting initial MAC address

Commit c314195 "net/mlx4_en: Optimize Rx fast path filter checks" introduced a regression
under which the MAC address read from the card was not converted correctly
(the most significant byte was not handled), fix that.

Reviewed-by: Or Gerlitz <ogerlitz@mellanox.com>
Signed-off-by: Yan Burman <yanb@mellanox.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/mellanox/mlx4/en_netdev.c