Sign in
android-kvm
/
linux
/
725d0123dfff3d7b666cf57f5d29c50addfc99d3
/
drivers
/
staging
/
rtl8188eu
78a729f
Staging: rtl8188eu: Remove function rtw_freq2ch
by Bhumika Goyal
· 9 years ago
eb8329c
Staging: rtl8188eu: removed unnecessary check in core/rtw_ap.c
by Claudiu Beznea
· 9 years ago
61a95c8
staging: rtl8188eu: os_dep: Remove unnecessary else after return
by Bhaktipriya Shridhar
· 9 years ago
e59b76c
Staging: rtl8188eu: Use !x instead of x==NULL.
by Sandhya Bankar
· 9 years ago
b08e0fc
Staging: rtl8188eu: rtw_efuse: Do not print message if kzalloc() failed.
by Sandhya Bankar
· 9 years ago
d4ff4e2
Staging: rtl8188eu: Do not print message if kzalloc() failed.
by Sandhya Bankar
· 9 years ago
7a15863
rtl8188eu: Add spaces around arithmetic operators
by Kyle Kuffermann
· 9 years ago
0f94b0a
staging: rtl8188eu: remove PWR_BASEADDR_* macro definitions and "base" member of wl_pwr_cfg structure
by Ivan Safonov
· 9 years ago
0e54dbd
staging: rtl8188eu: remove PWR_INTF_*_MSK macro definitions and interface_mask of wl_pwr_cfg structure
by Ivan Safonov
· 9 years ago
3f1599e
staging: rtl8188eu: remove PWR_FAB_*_MSK macro definitions and fab_msk of wl_pwr_cfg structure
by Ivan Safonov
· 9 years ago
fd50e11
staging: rtl8188eu: remove FabVersion member of odm_dm_struct struct
by Ivan Safonov
· 9 years ago
29b9e16
staging: rtl8188eu: remove chip_type of the adapter structure
by Ivan Safonov
· 9 years ago
2e48f0d
staging: rtl8188eu: replace (a == NULL) to (!a) in rtw_drv_init
by Ivan Safonov
· 9 years ago
43e0245
staging: rtl8188eu: remove unnecessary debug output from os_dep/usb_intf.c
by Ivan Safonov
· 9 years ago
02295b7
staging: rtl8188eu: remove unused macros from include/basic_types.h
by Ivan Safonov
· 9 years ago
e2d5d10
staging: rtl8188eu: remove unused include/ieee80211_ext.h
by Ivan Safonov
· 9 years ago
5e3027b
staging: rtl8188eu: FIELD_OFFSET macro replaced by offsetof macro
by Ivan Safonov
· 9 years ago
2c10efb
staging: rtl8188eu: os_dep: Remove NULL test before vfree
by Bhaktipriya Shridhar
· 9 years ago
7570ad9
staging: rtl8188eu: core: Remove NULL test before vfree
by Bhaktipriya Shridhar
· 9 years ago
235a010
staging: rtl8188eu: core: Remove useless return variables
by Bhaktipriya Shridhar
· 9 years ago
92098c1f
staging: rtl8188eu: os_dep: Remove useless return variables
by Bhaktipriya Shridhar
· 9 years ago
bd37c43
staging: rtl8188eu: core: Remove casts of pointer to same type
by Bhaktipriya Shridhar
· 9 years ago
3edd192
staging: rtl8188eu: hal: Drop Useless Initialization
by Bhaktipriya Shridhar
· 9 years ago
47b6770
staging: rtl8188eu: Remove unnecessary parantheses
by Bhaktipriya Shridhar
· 9 years ago
a32ee8bb
staging: rtl8188eu: os_dep: Remove header file
by Amitoj Kaur Chawla
· 9 years ago
b383f2a
staging: rtl8188eu: core: Remove unnecessary braces
by Bhaktipriya Shridhar
· 9 years ago
816c2db
staging: rtl8188eu: Remove RF_PATH_C & RF_PATH_D
by Andrew Bradford
· 9 years ago
a3c0c480
Staging: rtl8188eu/core: Coding style fix, avoid line over 80 characters
by Colin Vidal
· 9 years ago
18dbf8e
Staging: rtl8188eu/core: Coding style fix, set constant operand on right in tests
by Colin Vidal
· 9 years ago
c358821
Staging: rtl8188eu/core: Coding style fix, set conform spaces between identifiers
by Colin Vidal
· 9 years ago
7ca6a96
Staging: rtl8188eu/core: remove paragraph which mention FSF address in comment header
by Colin Vidal
· 9 years ago
684d2f1
staging: rtl8188eu: core: Use put_unaligned_le16
by Amitoj Kaur Chawla
· 9 years ago
da04bf7
Staging: rtl8188eu: core: rtw_xmit.c: Remove NULL test before vfree
by Bhumika Goyal
· 9 years ago
64e6619
Staging: rtl8188eu: core: rtw_mlme.c: Remove NULL test before vfree
by Bhumika Goyal
· 9 years ago
a4e320b
Staging: rtl8188eu: os_dep: Remove NULL test before rtw_free_netdev
by Bhumika Goyal
· 9 years ago
d9b36d5
staging: rtl8188eu: fix signal strength indication
by Andrew Bradford
· 9 years ago
8b01871
staging: rtl8188eu: add release_firmware() between request_firmware and function error exit
by Ivan Safonov
· 9 years ago
29e20dd
staging: rtl8188eu: remove pfirmware and fwsize of the hal_data_8188e structure
by Ivan Safonov
· 9 years ago
f643ba6
staging: rtl8188eu: remove _rtl88e_fill_dummy
by Ivan Safonov
· 9 years ago
1397379
staging: rtl8188eu: Remove unnecessary pointer cast
by Janani Ravichandran
· 9 years ago
8052d7d
staging: rtl8*: fix my email address up
by Greg Kroah-Hartman
· 9 years ago
a3124e7
staging: rtl8188eu: use eth_broadcast_addr() in place of memset
by Hari Prasath Gujulan Elango
· 9 years ago
b9f1c275
staging: rtl8188eu: use list_first_entry_or_null()
by Geliang Tang
· 9 years ago
a67080e
staging: rtl8188eu: print OUI with %*ph
by Andy Shevchenko
· 9 years ago
fb27e19
staging: rtl8188eu: replace open-coded print_hex_dump()
by Andy Shevchenko
· 9 years ago
6d7b280
staging: rtl8188eu: provide an absolute path to include folder
by Andy Shevchenko
· 9 years ago
5fa0e06
Staging: rtl8188eu: core: rtw_debug: fixed a parentheses coding style issue
by Chris Elliott
· 9 years ago
b0800a4
staging: rtl8188eu: remove an extra space
by Alexey Tulia
· 9 years ago
35ad45a
staging: rtl8188eu: rtw_mlme_ext.c: simplify call to issue_action_BA()
by Luca Ceresoli
· 9 years ago
d6c6ad96
staging: rtl8188eu: rename camelcase bAcceptAddbaReq
by Luca Ceresoli
· 9 years ago
f0f17be
staging: rtl8188eu: remove useless variable rtw_AcceptAddbaReq
by Luca Ceresoli
· 9 years ago
3298625
staging: rtl8188eu: rtw_mlme_ext.c: remove commented code
by Luca Ceresoli
· 9 years ago
d0beccb
staging: rtl8188eu: don't cast to void* when calling memset()
by Luca Ceresoli
· 9 years ago
8891bca
staging: rtl8188eu: add spaces around binary '*'
by Luca Ceresoli
· 9 years ago
25e168a
staging: rtl8188eu: goto removed
by Ivan Safonov
· 9 years ago
4a3bda2
staging: rtl8188eu: goto replaced by 'else' branch
by Ivan Safonov
· 9 years ago
d14c07f
staging: rtl8188eu: unused macros removed
by Ivan Safonov
· 9 years ago
940f90e
staging: rtl8188eu: rarely used macros replaced by their definitions
by Ivan Safonov
· 9 years ago
08ecab1
staging: rtl8188eu: for loop instead of while loop used
by Ivan Safonov
· 9 years ago
13cab3d
staging: rtl8188eu: offset renamed to write_address
by Ivan Safonov
· 9 years ago
7e91b28
staging: rtl8188eu: pu4BytePtr renamed to dword_buffer
by Ivan Safonov
· 9 years ago
988c514
staging: rtl8188eu: buf_ptr renamed to byte_buffer
by Ivan Safonov
· 9 years ago
6e84aa6
staging: rtl8188eu: unnessesary braces for single statement block removed
by Ivan Safonov
· 9 years ago
429078e
staging: rtl8188eu: unnecessary initialization removed
by Ivan Safonov
· 9 years ago
645d2a8
staging: rtl8188eu: types of local variables conformed with types of function arguments
by Ivan Safonov
· 9 years ago
1e7e93e
staging: rtl8188eu: buf_ptr variable completely defined in a single line
by Ivan Safonov
· 9 years ago
ec60e03
staging: rtl8188eu: offset increment placed into for loop header
by Ivan Safonov
· 9 years ago
f464b3a
staging: rtl8188eu: unnecessary branching removed
by Ivan Safonov
· 9 years ago
8107b14
staging: rtl8188eu: unnecessary variable override removed
by Ivan Safonov
· 9 years ago
37d5579
staging: rtl8188eu: offset variable replaced by its value
by Ivan Safonov
· 9 years ago
1c48def
staging: rtl8188eu: initial value placed in the variable
by Ivan Safonov
· 9 years ago
d44f58f
staging: rtl8188eu: assigning a value to the variable is replaced by the increment
by Ivan Safonov
· 9 years ago
52863d8
staging: rtl8188eu: *(ptr + i) replaced by ptr[i] in _rtl88e_fw_block_write
by Ivan Safonov
· 9 years ago
6d9b0f0
Staging: rtl8188eu: fix space prohibited before that ','
by Abdul Hussain
· 9 years ago
37efd08
staging: rtl8188eu: 'infinite' loop removed
by Ivan Safonov
· 9 years ago
72fb6c5
staging: rtl8188eu: while loop replaced by for loop
by Ivan Safonov
· 9 years ago
2b5a10a
staging: rtl8188eu: do .. while (0) loop replaced by while (...) loop
by Ivan Safonov
· 9 years ago
3913c19
staging: rtl8188eu: add missing delay in polling loops.
by Rémy Oudompheng
· 9 years ago
ed73749
staging: rtl8188eu: jiffies are unsigned long
by Rémy Oudompheng
· 9 years ago
afcf9bc
staging: rtl8188eu: core: Change function parameter to bool
by Amitoj Kaur Chawla
· 9 years ago
03ea25f
staging: rtl8188eu: core: Remove wrapper function
by Amitoj Kaur Chawla
· 9 years ago
ce3b84a
staging: rtl8188eu: Remove unused function
by Amitoj Kaur Chawla
· 9 years ago
f3a2d1adf
staging: rtl8188eu: core: rtw_ap : Remove unnecessary functions
by Amitoj Kaur Chawla
· 9 years ago
853a466
staging: rtl8188eu: pwrGrpCnt variable removed in store_pwrindex_offset function
by Ivan Safonov
· 9 years ago
5bee5d5
staging: rtl8188eu: new variable for hal_data->MCSTxPowerLevelOriginalOffset[pwrGrpCnt] in store_pwrindex_offset function
by Ivan Safonov
· 9 years ago
83d7b6c
staging: rtl8188eu: checkpatch fixes: 'Avoid CamelCase' in hal/bb_cfg.c
by Ivan Safonov
· 9 years ago
420a952
staging: rtl8188eu: checkpatch fixes: line over 80 characters splited into two parts
by Ivan Safonov
· 9 years ago
5d5efcbd
staging: rtl8188eu: checkpatch fixes: alignment should match open parenthesis
by Ivan Safonov
· 9 years ago
5ce5b8d
staging: rtl8188eu: checkpatch fixes: unnecessary parentheses removed in hal/bb_cfg.c
by Ivan Safonov
· 9 years ago
53d0621
staging: rtl8188eu: checkpatch fixes: spaces preferred around that '|' in hal/bb_cfg.c
by Ivan Safonov
· 9 years ago
160edfd
staging: rtl8188eu: operator = replaced by += in loop increment
by Ivan Safonov
· 9 years ago
32b5844
staging: rtl8188eu: occurrence of the 5 GHz code marked
by Ivan Safonov
· 9 years ago
b546c0f
staging: rtl8188eu: increment placed into for loop header
by Ivan Safonov
· 9 years ago
628bd1c
staging: rtl8188eu: while loop replaced by for loop in rtw_restruct_wmm_ie
by Ivan Safonov
· 9 years ago
2bc8c2f
staging: rtl8188eu: unused MIN macro removed
by Ivan Safonov
· 9 years ago
7687e58
staging: rtl8188eu: unused MEM_ALIGNMENT_OFFSET and MEM_ALIGNMENT_PADDING macros removed
by Ivan Safonov
· 9 years ago
8a3a379
staging: rtl8188eu: unused SUCCESS and FAIL macros removed
by Ivan Safonov
· 9 years ago
016c6bb
staging: rtl8188eu: abs kernel macro used in simularity_compare function
by Ivan Safonov
· 9 years ago
530c9b1
staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macro
by Ivan Safonov
· 9 years ago
ad8d8cd
staging: rtl8188eu: ternary operator (?:) replaced by min_t kernel macro
by Ivan Safonov
· 9 years ago
Next »