summaryrefslogtreecommitdiff
path: root/drivers/net/wireless/intel/iwlwifi/fw/pnvm.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-08wifi: iwlwifi: fw: allow vmalloc for PNVM imageJohannes Berg1-5/+5
2024-02-02wifi: iwlwifi: read BIOS PNVM only for non-Intel SKUMiri Korenblit1-12/+18
2024-01-26wifi: iwlwifi: Add support for new 802.11be deviceMukesh Sisodiya1-0/+13
2023-06-06wifi: iwlwifi: pnvm: handle memory descriptor tlvGregory Greenman1-0/+5
2023-06-06wifi: iwlwifi: fw: clean up PNVM loading codeJohannes Berg1-66/+89
2023-06-06wifi: iwlwifi: Separate reading and parsing of reduce power tableAlon Giladi1-15/+25
2023-06-06wifi: iwlwifi: Enable loading of reduce-power tables into several segmentsAlon Giladi1-2/+2
2023-06-06wifi: iwlwifi: Use iwl_pnvm_image in reduce power tables flowAlon Giladi1-3/+4
2023-06-06wifi: iwlwifi: Separate loading and setting of power reduce tablesAlon Giladi1-3/+6
2023-06-06wifi: iwlwifi: Add support for fragmented pnvm imagesAlon Giladi1-3/+4
2023-06-06wifi: iwlwifi: Take loading and setting of pnvm image out of parsing partAlon Giladi1-61/+69
2023-06-06wifi: iwlwifi: Separate loading and setting of pnvm image into two functionsAlon Giladi1-4/+8
2023-06-06wifi: iwlwifi: Generalize the parsing of the pnvm imageAlon Giladi1-28/+15
2023-03-15wifi: iwlwifi: fw: pnvm: fix uefi reduced TX power loadingJohannes Berg1-12/+8
2022-02-18iwlwifi: fix various more -Wcast-qual warningsJohannes Berg1-1/+1
2022-02-18iwlwifi: propagate (const) type qualifierBjoern A. Zeeb1-10/+10
2021-10-22iwlwifi: pnvm: print out the version properlyJohannes Berg1-1/+1
2021-10-20iwlwifi: pnvm: read EFI data only if long enoughJohannes Berg1-3/+7
2021-10-20iwlwifi: pnvm: don't kmemdup() more than we haveJohannes Berg1-4/+3
2021-09-05iwlwifi: pnvm: Fix a memory leak in 'iwl_pnvm_get_from_fs()'Christophe JAILLET1-1/+5
2021-08-26iwlwifi: move get pnvm file name to a separate functionDror Moshe1-11/+2
2021-08-26iwlwifi: print PNVM complete notification status in hexadecimalLuca Coelho1-1/+1
2021-07-28iwlwifi: pnvm: accept multiple HW-type TLVsJohannes Berg1-9/+16
2021-06-22iwlwifi: support loading the reduced power table from UEFILuca Coelho1-9/+24
2021-06-22iwlwifi: move UEFI code to a separate fileLuca Coelho1-81/+24
2021-03-03iwlwifi: fix ARCH=i386 compilation warningsPierre-Louis Bossart1-2/+2
2021-02-12iwlwifi: remove incorrect comment in pnvmLuca Coelho1-5/+0
2021-02-11iwlwifi: pnvm: implement reading PNVM from UEFILuca Coelho1-1/+90
2021-02-11iwlwifi: pnvm: move file loading code to a separate functionLuca Coelho1-37/+61
2021-02-11iwlwifi: pnvm: increment the pointer before checking the TLVLuca Coelho1-3/+3
2021-02-11iwlwifi: pnvm: set the PNVM again if it was already loadedLuca Coelho1-1/+6
2021-01-25iwlwifi: pnvm: don't try to load after failuresJohannes Berg1-1/+7
2021-01-25iwlwifi: pnvm: don't skip everything when not reloadingJohannes Berg1-25/+25
2020-10-08iwlwifi: read and parse PNVM fileLuca Coelho1-2/+221
2020-10-08iwlwifi: move PNVM implementation to common codeLuca Coelho1-0/+55