]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
sky2: use dev_alloc_skb for receive buffers
authorStephen Hemminger <shemminger@osdl.org>
Fri, 13 Oct 2006 16:11:59 +0000 (18:11 +0200)
committerAdrian Bunk <bunk@stusta.de>
Fri, 13 Oct 2006 16:11:59 +0000 (18:11 +0200)
commit60ae1edc99701dbee1e04ba41f407770b24fc6ac
tree35d86ddba443ca38e3b348ad226690768723f4d1
parentd45acfec5e696e1b621752cfc7235f68245f43b2
sky2: use dev_alloc_skb for receive buffers

Several code paths assume an additional 16 bytes of header padding
on the receive path. Use dev_alloc_skb to get that padding.

Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
drivers/net/sky2.c