commit | f76957fc8fc4fa9735f01e59653b2792b077de06 | [log] [tgz] |
---|---|---|
author | Breno Leitao <leitao@linux.vnet.ibm.com> | Tue Jan 11 07:45:57 2011 +0000 |
committer | David S. Miller <davem@davemloft.net> | Tue Jan 11 14:03:09 2011 -0800 |
tree | 0e68a46cad2c68a3f6df88c3c1a302a145a0dbc4 | |
parent | b5074087add883d015827e3792e4e388cc2d40c3 [diff] |
ehea: Increase the skb array usage Currently the skb array is not fully allocated, and the allocation is done as it's requested, which is not the expected way. This patch just allocate the full skb array at driver initialization. Also, this patch increases ehea version to 107. Signed-off-by: Breno Leitao <leitao@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>