]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
8139cp: fix missing napi_gro_flush.
authorfrançois romieu <romieu@fr.zoreil.com>
Sun, 8 Jan 2012 13:41:33 +0000 (13:41 +0000)
committerDavid S. Miller <davem@davemloft.net>
Mon, 9 Jan 2012 03:20:33 +0000 (19:20 -0800)
commitb189e810619a676e6b931a942a3e8387f3d39c21
tree5efd2b54dd6b879442d780e3f417d5cf1767f94b
parent26e29eeda048aa6699984c4b9d6997dd1a1315db
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>
drivers/net/ethernet/realtek/8139cp.c