summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu/os_dep/ioctl_linux.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-09staging: r8188eu: delete driverGreg Kroah-Hartman1-3775/+0
2023-01-17staging: r8188eu: use strscpy() to instead of strncpy()Xu Panda1-4/+2
2022-11-08staging: r8188eu: change return type of rtw_set_802_11_disassociate to voidPhillip Potter1-6/+3
2022-11-02staging: r8188eu: convert rtw_setdatarate_cmd to correct error semanticsPhillip Potter1-5/+2
2022-10-31staging: r8188eu: remove unnecessary variable in ioctl_linuxKang Minchul1-3/+1
2022-10-31staging: r8188eu: use min() instead of ternary operatorMichael Straube1-1/+1
2022-10-22staging: r8188eu: correct misspelled words in commentsDeepak R Varma1-3/+3
2022-09-09staging: r8188eu: remove channel parameters from rtw_sitesurvey_cmdMartin Kaiser1-1/+1
2022-08-23staging: move from strlcpy with unused retval to strscpyWolfram Sang1-1/+1
2022-08-16staging: r8188eu: convert rtw_p2p_enable to correct error code semanticsPhillip Potter1-7/+5
2022-07-27staging: r8188eu: convert rtw_pwr_wakeup to correct error code semanticsPhillip Potter1-16/+8
2022-07-11staging: r8188eu: remove HW_VAR_DM_FLAG from SetHwReg8188EU()Michael Straube1-1/+9
2022-06-20Merge 5.19-rc3 into staging-nextGreg Kroah-Hartman1-1/+1
2022-06-12staging: r8188eu: replace FIELD_OFFSET with offsetofNam Cao1-2/+2
2022-06-10staging: r8188eu: add error handling of rtw_read32Pavel Skripkin1-5/+22
2022-06-10staging: r8188eu: add error handling of rtw_read16Pavel Skripkin1-3/+6
2022-06-10staging: r8188eu: add error handling of rtw_read8Pavel Skripkin1-3/+8
2022-06-06staging: r8188eu: Fix warning of array overflow in ioctl_linux.cLarry Finger1-1/+1
2022-05-20staging: r8188eu: remove include/rtw_debug.hPhillip Potter1-1/+0
2022-05-19staging: r8188eu: prevent ->Ssid overflow in rtw_wx_set_scan()Denis Efremov1-2/+4
2022-05-19staging: r8188eu: delete rtw_wx_read/write32()Dan Carpenter1-84/+2
2022-05-06staging: r8188eu: Remove broken rtw_p2p_get function.Charlie Sands1-135/+1
2022-04-08staging: r8188eu: remove SetHalDefVar8188EUsb()Michael Straube1-9/+34
2022-04-05staging: r8188eu: remove GetHalDefVar8188EUsb()Michael Straube1-7/+1
2022-04-04staging: r8188eu: Use the ARRAY_SIZE() macroFabio M. De Francesco1-3/+3
2022-04-04staging: r8188eu: remove GetHwReg8188EU()Michael Straube1-3/+1
2022-04-04staging: r8188eu: remove the "dump tx packet" fragmentsMartin Kaiser1-4/+0
2022-04-04staging: r8188eu: remove the "dump rx packet" fragmentsMartin Kaiser1-4/+1
2022-02-17staging: r8188eu: fix lines modified by DBG_88E cleanupPhillip Potter1-100/+15
2022-02-17staging: r8188eu: remove DBG_88E calls from os_dep/ioctl_linux.cPhillip Potter1-273/+13
2022-02-17staging: r8188eu: remove previously converted DBG_88E_LEVEL callsPhillip Potter1-2/+0
2022-02-15staging: r8188eu: remove path parameter from rtl8188e_PHY_QueryRFRegMartin Kaiser1-4/+4
2022-02-15staging: r8188eu: limit rtw_dbg_port to path aMartin Kaiser1-1/+5
2022-02-15staging: r8188eu: limit rtw_wx_read_rf to path aMartin Kaiser1-2/+5
2022-02-15staging: r8188eu: clarify that bb_reg_dump uses only path aMartin Kaiser1-3/+3
2022-02-15staging: r8188eu: remove path parameter from rtl8188e_PHY_SetRFRegMartin Kaiser1-2/+2
2022-02-15staging: r8188eu: write only path a registers in rtw_dbg_portMartin Kaiser1-1/+5
2022-02-15staging: r8188eu: set path a explicitlyMartin Kaiser1-1/+1
2022-02-08staging: r8188eu: limit rf register writes to path aMartin Kaiser1-0/+3
2022-01-31staging: r8188eu: convert rtw_p2p_got_wpsinfo to return voidAbdun Nihaal1-5/+3
2022-01-31staging: r8188eu: convert rtw_p2p_prov_disc to return voidAbdun Nihaal1-7/+5
2022-01-31staging: r8188eu: convert rtw_p2p_set_persistent to return voidAbdun Nihaal1-6/+4
2022-01-31staging: r8188eu: convert rtw_p2p_invite_req to return voidAbdun Nihaal1-7/+5
2022-01-31staging: r8188eu: convert rtw_p2p_get_op_ch to return voidAbdun Nihaal1-5/+3
2022-01-31staging: r8188eu: convert rtw_p2p_get_groupid to return voidAbdun Nihaal1-5/+3
2022-01-31staging: r8188eu: convert rtw_p2p_get_peer_devaddr_by_invitation to return voidAbdun Nihaal1-5/+4
2022-01-31staging: r8188eu: convert rtw_p2p_get_peer_devaddr to return voidAbdun Nihaal1-5/+3
2022-01-31staging: r8188eu: convert rtw_p2p_get_peer_ifaddr to return voidAbdun Nihaal1-5/+3
2022-01-31staging: r8188eu: convert rtw_p2p_get_role to return voidAbdun Nihaal1-5/+3
2022-01-31staging: r8188eu: convert rtw_p2p_get_req_cm to return voidAbdun Nihaal1-3/+1