]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
bnx2x: Enable `set_phys_id' for all functions
authorYaniv Rosner <yanivr@broadcom.com>
Wed, 22 May 2013 21:21:52 +0000 (21:21 +0000)
committerDavid S. Miller <davem@davemloft.net>
Fri, 24 May 2013 01:49:30 +0000 (18:49 -0700)
In Multi-function mode, all functions should be able to utilize said function;
There's no reason why only the link owner should be able to do so.

Signed-off-by: Yaniv Rosner <yanivr@broadcom.com>
Signed-off-by: Yuval Mintz <yuvalmin@broadcom.com>
Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/broadcom/bnx2x/bnx2x_ethtool.c

index 9e311c4b69f3a96772d34a6d3cd8349e325eac33..32aa88f520dc3523518c77e6e3fdc0719a13d8e2 100644 (file)
@@ -3146,11 +3146,6 @@ static int bnx2x_set_phys_id(struct net_device *dev,
                return -EAGAIN;
        }
 
-       if (!bp->port.pmf) {
-               DP(BNX2X_MSG_ETHTOOL, "Interface is not pmf\n");
-               return -EOPNOTSUPP;
-       }
-
        switch (state) {
        case ETHTOOL_ID_ACTIVE:
                return 1;       /* cycle on/off once per second */