CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2021/06/21 04:19:21

Modified files:
        sys/dev/pci    : if_iwm.c if_iwx.c 

Log message:
Fix ieee80211_node leak in iwm(4) and iwx(4).

CVS commit mPRyhYmlmonmI11J which added support for Rx aggregation offload
contains a node leak in the rx_reorder() function. Node leaks will cause
the driver to get stuck when roaming between access points.
Add missing calls to ieee80211_release_node() to fix this.

ok mpi@

Reply via email to