CVSROOT: /cvs Module name: src Changes by: [email protected] 2022/01/04 08:53:57
Modified files:
sys/dev/pci : if_iwm.c if_iwx.c
Log message:
fix Rx Block Ack session validity checks in iwm(4) and iwx(4)
I ported a NULL pointer check from iwlwifi rxmq.c which cannot
happen in our version of this code. Instead we need to check
the BA session ID to determine whether a BA session is valid.
Patch by Christian Ehrhardt.
