e1000e: 82577/8/9 mis-configured OEM bits during S0->Sx
[deliverable/linux.git] / drivers / net / e1000e / ich8lan.c
index 57b5435599ab1d61c58e393d04e0a2f3912d66fc..d7fc930d1aa59d76385d201813e1412def31fd61 100644 (file)
@@ -3591,7 +3591,7 @@ void e1000e_disable_gig_wol_ich8lan(struct e1000_hw *hw)
        ew32(PHY_CTRL, phy_ctrl);
 
        if (hw->mac.type >= e1000_pchlan) {
-               e1000_oem_bits_config_ich8lan(hw, true);
+               e1000_oem_bits_config_ich8lan(hw, false);
                ret_val = hw->phy.ops.acquire(hw);
                if (ret_val)
                        return;
@@ -3986,7 +3986,7 @@ struct e1000_info e1000_pch2_info = {
                                  | FLAG_APME_IN_WUC,
        .flags2                 = FLAG2_HAS_PHY_STATS
                                  | FLAG2_HAS_EEE,
-       .pba                    = 18,
+       .pba                    = 26,
        .max_hw_frame_size      = DEFAULT_JUMBO,
        .get_variants           = e1000_get_variants_ich8lan,
        .mac_ops                = &ich8_mac_ops,
This page took 0.060975 seconds and 5 git commands to generate.