summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/hal/fw.c
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann2016-03-281-4/+0
* staging: rtl8188eu: add release_firmware() between request_firmware and funct...Ivan Safonov2016-02-111-1/+4
* staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structureIvan Safonov2016-02-111-11/+9
* staging: rtl8188eu: remove _rtl88e_fill_dummyIvan Safonov2016-02-111-25/+20
* staging: rtl8188eu: for loop instead of while loop usedIvan Safonov2015-11-151-10/+4
* staging: rtl8188eu: offset renamed to write_addressIvan Safonov2015-11-151-6/+6
* staging: rtl8188eu: pu4BytePtr renamed to dword_bufferIvan Safonov2015-11-151-2/+2
* staging: rtl8188eu: buf_ptr renamed to byte_bufferIvan Safonov2015-11-151-3/+3
* staging: rtl8188eu: unnessesary braces for single statement block removedIvan Safonov2015-11-151-4/+2
* staging: rtl8188eu: unnecessary initialization removedIvan Safonov2015-11-151-1/+1
* staging: rtl8188eu: types of local variables conformed with types of function...Ivan Safonov2015-11-151-2/+2
* staging: rtl8188eu: buf_ptr variable completely defined in a single lineIvan Safonov2015-11-151-1/+1
* staging: rtl8188eu: offset increment placed into for loop headerIvan Safonov2015-11-151-4/+3
* staging: rtl8188eu: unnecessary branching removedIvan Safonov2015-11-151-5/+3
* staging: rtl8188eu: unnecessary variable override removedIvan Safonov2015-11-151-3/+1
* staging: rtl8188eu: offset variable replaced by its valueIvan Safonov2015-11-151-1/+1
* staging: rtl8188eu: initial value placed in the variableIvan Safonov2015-11-151-3/+2
* staging: rtl8188eu: assigning a value to the variable is replaced by the incr...Ivan Safonov2015-11-151-1/+3
* staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in _rtl88e_fw_block_writeIvan Safonov2015-11-151-2/+2
* staging: rtl8188eu: Remove unnecessary variablesAmitoj Kaur Chawla2015-10-271-4/+1
* Staging: rtl8188eu: Remove braces from single statement blockVatika Harlalka2015-03-011-2/+1
* staging: rtl8188eu: Fix coding style space related ERROR problemsJia He2014-11-031-4/+4
* staging: rtl8188eu: using unique names is goodStephen Rothwell2014-08-301-1/+1
* staging: rtl8188eu: Cleanup firmware initialization codenavin patidar2014-08-161-0/+236
OpenPOWER on IntegriCloud