be2net: fix MAC address modification for VF
authorSathya Perla <sathya.perla@emulex.com>
Tue, 23 Jul 2013 09:54:59 +0000 (15:24 +0530)
committerDavid S. Miller <davem@davemloft.net>
Wed, 24 Jul 2013 22:41:52 +0000 (15:41 -0700)
commit5a712c13d3641a3bed243753f115434a7125e440
tree361cad56f54dea9350d201298f96fdfb801d9a67
parente18dbf7efcb7a727e5db773597ddfd6981a530e6
be2net: fix MAC address modification for VF

Currently, the VFs by default don't have the privilege to modify MAC address.
This will change in a subsequent fix wherein VFs will have the ability to
modify MAC/VLAN filters.

Fix be_mac_addr_set() logic to support MAC address modification on a
privileged VF too.

Signed-off-by: Sathya Perla <sathya.perla@emulex.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/emulex/benet/be_cmds.c
drivers/net/ethernet/emulex/benet/be_cmds.h
drivers/net/ethernet/emulex/benet/be_main.c