summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8188eu: remove unused enum and definesMichael Straube2020-01-222-17/+0
* staging: rtl8188eu: remove redundant definesMichael Straube2020-01-222-11/+1
* staging: rtl8188eu: remove else after break or returnMichael Straube2020-01-228-77/+65
* staging: rtl8188eu: cleanup whitespace in rtl8188e_dm.cMichael Straube2020-01-141-22/+22
* staging: rtl8188eu: remove unnecessary parentheses in rtl8188e_dm.cMichael Straube2020-01-141-4/+4
* staging: rtl8188eu: cleanup long lines in rtl8188e_dm.cMichael Straube2020-01-141-8/+18
* staging: rtl8188eu: convert rtw_hal_antdiv_before_linked() to boolMichael Straube2020-01-142-2/+2
* staging: rtl8188eu: refactor rtw_hal_antdiv_before_linked()Michael Straube2020-01-141-8/+9
* staging: rtl8188eu: remove unused parameters from rtw_check_network_typeMichael Straube2020-01-143-4/+4
* Merge 5.5-rc6 into staging-nextGreg Kroah-Hartman2020-01-131-0/+1
|\
| * staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21Michael Straube2020-01-031-0/+1
* | staging: rtl8188eu: refactor rtl88eu_dm_update_rx_idle_ant()Michael Straube2020-01-101-27/+29
* | staging: rtl8188eu: remove else after returnMichael Straube2020-01-101-12/+14
* | staging: rtl8188: avoid excessive stack usageArnd Bergmann2020-01-101-3/+6
* | staging: rtl8188eu: use break to exit while loopMichael Straube2020-01-031-3/+2
* | staging: rtl8188eu: add spaces around operators in rtw_mlme_ext.cMichael Straube2019-12-171-56/+57
* | staging: rtl8188eu: cleanup comparsions to NULL in rtw_mlme_ext.cMichael Straube2019-12-171-19/+19
* | Merge 5.5-rc2 into staging-nextGreg Kroah-Hartman2019-12-161-1/+1
|\|
| * staging: rtl8188eu: fix interface sanity checkJohan Hovold2019-12-101-1/+1
* | staging: rtl8188eu: remove return variable from rtw_pwr_unassociated_idleMichael Straube2019-12-101-7/+3
* | staging: rtl8188eu: cleanup declarations in rtw_pwrctrl.cMichael Straube2019-12-101-8/+8
* | staging: rtl8188eu: remove unnecessary parentheses in rtw_pwrctrl.cMichael Straube2019-12-101-6/+6
|/
* staging: rtl*: Remove tasklet callback castsKees Cook2019-11-165-10/+8
* staging: rtl8188eu: replace tabs with spaces - styleMichael Straube2019-10-281-2/+2
* staging: rtl8188eu: remove return variable from rtw_init_bcmc_stainfoMichael Straube2019-10-281-5/+2
* staging: rtl8188eu: reduce indentation level in _rtw_free_sta_privMichael Straube2019-10-281-22/+21
* staging: rtl8188eu: remove exit label from rtw_alloc_stainfoMichael Straube2019-10-281-4/+2
* staging: rtl8188eu: reduce indentation level in rtw_alloc_stainfoMichael Straube2019-10-261-50/+51
* staging: rtl8188eu: cleanup long lines in rtw_sta_mgt.cMichael Straube2019-10-261-5/+10
* staging: rtl8188eu: remove ternary operatorMichael Straube2019-10-261-2/+2
* staging: rtl8188eu: convert rtw_access_ctrl to return boolMichael Straube2019-10-262-4/+4
* staging: rtl8188eu: rename array bcast_addrMichael Straube2019-10-261-2/+2
* staging: rtl8188eu: convert unsigned char array to u8Michael Straube2019-10-261-1/+1
* staging: rtl8188eu: cleanup comments in rtw_sta_mgt.cMichael Straube2019-10-261-5/+10
* staging: rtl8188eu: remove code valid only for 5 GHzMichael Straube2019-10-242-31/+11
* staging: rtl8188eu: make efuse_power_switch() function staticAlexandru Ardelean2019-10-242-2/+1
* staging: rtl8188eu: remove blank linesMichael Straube2019-10-151-2/+0
* staging: rtl8188eu: convert variables from unsigned char to u8Michael Straube2019-10-151-4/+4
* staging: rtl8188eu: rename variables to avoid mixed caseMichael Straube2019-10-151-12/+12
* staging: rtl8188eu: remove unnecessary conversion to boolMichael Straube2019-10-141-2/+2
* staging: rtl8188eu: remove braces from single statement if blockMichael Straube2019-10-141-2/+2
* Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman2019-10-142-3/+5
|\
| * staging: rtl8188eu: fix HighestRate check in odm_ARFBRefresh_8188E()Denis Efremov2019-10-011-1/+1
| * staging: rtl8188eu: fix null dereference when kzalloc failsConnor Kuehl2019-10-011-2/+4
* | staging: rtl8188eu: remove unnecessary asignment and initializationMichael Straube2019-10-071-2/+1
* | staging: rtl8188eu: cleanup comments in update_hw_ht_paramMichael Straube2019-10-041-8/+5
* | staging: rtl8188eu: cleanup whitespace in update_hw_ht_paramMichael Straube2019-10-041-4/+2
* | staging: rtl8188eu: rename variables to avoid mixed caseMichael Straube2019-10-041-6/+6
* | staging: rtl8188eu: convert variables from unsigned char to u8Michael Straube2019-10-041-4/+4
* | staging: rtl8188eu: fix possible null dereferenceConnor Kuehl2019-09-301-2/+2
OpenPOWER on IntegriCloud