commit | feff348fc0fe06870a8ec05e78af8ed5cc4c2bdf | [log] [tgz] |
---|---|---|
author | Don Fry <pcnet32@verizon.net> | Wed Oct 17 15:59:22 2007 -0700 |
committer | Jeff Garzik <jeff@garzik.org> | Wed Oct 17 20:17:34 2007 -0400 |
tree | 0d83851e81f8edeb70812a2ba3654f830b149dcf | |
parent | e30d42273bfa907dc06920c53fa3f303783e1e97 [diff] |
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 <pcnet32@verizon.net> Signed-off-by: Jeff Garzik <jeff@garzik.org>