aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu
AgeCommit message (Expand)AuthorFilesLines
2021-09-13staging: r8188eu: add missing blank line after declarationsMichael Straube1-0/+1
2021-09-13staging: r8188eu: use ether_addr_copy() in rtw_macaddr_cfg()Michael Straube1-2/+2
2021-09-13staging: r8188eu: use random default mac addressMichael Straube1-9/+2
2021-09-13staging: r8188eu: use is_*_ether_addr() in rtw_macaddr_cfg()Michael Straube1-4/+1
2021-09-13staging: r8188eu: use ETH_ALENMichael Straube1-1/+1
2021-09-13staging: r8188eu: ensure mac address buffer is properly alignedMichael Straube1-1/+1
2021-09-13staging: r8188eu: use mac_pton() in rtw_macaddr_cfg()Michael Straube1-6/+4
2021-09-13staging: r8188eu: remove unused function SetBcnCtrlReg()Michael Straube2-21/+0
2021-09-13staging: r8188eu: remove ICType from struct HAL_VERSIONMichael Straube5-105/+11
2021-09-13staging: r8188eu: remove set but unused variableMichael Straube1-28/+1
2021-09-13staging: r8188eu: remove Hal_MPT_CCKTxPowerAdjustbyIndex()Michael Straube2-72/+0
2021-09-13staging: r8188eu: remove commented constants from wifi.hMichael Straube1-50/+0
2021-09-13staging: r8188eu: remove unused constants from wifi.hMichael Straube1-2/+0
2021-09-13staging: r8188eu: refactor field of struct odm_rf_calMichael Straube2-8/+7
2021-09-13staging: r8188eu: remove local variable IndexforchannelMichael Straube1-5/+4
2021-09-13staging: r8188eu: remove unnecessary type castsMichael Straube1-3/+3
2021-09-13staging: r8188eu: convert type of second parameter of rtw_*_decrypt()Michael Straube3-18/+19
2021-09-13staging: r8188eu: convert type of second parameter of rtw_*_encrypt()Michael Straube4-27/+23
2021-09-13staging: r8188eu: remove should_forbid_n_rate()Michael Straube2-37/+0
2021-09-13staging: r8188eu: remove is_ap_in_wep()Michael Straube2-31/+0
2021-09-13staging: r8188eu: remove CAM_empty_entry()Michael Straube2-6/+0
2021-09-13staging: r8188eu: remove get_bsstype()Michael Straube2-11/+0
2021-09-13staging: r8188eu: remove rtw_get_oper_choffset()Michael Straube2-6/+0
2021-09-13staging: r8188eu: remove rtw_get_oper_bw()Michael Straube2-6/+0
2021-09-13staging: r8188eu: remove rtl8188e_PHY_ConfigRFWithParaFile()Michael Straube2-24/+0
2021-09-13staging: r8188eu: remove rtl8188e_PHY_ConfigRFWithHeaderFile()Michael Straube1-2/+0
2021-09-13staging: r8188eu: core: remove condition with no effectSaurav Girepunje1-9/+0
2021-09-13staging: r8188eu: core: remove unused functionSaurav Girepunje2-19/+0
2021-09-13staging: r8118eu: remove useless parts of judgements from os_dep/ioctl_linux.xu xin1-6/+5
2021-09-13staging: r8188eu: os_dep: remove unused static variableSaurav Girepunje1-2/+0
2021-09-13staging: r8188eu: remove rtw_hal_c2h_handler functionPhillip Potter3-9/+0
2021-09-13staging: r8188eu: simplify c2h_evt_hdl functionPhillip Potter1-20/+3
2021-09-13staging: r8188eu: remove c2h_handler field from struct hal_opsPhillip Potter2-7/+1
2021-09-13staging: r8188eu: core: remove null check before vfreeSaurav Girepunje1-3/+2
2021-09-01Merge tag 'staging-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/stagingLinus Torvalds139-0/+80179
2021-08-28staging: r8188eu: add extra TODO entriesPhillip Potter1-0/+3
2021-08-27staging: r8188eu: rename fields of struct rtl_psMichael Straube2-38/+41
2021-08-27staging: r8188eu: remove ODM_DynamicPrimaryCCA_DupRTS()Michael Straube2-9/+0
2021-08-27staging: r8188eu: rename fields of struct dyn_primary_ccaMichael Straube2-7/+7
2021-08-27staging: r8188eu: rename struct field Wifi_Error_StatusMichael Straube3-12/+12
2021-08-27staging: r8188eu: Provide a TODO file for this driverFabio M. De Francesco1-0/+13
2021-08-27staging: r8188eu: remove unneeded variableJing Yangyang1-6/+3
2021-08-27staging: r8188eu: remove unneeded conversions to boolJing Yangyang1-5/+5
2021-08-26staging: r8188eu: remove {read,write}_macregPavel Skripkin2-41/+0
2021-08-26staging: r8188eu: core: remove condition with no effectSaurav Girepunje1-4/+1
2021-08-26staging: r8188eu: remove ethernet.h header fileMichael Straube5-28/+3
2021-08-26staging: r8188eu: remove ip.h header fileMichael Straube5-113/+0
2021-08-26staging: r8188eu: remove if_ether.h header fileMichael Straube4-97/+0
2021-08-26staging: r8188eu: make rtw_deinit_intf_priv return voidPavel Skripkin1-4/+1
2021-08-26staging: r8188eu: use is_multicast_ether_addr in os_dep/recv_linux.cMichael Straube1-1/+1