Remove an unused 320k bytes DMA memory allocation from iwx(4).
authorstsp <stsp@openbsd.org>
Fri, 30 Jul 2021 13:56:44 +0000 (13:56 +0000)
committerstsp <stsp@openbsd.org>
Fri, 30 Jul 2021 13:56:44 +0000 (13:56 +0000)
commit3dc420657621753f468e7a078c825ac06107f42f
tree9dacdbf3290c6e503dc93d564670f725dab9b4f8
parenta43ea5a39f0c4c2bc09f9b027a571a60943dc3b0
Remove an unused 320k bytes DMA memory allocation from iwx(4).

This allocation was left over from code inherited from iwm(4) where
it is used for transferring firmware code to the device. Devices
supported by iwx(4) use an entirely different mechanism for loading
firmware and don't need this allocation at all.

Based on a patch by zxystd from the OpenIntelWireless project.
sys/dev/pci/if_iwx.c
sys/dev/pci/if_iwxvar.h