summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu/hal/rtl8188e_hal_init.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-09staging: r8188eu: delete driverGreg Kroah-Hartman1-922/+0
2022-11-08staging: r8188eu: reformat a function headerMartin Kaiser1-5/+1
2022-10-22staging: r8188eu: correct misspelled words in commentsDeepak R Varma1-1/+1
2022-08-16staging: r8188eu: do not spam the kernel logMichael Straube1-1/+2
2022-08-16staging: r8188eu: refactor dump_chip_info()Michael Straube1-19/+13
2022-08-16staging: r8188eu: convert dump_chip_info() to use netdev_dbg()Michael Straube1-4/+5
2022-07-27staging: r8188eu: make dump_chip_info() staticMichael Straube1-0/+39
2022-07-11staging: r8188eu: the bcnhead parameter is always 0Martin Kaiser1-14/+2
2022-07-11staging: r8188eu: efuse_utilized is never readMartin Kaiser1-9/+0
2022-07-11staging: r8188eu: _offset is always 0 in efuse_phymap_to_logicalMartin Kaiser1-4/+3
2022-07-11staging: r8188eu: offset is always 0 in iol_read_efuseMartin Kaiser1-3/+3
2022-07-11staging: r8188eu: offset is always 0 in rtl8188e_ReadEFuseMartin Kaiser1-3/+3
2022-07-11staging: r8188eu: txpktbuf_bndy is always 0Martin Kaiser1-4/+4
2022-07-11staging: r8188eu: merge ReadEFuseByIC into rtl8188e_ReadEFuseMartin Kaiser1-6/+1
2022-06-27staging: r8188eu: remove rtw_usleep_osMartin Kaiser1-1/+1
2022-06-10staging: r8188eu: add error handling of rtw_read32Pavel Skripkin1-14/+26
2022-06-10staging: r8188eu: add error handling of rtw_read16Pavel Skripkin1-6/+23
2022-06-10staging: r8188eu: add error handling of rtw_read8Pavel Skripkin1-14/+55
2022-04-12staging: r8188eu: improve timeout handling in efuse_read_phymap_from_txpktbufMartin Kaiser1-4/+3
2022-04-12staging: r8188eu: improve timeout handling in iol_executeMartin Kaiser1-4/+3
2022-04-08staging: r8188eu: ROMVer is always zeroMichael Straube1-1/+0
2022-02-25staging: r8188eu: EepromAddressSize is set but not usedMichael Straube1-15/+0
2022-02-25staging: r8188eu: remove redundant variable reg_0x143Colin Ian King1-2/+1
2022-02-17staging: r8188eu: fix lines modified by DBG_88E cleanupPhillip Potter1-20/+11
2022-02-17staging: r8188eu: remove DBG_88E calls from hal subdirPhillip Potter1-39/+1
2022-02-15staging: r8188eu: remove unused enumMichael Straube1-8/+0
2022-01-25staging: r8188eu: EfuseUsedBytes is set but never usedMichael Straube1-3/+0
2022-01-25staging: r8188eu: move firmware loading code out of the hal layerMichael Straube1-282/+1
2022-01-25staging: r8188eu: rename pFirmwareBuf and FirmwareLenMichael Straube1-7/+7
2022-01-25staging: r8188eu: rename pFwHdr in rtl8188e_firmware_download()Michael Straube1-6/+6
2022-01-25staging: r8188eu: rename writeFW_retryMichael Straube1-4/+4
2022-01-25staging: r8188eu: rename FWDL_ChkSum_rptMichael Straube1-2/+2
2022-01-25staging: r8188eu: rename rtSatus in rtl8188e_firmware_download()Michael Straube1-9/+9
2022-01-25staging: r8188eu: rename Exit label in rtl8188e_firmware_download()Michael Straube1-4/+4
2022-01-25staging: r8188eu: convert two functions from s32 to intMichael Straube1-3/+3
2022-01-25staging: r8188eu: clean up rtw_reset_8051()Michael Straube1-5/+4
2022-01-25staging: r8188eu: rename fw related functions to avoid camel caseMichael Straube1-17/+17
2022-01-25staging: r8188eu: use kmemdup instead of kzalloc and memcpyMichael Straube1-6/+1
2022-01-25staging: r8188eu: rename fields of struct rt_firmwareMichael Straube1-11/+11
2022-01-25staging: r8188eu: rename parameter pFirmware of load_firmware()Michael Straube1-7/+7
2022-01-25staging: r8188eu: convert type of return variable in load_firmware()Michael Straube1-1/+1
2022-01-25staging: r8188eu: rename rtStatus in load_firmware()Michael Straube1-6/+6
2022-01-25staging: r8188eu: rename Exit label in load_firmware()Michael Straube1-5/+5
2022-01-25staging: r8188eu: release_firmware is not called if allocation failsMichael Straube1-1/+1
2022-01-25staging: r8188eu: remove rtl8188e_InitializeFirmwareVars()Michael Straube1-11/+0
2022-01-25staging: r8188eu: remove Firmware* from struct hal_data_8188eMichael Straube1-6/+5
2022-01-06staging: r8188eu: make BW20_24G_Diff a 1-D arrayMartin Kaiser1-2/+2
2022-01-06staging: r8188eu: make OFDM_24G_Diff a 1-D arrayMartin Kaiser1-2/+2
2022-01-06staging: r8188eu: BW40_24G_Diff is set but not usedMartin Kaiser1-2/+0
2022-01-06staging: r8188eu: CCK_24G_Diff is set but not usedMartin Kaiser1-2/+0