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