commit | b189e810619a676e6b931a942a3e8387f3d39c21 | [log] [tgz] |
---|---|---|
author | françois romieu <romieu@fr.zoreil.com> | Sun Jan 08 13:41:33 2012 +0000 |
committer | David S. Miller <davem@davemloft.net> | Sun Jan 08 19:20:33 2012 -0800 |
tree | 5efd2b54dd6b879442d780e3f417d5cf1767f94b | |
parent | 26e29eeda048aa6699984c4b9d6997dd1a1315db [diff] |
8139cp: fix missing napi_gro_flush. The driver uses __napi_complete and napi_gro_receive. Without it, the driver hits the BUG_ON(n->gro_list) assertion hard in __napi_complete. Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> Tested-by: Marin Glibic <zhilla2@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>