summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu
AgeCommit message (Expand)AuthorFilesLines
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-48/+14
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
2021-08-12staging: r8188eu: Fix smatch problems in hal/*.cLarry Finger9-93/+90
2021-08-12staging: r8188eu: Fix Smatch warnings for core/*.cLarry Finger14-64/+58
2021-08-12staging: r8188eu: Remove no more necessary definitions and codeFabio M. De Francesco9-69/+8
2021-08-12staging: r8188eu: Remove code related to unsupported channelsFabio M. De Francesco2-6/+0
2021-08-12staging: r8188eu: Remove all 5GHz network typesFabio M. De Francesco10-76/+13
2021-08-12staging: r8188eu: remove CONFIG_USB_HCI from MakefileMartin Kaiser1-2/+0
2021-08-12staging: r8188eu: use proper way to build a moduleMartin Kaiser2-2/+1
2021-08-12staging: r8188eu: (trivial) remove a duplicate debug printMartin Kaiser1-1/+0
2021-08-12staging: r8188eu: remove unused function parametersMartin Kaiser1-5/+4
2021-08-12staging: r8188eu: remove unused efuse hal componentsMartin Kaiser1-3/+0
2021-08-11staging: r8188eu: os_dep: Hoist vmalloc.h include into osdep_service.hNathan Chancellor2-1/+1
2021-08-11staging: r8188eu: Use GFP_ATOMIC under spin lockYang Yingliang2-2/+2
2021-08-11staging: r8188eu: Replace BITn with BIT(n)Larry Finger21-597/+518
2021-08-11staging: r8188eu: remove lines from Makefile that silence build warningsPhillip Potter1-9/+0
2021-08-11staging: r8188eu: remove unused variable from rtw_init_recv_timerPhillip Potter1-2/+0
2021-08-11staging: r8188eu: remove unused variable from rtw_init_drv_swPhillip Potter1-1/+0
2021-08-11staging: r8188eu: remove unused variable from rtl8188e_init_dm_privPhillip Potter1-1/+0
2021-08-11staging: r8188eu: remove rtw_mfree_sta_priv_lock functionPhillip Potter1-9/+0
2021-08-11staging: r8188eu: remove unused label from recv_indicatepkt_reorderPhillip Potter1-2/+0
2021-08-11staging: r8188eu: remove unused oid_null_function functionPhillip Potter1-6/+0
2021-08-11staging: r8188eu: remove unused functions from os_dep/ioctl_linux.cPhillip Potter1-1284/+0
2021-08-10staging: r8188eu: remove rtw_ioctl functionPhillip Potter3-31/+0
2021-08-10staging: r8188eu: remove remaining unnecessary parentheses in core dirMichael Straube5-18/+18
2021-08-10staging: r8188eu: remove unnecessary parentheses in core/rtw_cmd.cMichael Straube1-18/+18
2021-08-10staging: r8188eu: remove unnecessary parentheses in core/rtw_ioctl_set.cMichael Straube1-9/+9
2021-08-10staging: r8188eu: remove unnecessary parentheses in core/rtw_io.cMichael Straube1-16/+16
2021-08-10staging: r8188eu: remove unnecessary parentheses in core/rtw_pwrctrl.cMichael Straube1-10/+10
2021-08-10staging: r8188eu: remove unnecessary parentheses in core/rtw_recv.cMichael Straube1-13/+13
2021-08-10staging: r8188eu: remove unnecessary parentheses in core/rtw_sta_mgt.cMichael Straube1-11/+11
2021-08-10staging: r8188eu: remove unnecessary parentheses in core/rtw_xmit.cMichael Straube1-27/+27
2021-08-10staging: r8188eu: remove unnecessary parentheses in core/rtw_mlme.cMichael Straube1-54/+54
2021-08-10staging: r8188eu: clean up comparsions to true/falseMichael Straube3-4/+4
2021-08-10staging: r8188eu: remove unnecessary parentheses in core/rtw_p2p.cMichael Straube1-39/+39
2021-08-10staging: r8188eu: remove unnecessary parentheses in core/rtw_led.cMichael Straube1-177/+177