summaryrefslogtreecommitdiffstats
path: root/drivers/staging/rtl8192e
Commit message (Expand)AuthorAgeFilesLines
* staging: rtl8192e: Fix line break issue at priv->rx_buf[priv->rx_idx]Philipp Hortmann2023-10-271-2/+1
* staging: rtl8192e: Remove unused constants starting with MAX_RX_QUEUEPhilipp Hortmann2023-10-276-68/+1
* staging: rtl8192e: Convert array rx_idx[] to variable rx_idxPhilipp Hortmann2023-10-272-12/+8
* staging: rtl8192e: Convert array rx_ring_dma[] to variable rx_ring_dmaPhilipp Hortmann2023-10-273-4/+4
* staging: rtl8192e: Convert array rx_buf[][] to array rx_buf[]Philipp Hortmann2023-10-272-5/+5
* staging: rtl8192e: Convert array rx_ring[] to variable rx_ringPhilipp Hortmann2023-10-272-14/+13
* staging: rtl8192e: Remove loops with constant MAX_RX_QUEUEPhilipp Hortmann2023-10-271-62/+58
* staging: rtl8192e: Remove HTIOTActIsDisableEDCATurbo()Philipp Hortmann2023-10-271-10/+0
* staging: rtl8192e: Remove HTIOTActIsDisableMCSTwoSpatialStream()Philipp Hortmann2023-10-271-9/+0
* staging: rtl8192e: Remove HTIOTActIsDisableMCS15()Philipp Hortmann2023-10-271-9/+0
* staging: rtl8192e: Remove HTIOTActIsDisableMCS14()Philipp Hortmann2023-10-271-9/+0
* staging: rtl8192e: Remove unused variables TClasProc and TClasNumPhilipp Hortmann2023-10-252-4/+0
* staging: rtl8192e: Remove unused union qos_tclasPhilipp Hortmann2023-10-253-52/+0
* staging: rtl8192e: Remove last three parameters of MakeTSEntry()Philipp Hortmann2023-10-251-12/+2
* staging: rtl8192e: Remove unused struct acmPhilipp Hortmann2023-10-251-6/+0
* staging: rtl8192e: Replace union qos_tsinfo with embedded structPhilipp Hortmann2023-10-254-16/+14
* staging: rtl8192e: Replace union tspec_body including embedded structPhilipp Hortmann2023-10-254-15/+9
* staging: rtl8192e: Remove unused variables from union tspec_bodyPhilipp Hortmann2023-10-251-17/+0
* staging: rtl8192e: Remove written but unevaluated variable ucUPPhilipp Hortmann2023-10-252-2/+0
* staging: rtl8192e: Remove unused variables ucReserved and friendsPhilipp Hortmann2023-10-252-14/+0
* staging: rtl8192e: Replace BIT10 to BIT31 with BIT(10) to BIT(31)Philipp Hortmann2023-10-255-58/+35
* staging: rtl8192e: Replace BIT0 to BIT9 with BIT(0) to BIT(9)Philipp Hortmann2023-10-256-51/+41
* staging: rtl8192e: clean up comparisons to NULLMichael Straube2023-10-217-19/+17
* staging: rtl8192e: renamed variable HTUpdateDefaultSettingGary Rookard2023-10-213-3/+3
* Staging: rtl8192e: Rename variable pTSTree Davies2023-10-154-65/+65
* Staging: rtl8192e: Rename variable ReasonCodeTree Davies2023-10-151-13/+13
* Staging: rtl8192e: Rename variable TSInfoTree Davies2023-10-153-5/+5
* Staging: rtl8192e: Rename variable pBaTree Davies2023-10-151-3/+3
* staging: rtl8192e: Remove unused enums dm_dig_sta and dm_dig_algPhilipp Hortmann2023-10-151-19/+0
* staging: rtl8192e: Remove unused variable dig_statePhilipp Hortmann2023-10-152-5/+0
* staging: rtl8192e: Remove unchanged variable dig_algorithm_switchPhilipp Hortmann2023-10-152-20/+0
* staging: rtl8192e: Remove _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()Philipp Hortmann2023-10-151-115/+0
* staging: rtl8192e: Remove unchanged variable dig_algorithmPhilipp Hortmann2023-10-153-20/+1
* staging: rtl8192e: Remove unchanged variable dig_enable_flagPhilipp Hortmann2023-10-152-12/+0
* staging: rtl8192e: Remove unused file rtllib_debug.hPhilipp Hortmann2023-10-072-48/+0
* staging: rtl8192e: Remove unused variable rt_global_debug_componentPhilipp Hortmann2023-10-072-5/+0
* staging: rtl8192e: Remove function _rtl92e_wx_set_debug()Philipp Hortmann2023-10-071-40/+0
* staging: rtl8192e: Remove unchanged variable active_scanPhilipp Hortmann2023-10-073-5/+1
* staging: rtl8192e: Remove function _rtl92e_wx_set_scan_type()Philipp Hortmann2023-10-071-20/+0
* staging: rtl8192e: Remove constant variable ps_forcePhilipp Hortmann2023-10-072-3/+1
* staging: rtl8192e: Remove function _rtl92e_wx_adapter_power_status()Philipp Hortmann2023-10-071-37/+0
* staging: rtl8192e: Remove constant variable reg_max_lps_awake_intvlPhilipp Hortmann2023-10-073-18/+1
* staging: rtl8192e: Remove function _rtl92e_wx_set_lps_awake_interval()Philipp Hortmann2023-10-071-27/+0
* staging: rtl8192e: Remove function _rtl92e_wx_set_force_lps()Philipp Hortmann2023-10-072-23/+1
* staging: rtl8192e: Remove constant variable bToOtherSTAPhilipp Hortmann2023-10-051-20/+12
* staging: rtl8192e: Remove constant variable net_promiscuous_mdPhilipp Hortmann2023-10-054-16/+5
* staging: rtl8192e: Remove constant variable promiscuous_onPhilipp Hortmann2023-10-054-22/+11
* staging: rtl8192e: Remove constant variable fltr_src_sta_framePhilipp Hortmann2023-10-053-13/+0
* staging: rtl8192e: Remove function _rtl92e_wx_get_promisc_mode()Philipp Hortmann2023-10-051-34/+0
* staging: rtl8192e: Remove function _rtl92e_wx_set_promisc_mode()Philipp Hortmann2023-10-053-92/+2