aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu/hal (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-06-17Revert "Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)"Hans de Goede1-1/+2
2016-05-01Staging: drivers: rtl8188eu: use sizeof(*ptr) instead of sizeof(struct)Jacky Boen1-2/+1
2016-05-01Staging: drivers: rtl8188eu: fixed extraneous spacesJacky Boen1-2/+2
2016-05-01Staging: drivers: rtl8188eu: fixed extraneous parenthesesJacky Boen1-15/+15
2016-05-01Staging: drivers: rtl8188eu: fixed extraneous indentationJacky Boen1-1/+1
2016-05-01Staging: drivers: rtl8188eu: fixed unnecessary else branchJacky Boen1-3/+2
2016-05-01Staging: drivers: rtl8188eu: fixed brace styleJacky Boen1-2/+1
2016-05-01Staging: drivers: rtl8188eu: fixed newlines styleJacky Boen1-6/+1
2016-05-01Staging: drivers: rtl8188eu: fixed block comments styleJacky Boen1-3/+6
2016-05-01Staging: drivers: rtl8188eu: fixed typoJacky Boen1-1/+1
2016-05-01Staging: drivers: rtl8188eu: move constants to the right in comparisonsJacky Boen1-2/+2
2016-03-28Staging: rtl8188eu: usb_halinit: Use !x instead of x == NULL.Sandhya Bankar1-1/+1
2016-03-28Staging: rtl8188eu: rtl8188e_rxdesc: Use !x instead of x == NULL.Sandhya Bankar1-1/+1
2016-03-28Staging: rtl8188eu: hal_intf: Use x instead of x != NULL.Sandhya Bankar1-1/+1
2016-03-28Staging: rtl8188eu: Hal8188ERateAdaptive: Use x instead of x != NULL.Sandhya Bankar1-1/+1
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann22-107/+0
2016-03-28Staging: rtl8188eu: removes an unnecessary cast on a void pointer.Ben Marsh1-1/+1
2016-03-11staging: rtl8188eu: remove PWR_BASEADDR_* macro definitions and "base" member of wl_pwr_cfg structureIvan Safonov1-2/+1
2016-03-11staging: rtl8188eu: remove PWR_INTF_*_MSK macro definitions and interface_mask of wl_pwr_cfg structureIvan Safonov2-9/+7
2016-03-11staging: rtl8188eu: remove PWR_FAB_*_MSK macro definitions and fab_msk of wl_pwr_cfg structureIvan Safonov2-12/+7
2016-03-11staging: rtl8188eu: remove FabVersion member of odm_dm_struct structIvan Safonov2-7/+1
2016-03-11staging: rtl8188eu: hal: Drop Useless InitializationBhaktipriya Shridhar1-2/+2
2016-02-20staging: rtl8188eu: Remove RF_PATH_C & RF_PATH_DAndrew Bradford2-52/+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: rarely used macros replaced by their definitionsIvan Safonov2-8/+8
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-11-15staging: rtl8188eu: 'infinite' loop removedIvan Safonov1-19/+15
2015-11-15staging: rtl8188eu: add missing delay in polling loops.Rémy Oudompheng1-1/+2
2015-11-15staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng2-6/+8
2015-10-29staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset functionIvan Safonov1-2/+1
2015-10-29staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[pwrGrpCnt] in store_pwrindex_offset functionIvan Safonov1-16/+18
2015-10-29staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.cIvan Safonov1-6/+6
2015-10-29staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into two partsIvan Safonov1-4/+8
2015-10-29staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesisIvan Safonov1-1/+1