]> www.infradead.org Git - users/jedix/linux-maple.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)
committerJoe Jin <joe.jin@oracle.com>
Fri, 18 May 2012 03:18:33 +0000 (11:18 +0800)
commit00f137ce3eb449ebcae7e7e042ba46f561b3cb50
treee19a89c07282ede3fcd6c1891c69e7aec48fd90d
parent2a42d58f2d7cfe2a0c2920806dabbadde9d440e7
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.

(cherry picked from commit b189e810619a676e6b931a942a3e8387f3d39c21)
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>
Signed-off-by: Joe Jin <joe.jin@oracle.com>
drivers/net/8139cp.c