Re: [PATCH 3/7] 8139cp: ring_info removal for the receive path

2006-09-10 Thread Francois Romieu
Jeff Garzik [EMAIL PROTECTED] : Francois Romieu wrote: The ring_info.len field is not used at all. cp_private.rx_skb is turned into an array of sk_buff *. Signed-off-by: Francois Romieu [EMAIL PROTECTED] Need to remove the now-dead struct ring_info. I should have written is not used at

Re: [PATCH 3/7] 8139cp: ring_info removal for the receive path

2006-09-06 Thread Jeff Garzik
Francois Romieu wrote: The ring_info.len field is not used at all. cp_private.rx_skb is turned into an array of sk_buff *. Signed-off-by: Francois Romieu [EMAIL PROTECTED] Need to remove the now-dead struct ring_info. Otherwise, patchset looks OK. When fixed, I'll pull into #upstream, just

[PATCH 3/7] 8139cp: ring_info removal for the receive path

2006-08-31 Thread Francois Romieu
The ring_info.len field is not used at all. cp_private.rx_skb is turned into an array of sk_buff *. Signed-off-by: Francois Romieu [EMAIL PROTECTED] --- drivers/net/8139cp.c | 14 +++--- 1 files changed, 7 insertions(+), 7 deletions(-) 0ba894d420b845667e2981c2147af974a755fba2 diff