summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8188eu/hal
AgeCommit message (Expand)Author
2016-02-12staging: rtl8188eu: add release_firmware() between request_firmware and funct...Ivan Safonov
2016-02-12staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structureIvan Safonov
2016-02-12staging: rtl8188eu: remove _rtl88e_fill_dummyIvan Safonov
2015-11-16staging: rtl8188eu: rarely used macros replaced by their definitionsIvan Safonov
2015-11-16staging: rtl8188eu: for loop instead of while loop usedIvan Safonov
2015-11-16staging: rtl8188eu: offset renamed to write_addressIvan Safonov
2015-11-16staging: rtl8188eu: pu4BytePtr renamed to dword_bufferIvan Safonov
2015-11-16staging: rtl8188eu: buf_ptr renamed to byte_bufferIvan Safonov
2015-11-16staging: rtl8188eu: unnessesary braces for single statement block removedIvan Safonov
2015-11-16staging: rtl8188eu: unnecessary initialization removedIvan Safonov
2015-11-16staging: rtl8188eu: types of local variables conformed with types of function...Ivan Safonov
2015-11-16staging: rtl8188eu: buf_ptr variable completely defined in a single lineIvan Safonov
2015-11-16staging: rtl8188eu: offset increment placed into for loop headerIvan Safonov
2015-11-16staging: rtl8188eu: unnecessary branching removedIvan Safonov
2015-11-16staging: rtl8188eu: unnecessary variable override removedIvan Safonov
2015-11-16staging: rtl8188eu: offset variable replaced by its valueIvan Safonov
2015-11-16staging: rtl8188eu: initial value placed in the variableIvan Safonov
2015-11-16staging: rtl8188eu: assigning a value to the variable is replaced by the incr...Ivan Safonov
2015-11-16staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in _rtl88e_fw_block_writeIvan Safonov
2015-11-16staging: rtl8188eu: 'infinite' loop removedIvan Safonov
2015-11-16staging: rtl8188eu: add missing delay in polling loops.Rémy Oudompheng
2015-11-16staging: rtl8188eu: jiffies are unsigned longRémy Oudompheng
2015-10-29staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset functionIvan Safonov
2015-10-29staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[...Ivan Safonov
2015-10-29staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.cIvan Safonov
2015-10-29staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into tw...Ivan Safonov
2015-10-29staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesisIvan Safonov
2015-10-29staging: rtl8188eu: checkpatch fixes: unnecessary parentheses removed in hal/...Ivan Safonov
2015-10-29staging: rtl8188eu: checkpatch fixes: spaces preferred around that '|' in hal...Ivan Safonov
2015-10-29staging: rtl8188eu: operator = replaced by += in loop incrementIvan Safonov
2015-10-29staging: rtl8188eu: occurrence of the 5 GHz code markedIvan Safonov
2015-10-29staging: rtl8188eu: abs kernel macro used in simularity_compare functionIvan Safonov
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macroIvan Safonov
2015-10-29staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macroIvan Safonov
2015-10-29staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macroIvan Safonov
2015-10-27staging: rtl8188eu: Remove unnecessary variablesAmitoj Kaur Chawla
2015-10-25staging: rtl8188eu: fix misleading indentationLuis de Bethencourt
2015-10-25rtl8188eu : BIT() macro cleanupAnish Bhatt
2015-10-17Staging: rtl8188eu: rf_cfg: Remove useless castShivani Bhardwaj
2015-10-13staging: rtl8188eu: spaces preferred around that + insertedIvan Safonov
2015-10-13staging: rtl8188eu: ARRAY_SIZE instead of sizeof/sizeof usedIvan Safonov
2015-10-13staging: rtl8188eu: unused macro read_next_pair removedIvan Safonov
2015-10-13Staging: rtl8188eu: Correct coding style errorsIban Rodriguez
2015-09-19staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 framesJakub Sitnicki
2015-09-13Staging: rtl8188eu: hal: rtl8188eu_xmit.c: Remove explicit NULL comparisonShraddha Barke
2015-09-13Staging: rtl8188eu: hal: Hal8188ERateAdaptive.c: Remove explicit NULL comparisonShraddha Barke
2015-09-13Staging: rtl8188eu: hal: Remove explicit NULL comparisonShraddha Barke
2015-09-13Staging: rtl8188eu: Remove explicit NULL comparisonShraddha Barke
2015-08-15staging: rtl8188eu: fix possible NULL dereferenceSudip Mukherjee
2015-07-31Staging: rtl8188eu/hal: Fixed code indentation warning detected with checkpat...Mayank Bareja