aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8188eu (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-22staging: rtl8188eu: remove unused enum and definesMichael Straube2-17/+0
2020-01-22staging: rtl8188eu: remove redundant definesMichael Straube2-11/+1
2020-01-22staging: rtl8188eu: remove else after break or returnMichael Straube8-77/+65
2020-01-14staging: rtl8188eu: cleanup whitespace in rtl8188e_dm.cMichael Straube1-22/+22
2020-01-14staging: rtl8188eu: remove unnecessary parentheses in rtl8188e_dm.cMichael Straube1-4/+4
2020-01-14staging: rtl8188eu: cleanup long lines in rtl8188e_dm.cMichael Straube1-8/+18
2020-01-14staging: rtl8188eu: convert rtw_hal_antdiv_before_linked() to boolMichael Straube2-2/+2
2020-01-14staging: rtl8188eu: refactor rtw_hal_antdiv_before_linked()Michael Straube1-8/+9
2020-01-14staging: rtl8188eu: remove unused parameters from rtw_check_network_typeMichael Straube3-4/+4
2020-01-13Merge 5.5-rc6 into staging-nextGreg Kroah-Hartman1-0/+1
2020-01-10staging: rtl8188eu: refactor rtl88eu_dm_update_rx_idle_ant()Michael Straube1-27/+29
2020-01-10staging: rtl8188eu: remove else after returnMichael Straube1-12/+14
2020-01-10staging: rtl8188: avoid excessive stack usageArnd Bergmann1-3/+6
2020-01-03staging: rtl8188eu: Add device code for TP-Link TL-WN727N v5.21Michael Straube1-0/+1
2020-01-03staging: rtl8188eu: use break to exit while loopMichael Straube1-3/+2
2019-12-17staging: rtl8188eu: add spaces around operators in rtw_mlme_ext.cMichael Straube1-56/+57
2019-12-17staging: rtl8188eu: cleanup comparsions to NULL in rtw_mlme_ext.cMichael Straube1-19/+19
2019-12-16Merge 5.5-rc2 into staging-nextGreg Kroah-Hartman1-1/+1
2019-12-10staging: rtl8188eu: fix interface sanity checkJohan Hovold1-1/+1
2019-12-10staging: rtl8188eu: remove return variable from rtw_pwr_unassociated_idleMichael Straube1-7/+3
2019-12-10staging: rtl8188eu: cleanup declarations in rtw_pwrctrl.cMichael Straube1-8/+8
2019-12-10staging: rtl8188eu: remove unnecessary parentheses in rtw_pwrctrl.cMichael Straube1-6/+6
2019-11-16staging: rtl*: Remove tasklet callback castsKees Cook5-10/+8
2019-10-28staging: rtl8188eu: replace tabs with spaces - styleMichael Straube1-2/+2
2019-10-28staging: rtl8188eu: remove return variable from rtw_init_bcmc_stainfoMichael Straube1-5/+2
2019-10-28staging: rtl8188eu: reduce indentation level in _rtw_free_sta_privMichael Straube1-22/+21
2019-10-28staging: rtl8188eu: remove exit label from rtw_alloc_stainfoMichael Straube1-4/+2
2019-10-26staging: rtl8188eu: reduce indentation level in rtw_alloc_stainfoMichael Straube1-50/+51
2019-10-26staging: rtl8188eu: cleanup long lines in rtw_sta_mgt.cMichael Straube1-5/+10
2019-10-26staging: rtl8188eu: remove ternary operatorMichael Straube1-2/+2
2019-10-26staging: rtl8188eu: convert rtw_access_ctrl to return boolMichael Straube2-4/+4
2019-10-26staging: rtl8188eu: rename array bcast_addrMichael Straube1-2/+2
2019-10-26staging: rtl8188eu: convert unsigned char array to u8Michael Straube1-1/+1
2019-10-26staging: rtl8188eu: cleanup comments in rtw_sta_mgt.cMichael Straube1-5/+10
2019-10-24staging: rtl8188eu: remove code valid only for 5 GHzMichael Straube2-31/+11
2019-10-24staging: rtl8188eu: make efuse_power_switch() function staticAlexandru Ardelean2-2/+1
2019-10-15staging: rtl8188eu: remove blank linesMichael Straube1-2/+0
2019-10-15staging: rtl8188eu: convert variables from unsigned char to u8Michael Straube1-4/+4
2019-10-15staging: rtl8188eu: rename variables to avoid mixed caseMichael Straube1-12/+12
2019-10-14staging: rtl8188eu: remove unnecessary conversion to boolMichael Straube1-2/+2
2019-10-14staging: rtl8188eu: remove braces from single statement if blockMichael Straube1-2/+2
2019-10-14Merge 5.4-rc3 into staging-nextGreg Kroah-Hartman2-3/+5
2019-10-07staging: rtl8188eu: remove unnecessary asignment and initializationMichael Straube1-2/+1
2019-10-04staging: rtl8188eu: cleanup comments in update_hw_ht_paramMichael Straube1-8/+5
2019-10-04staging: rtl8188eu: cleanup whitespace in update_hw_ht_paramMichael Straube1-4/+2
2019-10-04staging: rtl8188eu: rename variables to avoid mixed caseMichael Straube1-6/+6
2019-10-04staging: rtl8188eu: convert variables from unsigned char to u8Michael Straube1-4/+4
2019-10-01staging: rtl8188eu: fix HighestRate check in odm_ARFBRefresh_8188E()Denis Efremov1-1/+1
2019-10-01staging: rtl8188eu: fix null dereference when kzalloc failsConnor Kuehl1-2/+4
2019-09-30staging: rtl8188eu: fix possible null dereferenceConnor Kuehl1-2/+2