e1000e: Increase pause and refresh time
[linux-2.6-microblaze.git] / drivers / net / ethernet / intel / e1000e / netdev.c
index b081a1e..2454a37 100644 (file)
@@ -4046,12 +4046,12 @@ void e1000e_reset(struct e1000_adapter *adapter)
        case e1000_pch_lpt:
        case e1000_pch_spt:
        case e1000_pch_cnp:
-               fc->refresh_time = 0x0400;
+               fc->refresh_time = 0xFFFF;
+               fc->pause_time = 0xFFFF;
 
                if (adapter->netdev->mtu <= ETH_DATA_LEN) {
                        fc->high_water = 0x05C20;
                        fc->low_water = 0x05048;
-                       fc->pause_time = 0x0650;
                        break;
                }