Re: [PATCH] r8168: r8168 fixes

Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]
From: Francois Romieu
Date: Wednesday, June 3, 2009 - 12:49 pm

Nishit Shah <nsshah.82@gmail.com> :
[...]

Please Cc: edward_hsu@realtek.com when you send patches for the
out-of-tree r8168 driver.


The fix does not seem completely right either, see below.

[...]

The patch is garbled.

[...]
        status2 = opts2;
[...]
        txd->opts2 = cpu_to_le32(status2);

txd->opts2 = cpu_to_le32( ... | cpu_to_le32(rtl8168_tx_vlan_tag(tp, skb)));

-> cpu_to_le32 twice ?

-- 
Ueimor
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Previous message: [thread] [date] [author]
Next message: [thread] [date] [author]

Messages in current thread:
[PATCH] r8168: r8168 fixes, Nishit Shah, (Wed Jun 3, 1:44 am)
Re: [PATCH] r8168: r8168 fixes, Francois Romieu, (Wed Jun 3, 12:49 pm)
Re: [PATCH] r8168: r8168 fixes, David Miller, (Wed Jun 3, 9:47 pm)
Re: [PATCH] r8168: r8168 fixes, nishit.shah, (Wed Jun 3, 11:43 pm)
Re: [PATCH] r8168: r8168 fixes, David Miller, (Thu Jun 4, 12:17 am)