diff options
author | Stephen Hemminger <shemminger@osdl.org> | 2006-03-23 14:07:24 -0500 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-03-23 17:13:54 -0500 |
commit | b5d56ddc3f839e94e97a3eb8afb4d0d64a9f2ef8 (patch) | |
tree | 0b3f2130c6c1afbfc71ed55c19f12d31fb7ac22a /security/capability.c | |
parent | 901ccefb2dd7fe6a9e750a68f990f2a7d76b78d2 (diff) |
[PATCH] skge: dont use dev_alloc_skb for rx buffs
The skge driver was using dev_alloc_skb which reserves space for the
Ethernet header. This unnecessary and it should just use alloc_skb,
also by using GFP_KERNEL during startup it won't run into problems when
a user asks for a huge ring size or mtu and potentially drains the
reserved atomic pool.
Signed-off-by: Stephen Hemminger <shemminger@osdl.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'security/capability.c')
0 files changed, 0 insertions, 0 deletions