From: Don Fry Date: Wed, 17 Oct 2007 22:59:22 +0000 (-0700) Subject: pcnet32: fix non-napi packet reception X-Git-Tag: v2.6.24-rc1~286^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=feff348fc0fe06870a8ec05e78af8ed5cc4c2bdf;p=pandora-kernel.git pcnet32: fix non-napi packet reception Recent changes to the driver for the new napi API broke the reception of packets when in non-napi mode. The initialization of napi.weight was removed for the non-napi case leaving the value zero. Tested NAPI and non-NAPI on x86_64. Signed-off-by: Don Fry Signed-off-by: Jeff Garzik --- Reading git-diff-tree failed