summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/hal/fw.c
AgeCommit message (Expand)AuthorLines
2021-08-01staging: rtl8188eu: remove rtl8188eu driver from staging dirPhillip Potter-202/+0
2020-04-16staging: rtl8188eu: make const char array staticMichael Straube-1/+1
2020-04-16staging: rtl8188eu: cleanup long line in fw.cMichael Straube-1/+2
2020-04-16staging: rtl8188eu: rename define to upper caseMichael Straube-2/+2
2018-10-02staging: rtl8188eu: add spaces around '+' in fw.cMichael Straube-3/+3
2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube-12/+1
2018-04-05headers: untangle kmemleak.h from mm.hRandy Dunlap-1/+1
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann-4/+0
2016-02-11staging: rtl8188eu: add release_firmware() between request_firmware and funct...Ivan Safonov-1/+4
2016-02-11staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structureIvan Safonov-11/+9
2016-02-11staging: rtl8188eu: remove _rtl88e_fill_dummyIvan Safonov-25/+20
2015-11-15staging: rtl8188eu: for loop instead of while loop usedIvan Safonov-10/+4
2015-11-15staging: rtl8188eu: offset renamed to write_addressIvan Safonov-6/+6
2015-11-15staging: rtl8188eu: pu4BytePtr renamed to dword_bufferIvan Safonov-2/+2
2015-11-15staging: rtl8188eu: buf_ptr renamed to byte_bufferIvan Safonov-3/+3
2015-11-15staging: rtl8188eu: unnessesary braces for single statement block removedIvan Safonov-4/+2
2015-11-15staging: rtl8188eu: unnecessary initialization removedIvan Safonov-1/+1
2015-11-15staging: rtl8188eu: types of local variables conformed with types of function...Ivan Safonov-2/+2
2015-11-15staging: rtl8188eu: buf_ptr variable completely defined in a single lineIvan Safonov-1/+1
2015-11-15staging: rtl8188eu: offset increment placed into for loop headerIvan Safonov-4/+3
2015-11-15staging: rtl8188eu: unnecessary branching removedIvan Safonov-5/+3
2015-11-15staging: rtl8188eu: unnecessary variable override removedIvan Safonov-3/+1
2015-11-15staging: rtl8188eu: offset variable replaced by its valueIvan Safonov-1/+1
2015-11-15staging: rtl8188eu: initial value placed in the variableIvan Safonov-3/+2
2015-11-15staging: rtl8188eu: assigning a value to the variable is replaced by the incr...Ivan Safonov-1/+3
2015-11-15staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in _rtl88e_fw_block_writeIvan Safonov-2/+2
2015-10-27staging: rtl8188eu: Remove unnecessary variablesAmitoj Kaur Chawla-4/+1
2015-03-01Staging: rtl8188eu: Remove braces from single statement blockVatika Harlalka-2/+1
2014-11-03staging: rtl8188eu: Fix coding style space related ERROR problemsJia He-4/+4
2014-08-30staging: rtl8188eu: using unique names is goodStephen Rothwell-1/+1
2014-08-16staging: rtl8188eu: Cleanup firmware initialization codenavin patidar-0/+236