]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
bnx2x: Using nvram default WoL config
authorEilon Greenstein <eilong@broadcom.com>
Thu, 12 Feb 2009 08:37:52 +0000 (08:37 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 16 Feb 2009 07:31:47 +0000 (23:31 -0800)
The driver default WoL setting is set to the nvram default value

Signed-off-by: Eilon Greenstein <eilong@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/bnx2x_main.c

index 2e95799a0db24378f86f5b6651b0de62f1856e44..a14fe754484415885971e417ae9e2a0de4950ed8 100644 (file)
@@ -8027,6 +8027,12 @@ static void __devinit bnx2x_get_port_hwinfo(struct bnx2x *bp)
                bp->link_params.feature_config_flags &=
                                ~FEATURE_CONFIG_MODULE_ENFORCMENT_ENABLED;
 
+       /* If the device is capable of WoL, set the default state according
+        * to the HW
+        */
+       bp->wol = (!(bp->flags & NO_WOL_FLAG) &&
+                  (config & PORT_FEATURE_WOL_ENABLED));
+
        BNX2X_DEV_INFO("lane_config 0x%08x  ext_phy_config 0x%08x"
                       "  speed_cap_mask 0x%08x  link_config 0x%08x\n",
                       bp->link_params.lane_config,