summaryrefslogtreecommitdiffstats
path: root/drivers/staging/r8188eu/os_dep/ioctl_linux.c
AgeCommit message (Expand)AuthorFilesLines
2021-12-28staging: r8188eu: remove the private ioctl "tdls"Martin Kaiser1-12/+1
2021-12-28staging: r8188eu: remove the private ioctl "tdls_get"Martin Kaiser1-12/+1
2021-12-28staging: r8188eu: remove the private ioctl "wps_assoc_req_ie"Martin Kaiser1-13/+1
2021-12-28staging: r8188eu: remove private ioctls that return -1Martin Kaiser1-8/+2
2021-12-28staging: r8188eu: remove the private ioctl "wps_prob_req_ie"Martin Kaiser1-12/+1
2021-12-28staging: r8188eu: remove the private drvext_hdl ioctlMartin Kaiser1-11/+1
2021-12-28staging: r8188eu: remove the private ioctl "get sensitivity"Martin Kaiser1-12/+1
2021-12-28staging: r8188eu: remove unused rtw_private_args entriesMartin Kaiser1-7/+0
2021-12-28staging: r8188eu: move (de)init functions from hal to rtw_ledMartin Kaiser1-1/+1
2021-12-20staging: r8188: remove the dummy ioctl handlerMartin Kaiser1-17/+0
2021-12-07staging: r8188eu: remove unused defineMartin Kaiser1-2/+0
2021-12-03staging: r8188eu: convert DBG_88E_LEVEL calls in os_dep/ioctl_linux.cPhillip Potter1-2/+2
2021-12-03staging: r8188eu: remove rf_type from bb_reg_dump()Michael Straube1-18/+9
2021-11-15staging: r8188eu: fix a memory leak in rtw_wx_read32()Dan Carpenter1-1/+7
2021-10-22staging: r8188eu: Use memdup_user instead of kmalloc/copy_from_userWan Jiabing1-8/+3
2021-10-20staging: r8188eu: fix memleak in rtw_wx_set_enc_extMartin Kaiser1-2/+3
2021-10-19staging: r8188eu: fix a gcc warningMichael Straube1-1/+1
2021-10-13staging: r8188eu: Use zeroing allocator in wpa_set_encryption()Gustavo A. R. Silva1-2/+1
2021-10-10staging: r8188eu: remove GetHwRegHandler from hal_opsMichael Straube1-2/+2
2021-10-10staging: r8188eu: remove SetHwRegHandler from hal_opsMichael Straube1-1/+1
2021-10-05staging: r8188eu: Use kmemdup() to replace kmalloc + memcpyKai Song1-2/+1
2021-10-05staging: r8188eu: remove rtl8188e_silentreset_for_specific_platform()Michael Straube1-6/+0
2021-10-05staging: r8188eu: remove GetHalDefVarHandler from struct hal_opsMichael Straube1-2/+2
2021-10-05staging: r8188eu: remove SetHalDefVarHandler from struct hal_opsMichael Straube1-3/+3
2021-09-20staging: r8188eu: Remove mp, a.k.a. manufacturing process, codeLarry Finger1-2100/+5
2021-09-18staging: r8188eu: brfoffbyhw is always falseMartin Kaiser1-7/+0
2021-09-13staging: r8188eu: remove macro GET_EEPROM_EFUSE_PRIVMichael Straube1-2/+2
2021-09-13staging: r8188eu: remove write_rfreg from struct hal_opsMichael Straube1-3/+3
2021-09-13staging: r8188eu: remove read_rfreg from struct hal_opsMichael Straube1-6/+6
2021-09-13staging: r8188eu: remove write_bbreg from struct hal_opsMichael Straube1-1/+1
2021-09-13staging: r8188eu: remove read_bbreg from struct hal_opsMichael Straube1-2/+2
2021-09-13staging: r8188eu: remove rtw_IOL_append_LLT_cmd()Michael Straube1-3/+0
2021-09-13staging: r8188eu: remove wrapper rtw_IOL_exec_cmds_sync()Michael Straube1-5/+5
2021-09-13staging: r8188eu: Remove conditionals CONFIG_88EU_{AP_MODE,P2P}Larry Finger1-38/+0
2021-09-13staging: r8188eu: remove EFUSEGetEfuseDefinition from hal_opsMichael Straube1-11/+11
2021-09-13staging: r8188eu: remove sreset_get_wifi_status from hal_opsMichael Straube1-1/+1
2021-09-13staging: r8188eu: remove silentreset from hal_opsMichael Straube1-1/+1
2021-09-13staging: r8188eu: remove DeInitSwLeds from hal_opsMichael Straube1-1/+1
2021-09-13staging: r8188eu: remove InitSwLeds from hal_opsMichael Straube1-1/+2
2021-09-13staging: r8188eu: os_dep: use kmemdup instead of kzalloc and memcpySaurav Girepunje1-3/+1
2021-09-13staging: r8118eu: remove useless parts of judgements from os_dep/ioctl_linux.xu xin1-6/+5
2021-08-26staging: r8188eu: remove 5 GHz codeMichael Straube1-22/+8
2021-08-19staging: r8188eu: convert only rtw_vmalloc call to vmallocPhillip Potter1-1/+1
2021-08-18staging: r8188eu: clean up comparsions to falseMichael Straube1-4/+4
2021-08-18staging: r8188eu: clean up comparsions to trueMichael Straube1-8/+8
2021-08-17staging: r8188eu: clean up spacing style issues in os_dep dirMichael Straube1-101/+101
2021-08-16staging: r8188eu: use common ieee80211 constantsMichael Straube1-1/+1
2021-08-16staging: r8188eu: os_dep: Remove defined but not used variablesFabio M. De Francesco1-21/+0
2021-08-13staging: r8188eu: replace custom hwaddr_aton_i() with mac_pton()Michael Straube1-39/+1
2021-08-12staging: r8188eu: Fix smatch warnings in os_dep/*.cLarry Finger1-12/+14