[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <AANLkTimVVV76MRn1H8U6nA4V-A7a6WpR2eWgc+mCHjRv@mail.gmail.com>
Date: Fri, 17 Dec 2010 16:25:55 +0800
From: David Lv <davidlv.linux@...il.com>
To: Jan Ceuleers <jan.ceuleers@...puter.org>, netdev@...r.kernel.org,
romieu@...zoreil.com
Subject: Re: [PATCH] via-velocity: fix the WOL bug on 1000M full duplex forced mode
I am very Sorry to cause you some trouble.
There are some differences with this version and previous version.
} else if (SPD_DPX_1000_FULL != pInfo->hw.sOpts.spd_dpx) {
+ if (SPD_DPX_AUTO == pInfo->hw.sOpts.spd_dpx) {
changed to
} else if (SPD_DPX_1000_FULL != vptr->options.spd_dpx) {
+ if (SPD_DPX_AUTO == vptr->options.spd_dpx) {
2010/12/17 Jan Ceuleers <jan.ceuleers@...puter.org>:
> On 16/12/10 10:33, David Lv wrote:
>>
>> This patch isn't based on the first patch of the sleep speed 10M.
>> The VIA velocity card can't be waken up by WOL tool on 1000M full
>> duplex forced mode.
>> This patch fixes the bug.
>> Thanks!
>
> This patch is whitespace-damaged. Your previous version (14 December)
> wasn't. Why did you resend? Is there a difference?
>
> Thx, Jan
>
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists