+4
−2
Loading
Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more
When vdev deleted and interface down, there are pending pkts in nbuf queue of dp rx thread in cornel cases, when flush cmd comes, even vdev is not found by vdev id, rx stack callback isn't set to NULL, pkts are still delivered to kernel stack, but rx queue is invalid now, assert will happen when GRO flush happens. Fix by setting rx stack callback as NULL when vdev isn't found by vdev id. Change-Id: Iad3b71dbc86563a4f8b5369474b2a901cdf8b325 CRs-Fixed: 2995694