|
@@ -2665,7 +2665,7 @@ vmxnet3_resume(struct device *device)
|
|
adapter->shared->devRead.pmConfDesc.confVer = cpu_to_le32(1);
|
|
adapter->shared->devRead.pmConfDesc.confVer = cpu_to_le32(1);
|
|
adapter->shared->devRead.pmConfDesc.confLen = cpu_to_le32(sizeof(
|
|
adapter->shared->devRead.pmConfDesc.confLen = cpu_to_le32(sizeof(
|
|
*pmConf));
|
|
*pmConf));
|
|
- adapter->shared->devRead.pmConfDesc.confPA = cpu_to_le32(virt_to_phys(
|
|
|
|
|
|
+ adapter->shared->devRead.pmConfDesc.confPA = cpu_to_le64(virt_to_phys(
|
|
pmConf));
|
|
pmConf));
|
|
|
|
|
|
netif_device_attach(netdev);
|
|
netif_device_attach(netdev);
|