index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
rtl8188eu
/
hal
Age
Commit message (
Expand
)
Author
2015-11-15
staging: rtl8188eu: rarely used macros replaced by their definitions
Ivan Safonov
2015-11-15
staging: rtl8188eu: for loop instead of while loop used
Ivan Safonov
2015-11-15
staging: rtl8188eu: offset renamed to write_address
Ivan Safonov
2015-11-15
staging: rtl8188eu: pu4BytePtr renamed to dword_buffer
Ivan Safonov
2015-11-15
staging: rtl8188eu: buf_ptr renamed to byte_buffer
Ivan Safonov
2015-11-15
staging: rtl8188eu: unnessesary braces for single statement block removed
Ivan Safonov
2015-11-15
staging: rtl8188eu: unnecessary initialization removed
Ivan Safonov
2015-11-15
staging: rtl8188eu: types of local variables conformed with types of function...
Ivan Safonov
2015-11-15
staging: rtl8188eu: buf_ptr variable completely defined in a single line
Ivan Safonov
2015-11-15
staging: rtl8188eu: offset increment placed into for loop header
Ivan Safonov
2015-11-15
staging: rtl8188eu: unnecessary branching removed
Ivan Safonov
2015-11-15
staging: rtl8188eu: unnecessary variable override removed
Ivan Safonov
2015-11-15
staging: rtl8188eu: offset variable replaced by its value
Ivan Safonov
2015-11-15
staging: rtl8188eu: initial value placed in the variable
Ivan Safonov
2015-11-15
staging: rtl8188eu: assigning a value to the variable is replaced by the incr...
Ivan Safonov
2015-11-15
staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in _rtl88e_fw_block_write
Ivan Safonov
2015-11-15
staging: rtl8188eu: 'infinite' loop removed
Ivan Safonov
2015-11-15
staging: rtl8188eu: add missing delay in polling loops.
Rémy Oudompheng
2015-11-15
staging: rtl8188eu: jiffies are unsigned long
Rémy Oudompheng
2015-10-29
staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset function
Ivan Safonov
2015-10-29
staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[...
Ivan Safonov
2015-10-29
staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.c
Ivan Safonov
2015-10-29
staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into tw...
Ivan Safonov
2015-10-29
staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesis
Ivan Safonov
2015-10-29
staging: rtl8188eu: checkpatch fixes: unnecessary parentheses removed in hal/...
Ivan Safonov
2015-10-29
staging: rtl8188eu: checkpatch fixes: spaces preferred around that '|' in hal...
Ivan Safonov
2015-10-29
staging: rtl8188eu: operator = replaced by += in loop increment
Ivan Safonov
2015-10-29
staging: rtl8188eu: occurrence of the 5 GHz code marked
Ivan Safonov
2015-10-29
staging: rtl8188eu: abs kernel macro used in simularity_compare function
Ivan Safonov
2015-10-29
staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macro
Ivan Safonov
2015-10-29
staging: rtl8188eu: ternary operator (?:) replaced by min/max kernel macro
Ivan Safonov
2015-10-29
staging: rtl8188eu: sizeof/sizeof replaced by ARRAY_SIZE kernel macro
Ivan Safonov
2015-10-27
staging: rtl8188eu: Remove unnecessary variables
Amitoj Kaur Chawla
2015-10-24
staging: rtl8188eu: fix misleading indentation
Luis de Bethencourt
2015-10-24
rtl8188eu : BIT() macro cleanup
Anish Bhatt
2015-10-16
Staging: rtl8188eu: rf_cfg: Remove useless cast
Shivani Bhardwaj
2015-10-12
staging: rtl8188eu: spaces preferred around that + inserted
Ivan Safonov
2015-10-12
staging: rtl8188eu: ARRAY_SIZE instead of sizeof/sizeof used
Ivan Safonov
2015-10-12
staging: rtl8188eu: unused macro read_next_pair removed
Ivan Safonov
2015-10-12
Staging: rtl8188eu: Correct coding style errors
Iban Rodriguez
2015-09-18
staging: rtl8188eu: Introduce monitor interface for IEEE 802.11 frames
Jakub Sitnicki
2015-09-12
Staging: rtl8188eu: hal: rtl8188eu_xmit.c: Remove explicit NULL comparison
Shraddha Barke
2015-09-12
Staging: rtl8188eu: hal: Hal8188ERateAdaptive.c: Remove explicit NULL comparison
Shraddha Barke
2015-09-12
Staging: rtl8188eu: hal: Remove explicit NULL comparison
Shraddha Barke
2015-09-12
Staging: rtl8188eu: Remove explicit NULL comparison
Shraddha Barke
2015-08-14
staging: rtl8188eu: fix possible NULL dereference
Sudip Mukherjee
2015-07-31
Staging: rtl8188eu/hal: Fixed code indentation warning detected with checkpat...
Mayank Bareja
2015-07-24
staging: rtl8188eu: kill unused hal_data_8188e::fw_ractrl flag
Jakub Sitnicki
2015-07-16
staging: rtl8188eu: remove unused rtw_hal_write_rfreg
Luca Ceresoli
2015-07-16
staging: rtl8188eu: remove unused rtw_hal_set_def_var
Luca Ceresoli
[next]