summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/hal
Commit message (Expand)AuthorAgeFilesLines
* Revert "Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)"Hans de Goede2016-06-171-1/+2
* Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)Jacky Boen2016-05-011-2/+1
* Staging: drivers: rtl8188eu: fixed extraneous spacesJacky Boen2016-05-011-2/+2
* Staging: drivers: rtl8188eu: fixed extraneous parenthesesJacky Boen2016-05-011-15/+15
* Staging: drivers: rtl8188eu: fixed extraneous indentationJacky Boen2016-05-011-1/+1
* Staging: drivers: rtl8188eu: fixed unnecessary else branchJacky Boen2016-05-011-3/+2
* Staging: drivers: rtl8188eu: fixed brace styleJacky Boen2016-05-011-2/+1
* Staging: drivers: rtl8188eu: fixed newlines styleJacky Boen2016-05-011-6/+1
* Staging: drivers: rtl8188eu: fixed block comments styleJacky Boen2016-05-011-3/+6
* Staging: drivers: rtl8188eu: fixed typoJacky Boen2016-05-011-1/+1
* Staging: drivers: rtl8188eu: move constants to the right in comparisonsJacky Boen2016-05-011-2/+2
* Staging: rtl8188eu: usb_halinit: Use !x instead of x == NULL.Sandhya Bankar2016-03-281-1/+1
* Staging: rtl8188eu: rtl8188e_rxdesc: Use !x instead of x == NULL.Sandhya Bankar2016-03-281-1/+1
* Staging: rtl8188eu: hal_intf: Use x instead of x != NULL.Sandhya Bankar2016-03-281-1/+1
* Staging: rtl8188eu: Hal8188ERateAdaptive: Use x instead of x != NULL.Sandhya Bankar2016-03-281-1/+1
* staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann2016-03-2822-107/+0
* Staging: rtl8188eu: removes an unnecessary cast on a void pointer.Ben Marsh2016-03-281-1/+1
* staging: rtl8188eu: remove PWR_BASEADDR_* macro definitions and "base" member...Ivan Safonov2016-03-111-2/+1
* staging: rtl8188eu: remove PWR_INTF_*_MSK macro definitions and interface_mas...Ivan Safonov2016-03-112-9/+7
* staging: rtl8188eu: remove PWR_FAB_*_MSK macro definitions and fab_msk of wl_...Ivan Safonov2016-03-112-12/+7
* staging: rtl8188eu: remove FabVersion member of odm_dm_struct structIvan Safonov2016-03-112-7/+1
* staging: rtl8188eu: hal: Drop Useless InitializationBhaktipriya Shridhar2016-03-111-2/+2
* staging: rtl8188eu: Remove RF_PATH_C & RF_PATH_DAndrew Bradford2016-02-202-52/+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: rarely used macros replaced by their definitionsIvan Safonov2015-11-152-8/+8
* 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: 'infinite' loop removedIvan Safonov2015-11-151-19/+15
* staging: rtl8188eu: add missing delay in polling loops.Rémy Oudompheng2015-11-151-1/+2
* staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng2015-11-152-6/+8
* staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset functionIvan Safonov2015-10-291-2/+1
* staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[...Ivan Safonov2015-10-291-16/+18
* staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.cIvan Safonov2015-10-291-6/+6
* staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into tw...Ivan Safonov2015-10-291-4/+8
* staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesisIvan Safonov2015-10-291-1/+1
OpenPOWER on IntegriCloud