From: Breno Leitao Date: Tue, 11 Jan 2011 07:45:57 +0000 (+0000) Subject: ehea: Increase the skb array usage X-Git-Tag: v2.6.38-rc1~403^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f76957fc8fc4fa9735f01e59653b2792b077de06;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed