summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu/core/rtw_fw.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-09staging: r8188eu: delete driverGreg Kroah-Hartman1-335/+0
2023-01-17staging: r8188eu: convert rtw_writeN() to common error logicMichael Straube1-6/+4
2022-08-16staging: r8188eu: set firmware path in a macroGrzegorz Szymaszek1-1/+1
2022-06-10staging: r8188eu: add error handling of rtw_read32Pavel Skripkin1-4/+12
2022-06-10staging: r8188eu: add error handling of rtw_read8Pavel Skripkin1-13/+43
2022-06-06staging: r8188eu: convert pr_info_once call in core/rtw_fw.cPhillip Potter1-3/+3
2022-05-20staging: r8188eu: remove include/rtw_debug.hPhillip Potter1-2/+2
2022-04-20staging: r8188eu: check firmware header existence before accessMichael Straube1-5/+4
2022-04-20staging: r8188eu: use pr_info_once() to log the firmware versionMichael Straube1-5/+3
2022-04-20staging: r8188eu: remove variables from rtl8188e_firmware_download()Michael Straube1-6/+2
2022-04-20staging: r8188eu: use sizeof instead of hardcoded firmware header sizeMichael Straube1-3/+4
2022-04-20staging: r8188eu: rename fields of struct rt_firmware_hdrMichael Straube1-29/+29
2022-04-20staging: r8188eu: clean up comments in struct rt_firmware_hdrMichael Straube1-23/+13
2022-04-20staging: r8188eu: convert u32 fields of rt_firmware_hdr to __le32Michael Straube1-3/+3
2022-04-20staging: r8188eu: fix struct rt_firmware_hdrMichael Straube1-1/+1
2022-04-13staging: r8188eu: clean up long lines in block_write()Michael Straube1-4/+14
2022-04-13staging: r8188eu: remove unneeded initializationsMichael Straube1-1/+1
2022-04-13staging: r8188eu: reduce variables in block_write()Michael Straube1-25/+18
2022-04-13staging: r8188eu: change void parameters to u8Michael Straube1-10/+8
2022-04-13staging: r8188eu: rename parameter of block_write()Michael Straube1-3/+3
2022-04-13staging: r8188eu: correct macro spelling mistakeMichael Straube1-2/+2
2022-04-12staging: r8188eu: improve timeout handling in rtl8188e_firmware_downloadMartin Kaiser1-3/+3
2022-02-17staging: r8188eu: fix lines modified by DBG_88E cleanupPhillip Potter1-8/+4
2022-02-17staging: r8188eu: remove DBG_88E calls from core subdirPhillip Potter1-10/+0
2022-02-17staging: r8188eu: remove previously converted DBG_88E_LEVEL callsPhillip Potter1-1/+0
2022-02-08staging: r8188eu: move local definitions into rtw_fw.hMartin Kaiser1-0/+45
2022-01-25staging: r8188eu: move firmware loading code out of the hal layerMichael Straube1-0/+284