summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/hal
AgeCommit message (Expand)AuthorFilesLines
2021-10-05staging: r8188eu: prevent array underflow in rtw_hal_update_ra_mask()Dan Carpenter1-1/+1
2021-08-27staging: r8188eu: rename fields of struct rtl_psMichael Straube1-32/+32
2021-08-27staging: r8188eu: remove ODM_DynamicPrimaryCCA_DupRTS()Michael Straube1-7/+0
2021-08-27staging: r8188eu: rename fields of struct dyn_primary_ccaMichael Straube1-4/+4
2021-08-27staging: r8188eu: rename struct field Wifi_Error_StatusMichael Straube1-2/+2
2021-08-26staging: r8188eu: remove ethernet.h header fileMichael Straube1-1/+0
2021-08-26staging: r8188eu: remove ip.h header fileMichael Straube1-1/+0
2021-08-26staging: r8188eu: remove if_ether.h header fileMichael Straube1-1/+0
2021-08-26staging: r8188eu: use is_multicast_ether_addr in hal/rtl8188eu_xmit.cMichael Straube1-2/+1
2021-08-26staging: r8188eu: remove cmd_osdep.h header fileMichael Straube1-1/+0
2021-08-26staging: r8188eu: set pipe only onceMartin Kaiser1-7/+8
2021-08-26staging: r8188eu: clean up the usb_writeNMartin Kaiser1-10/+5
2021-08-26staging: r8188eu: clean up the usb_writeXY functionsMartin Kaiser1-42/+8
2021-08-26staging: r8188eu: clean up the usb_readXY functionsMartin Kaiser1-23/+7
2021-08-26staging: rtl8188eu: use actual request type as parameterMartin Kaiser1-34/+12
2021-08-26staging: r8188eu: remove unused defineMartin Kaiser1-2/+0
2021-08-26staging: r8188eu: remove unneeded semicolonYang Li2-2/+2
2021-08-19staging: r8188eu: convert all rtw_zvmalloc calls to vzalloc callsPhillip Potter2-2/+2
2021-08-19staging: r8188eu: remove function rtw_hal_free_xmit_privPhillip Potter1-6/+0
2021-08-19staging: r8188eu: remove empty function rtl8188eu_free_xmit_privPhillip Potter2-5/+0
2021-08-19staging: r8188eu: remove unused function dump_txrpt_ccx_88ePhillip Potter1-22/+0
2021-08-19staging: r8188eu: remove _dbg_dump_tx_info functionPhillip Potter2-32/+0
2021-08-18staging: r8188eu: rename variable within rtl8188e_Add_RateATidPhillip Potter1-3/+3
2021-08-18staging: r8188eu: ctrl vendor req index is not usedMartin Kaiser1-23/+10
2021-08-18staging: r8188eu: ctrl vendor req value is always 0x05Martin Kaiser1-23/+10
2021-08-18staging: r8188eu: clean up comparsions to falseMichael Straube4-6/+6
2021-08-18staging: r8188eu: clean up comparsions to trueMichael Straube3-3/+3
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 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-16staging: r8188eu: remove ODM_GetRightChnlPlaceforIQK()Michael Straube1-26/+3
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-12staging: r8188eu: Fix smatch problems in hal/*.cLarry Finger8-78/+75
2021-08-12staging: r8188eu: Fix Smatch warnings for core/*.cLarry Finger1-1/+1
2021-08-12staging: r8188eu: Remove no more necessary definitions and codeFabio M. De Francesco2-19/+3
2021-08-12staging: r8188eu: Remove all 5GHz network typesFabio M. De Francesco1-1/+0
2021-08-11staging: r8188eu: Replace BITn with BIT(n)Larry Finger10-204/+204
2021-08-11staging: r8188eu: remove unused variable from rtl8188e_init_dm_privPhillip Potter1-1/+0
2021-08-10staging: r8188eu: remove unnecessary parentheses in hal dirMichael Straube13-118/+118
2021-08-05staging: r8188eu: Remove wrapper rtw_udelay_os()Larry Finger5-13/+13
2021-08-05staging: r8188eu: Remove wrapper rtw_mdelay_os()Larry Finger3-3/+3
2021-08-05staging: r8188eu: Remove wrapper routine rtw_msleep_os()Larry Finger2-4/+4
2021-08-05staging: r8188eu: Remove rtw_yield_os()Larry Finger1-1/+1
2021-08-05staging: r8188eu: Remove self assignment in get_rx_power_val_by_reg()Nathan Chancellor1-2/+0