mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [PATCH] net: asix: Fix AX88772_suspend() USB vendor commands failure issues
@ 2016-11-30  8:29 ASIX_Allan [Office]
  2016-12-01 19:35 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: ASIX_Allan [Office] @ 2016-11-30  8:29 UTC (permalink / raw)
  To: 'Jon Hunter',
	freddy, Dean_Jenkins, Mark_Craske, davem, robert.foss, ivecera,
	john.stultz, vpalatin, stephen, grundler, changchias, andrew,
	tremyfr, colin.king, linux-usb, netdev, linux-kernel, vpalatin


The change fixes AX88772_suspend() USB vendor commands failure issues.

Signed-off-by: Allan Chou <allan@asix.com.tw>
Tested-by: Allan Chou <allan@asix.com.tw>
Tested-by: Jon Hunter <jonathanh@nvidia.com>

---
--- a/drivers/net/usb/asix_devices.c	2016-11-28 05:08:04.000000000 +0800
+++ b/drivers/net/usb/asix_devices.c	2016-11-30 09:31:54.000000000 +0800
@@ -603,12 +603,12 @@ static void ax88772_suspend(struct usbne
 	u16 medium;
 
 	/* Stop MAC operation */
-	medium = asix_read_medium_status(dev, 0);
+	medium = asix_read_medium_status(dev, 1);
 	medium &= ~AX_MEDIUM_RE;
-	asix_write_medium_mode(dev, medium, 0);
+	asix_write_medium_mode(dev, medium, 1);
 
 	netdev_dbg(dev->net, "ax88772_suspend: medium=0x%04x\n",
-		   asix_read_medium_status(dev, 0));
+		   asix_read_medium_status(dev, 1));
 
 	/* Preserve BMCR for restoring */
 	priv->presvd_phy_bmcr =

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] net: asix: Fix AX88772_suspend() USB vendor commands failure issues
  2016-11-30  8:29 [PATCH] net: asix: Fix AX88772_suspend() USB vendor commands failure issues ASIX_Allan [Office]
@ 2016-12-01 19:35 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2016-12-01 19:35 UTC (permalink / raw)
  To: allan
  Cc: jonathanh, freddy, Dean_Jenkins, Mark_Craske, robert.foss,
	ivecera, john.stultz, vpalatin, stephen, grundler, changchias,
	andrew, tremyfr, colin.king, linux-usb, netdev, linux-kernel,
	vpalatin

From: "ASIX_Allan [Office]" <allan@asix.com.tw>
Date: Wed, 30 Nov 2016 16:29:08 +0800

> The change fixes AX88772_suspend() USB vendor commands failure issues.
> 
> Signed-off-by: Allan Chou <allan@asix.com.tw>
> Tested-by: Allan Chou <allan@asix.com.tw>
> Tested-by: Jon Hunter <jonathanh@nvidia.com>

Patch applied, thanks.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-12-01 19:35 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-11-30  8:29 [PATCH] net: asix: Fix AX88772_suspend() USB vendor commands failure issues ASIX_Allan [Office]
2016-12-01 19:35 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

Powered by JetHome