aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu
AgeCommit message (Expand)AuthorFilesLines
2021-08-18staging: r8188eu: Remove unused including <linux/version.h>Cai Huoqing4-4/+0
2021-08-18staging: r8188eu: Remove code depending on NAT25_LOOKUPFabio M. De Francesco2-164/+1
2021-08-17staging: r8188eu: remove unneeded DBG_88E call from rtl8188e_Add_RateATidPhillip Potter1-3/+0
2021-08-17staging: r8188eu: remove set but unused variable from rtl8188e_Add_RateATidPhillip Potter1-6/+1
2021-08-17staging: r8188eu: clean up spacing style issues in os_dep dirMichael Straube8-122/+122
2021-08-17staging: r8188eu: clean up spacing style issues in hal dir, part 3Michael Straube7-149/+149
2021-08-17staging: r8188eu: clean up spacing style issues in hal dir, part 2Michael Straube7-287/+287
2021-08-17staging: r8188eu: clean up spacing style issues in hal dir, part 1Michael Straube9-188/+188
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_sta_mgt.cMichael Straube1-3/+3
2021-08-17staging: r8188eu: add space around operator in core/rtw_sreset.cMichael Straube1-1/+1
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_debug.cMichael Straube1-21/+21
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_xmit.cMichael Straube1-61/+61
2021-08-17staging: r8188eu: add spaces around operators in core/rtw_wlan_util.cMichael Straube1-30/+30
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_security.cMichael Straube1-94/+94
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_recv.cMichael Straube1-56/+56
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_pwrctrl.cMichael Straube1-8/+8
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_p2p.cMichael Straube1-23/+23
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_mp_ioctl.cMichael Straube1-3/+3
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_mp.cMichael Straube1-5/+5
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_mlme_ext.cMichael Straube1-118/+118
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_mlme.cMichael Straube1-40/+40
2021-08-17staging: r8188eu: add spaces around operators in core/rtw_iol.cMichael Straube1-6/+6
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_ioctl_set.cMichael Straube1-9/+9
2021-08-17staging: r8188eu: simplify multiplication in core/rtw_ioctl_set.cMichael Straube1-1/+1
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_ieee80211.cMichael Straube1-62/+62
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_efuse.cMichael Straube1-48/+48
2021-08-17staging: r8188eu: clean up spacing style issues in core/rtw_cmd.cMichael Straube1-10/+10
2021-08-17staging: r8188eu: remove unnecessary parentheses in core/rtw_cmd.cMichael Straube1-1/+1
2021-08-17staging: r8188eu: rewrite subtraction in core/rtw_cmd.cMichael Straube1-2/+2
2021-08-17staging: r8188eu: add spaces around operators in core/rtw_ap.cMichael Straube1-44/+44
2021-08-16staging: r8188eu: Remove unused nat25_handle_frame()Fabio M. De Francesco2-62/+0
2021-08-16staging: r8188eu: remove ipx support from driverGreg Kroah-Hartman1-228/+0
2021-08-16staging: r8188eu: remove inline markings from functions in rtw_br_ext.cGreg Kroah-Hartman1-12/+12
2021-08-16staging: r8188eu: use common ieee80211 constantsMichael Straube4-61/+11
2021-08-16staging: r8188eu: remove kernel version depended code pathsMichael Straube4-41/+1
2021-08-16staging: r8188eu: os_dep: Remove defined but not used variablesFabio M. De Francesco1-21/+0
2021-08-16staging: r8188eu: remove ODM_GetRightChnlPlaceforIQK()Michael Straube1-26/+3
2021-08-16staging: r8188eu: Remove unnecessary ret variable in rtw_drv_init()Nathan Chancellor1-6/+2
2021-08-16staging: r8188eu: Remove variables and simplify PHY_SwChnl8188E()Fabio M. De Francesco1-12/+1
2021-08-16staging: r8188eu: rename Hal_GetChnlGroup88E()Michael Straube1-2/+2
2021-08-16staging: r8188eu: rename parameter of Hal_GetChnlGroup88E()Michael Straube1-7/+7
2021-08-16staging: r8188eu: convert return type of Hal_GetChnlGroup88E() to voidMichael Straube1-17/+13
2021-08-16staging: r8188eu: remove 5GHz code from Hal_GetChnlGroup88E()Michael Straube1-47/+13
2021-08-13staging: r8188eu: Reorganize error handling in rtw_drv_init()Nathan Chancellor1-10/+10
2021-08-13staging: r8188eu: Remove uninitialized use of ether_type in portctrl()Nathan Chancellor1-4/+0
2021-08-13staging: r8188eu: Remove unused static inline functions in rtw_recv.hNathan Chancellor1-46/+0
2021-08-13staging: r8188eu: replace custom hwaddr_aton_i() with mac_pton()Michael Straube1-39/+1
2021-08-12staging: r8188eu: scheduling in atomic in rtw_createbss_cmd()Dan Carpenter1-1/+1
2021-08-12staging: r8188eu: Fix a couple scheduling in atomic bugsDan Carpenter1-2/+2
2021-08-12staging: r8188eu: Fix smatch warnings in os_dep/*.cLarry Finger6-81/+77