created | 2022-01-10T09:14:55Z |
---|---|
begin | 2022-01-04T13:40:58Z |
end | 2022-01-04T15:53:57Z |
path | src/sys |
commits | 1 |
date | 2022-01-04T15:53:57Z | |||
---|---|---|---|---|
author | stsp | |||
files | src/sys/dev/pci/if_iwm.c | log | diff | annotate |
src/sys/dev/pci/if_iwx.c | log | diff | annotate | |
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. |