Re: [PATCH v2] r8169: fix auto speed down issue

From: David Miller
Date: Thu Apr 04 2013 - 17:46:43 EST


From: Francois Romieu <romieu@xxxxxxxxxxxxx>
Date: Tue, 2 Apr 2013 23:37:36 +0200

> Hayes Wang <hayeswang@xxxxxxxxxxx> :
>> It would cause no link after suspending or shutdowning when the
>> nic changes the speed to 10M and connects to a link partner which
>> forces the speed to 100M.
>>
>> Check the link partner ability to determine which speed to set.
>>
>> Signed-off-by: Hayes Wang <hayeswang@xxxxxxxxxxx>
>
> Acked-by: Francois Romieu <romieu@xxxxxxxxxxxxx>

Applied.

>> +static void rtl_speed_down(struct rtl8169_private *tp)
>> +{
>> + u32 adv;
>> + int lpa;
> ^^^^^
> Please use a single, true space (no tabs) next time.

I fixed this up when I applied this patch, thanks.
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/