summaryrefslogtreecommitdiffstats
path: root/sys/dev/pci/if_iwxvar.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Use the NVM_GET_INFO command in iwx(4) instead of the manual NVM datastsp2020-06-111-2/+5
* Fix wrong size passed to free(9) when freeing an iwx(4) firmware image.stsp2020-06-101-4/+6
* Make the necessary adjustments to parse iwx(4) -48 firmware image files.stsp2020-05-261-2/+2
* Implement support for the iwx(4) SOC_CONFIGURATION command.stsp2020-05-261-1/+5
* Fix an automatic Tx rate control issue in iwm(4) and iwx(4).stsp2020-04-031-1/+3
* Remove 'done' flag from struct iwx_tx_data. Check data->m == NULL instead.stsp2020-04-021-2/+1
* Sync monitor mode fixes from iwm(4) to iwx(4):stsp2020-02-281-1/+2
* Add iwx(4), a new driver for Intel AX200 wifi devices.stsp2020-02-151-0/+537