summaryrefslogtreecommitdiff
path: root/drivers/staging/rtl8192e/rtl8192e
AgeCommit message (Expand)Author
2023-11-23staging: rtl8192e: Unwind pointer to pointer to rtl92e_set_channel()Philipp Hortmann
2023-11-23staging: rtl8192e: Change parameter "ch" of set_chan() to u8Philipp Hortmann
2023-11-23staging: rtl8192e: Remove unused return value of rtl92e_set_channel()Philipp Hortmann
2023-10-27staging: rtl8192e: Fix line break issue at priv->rx_buf[priv->rx_idx]Philipp Hortmann
2023-10-27staging: rtl8192e: Remove unused constants starting with MAX_RX_QUEUEPhilipp Hortmann
2023-10-27staging: rtl8192e: Convert array rx_idx[] to variable rx_idxPhilipp Hortmann
2023-10-27staging: rtl8192e: Convert array rx_ring_dma[] to variable rx_ring_dmaPhilipp Hortmann
2023-10-27staging: rtl8192e: Convert array rx_buf[][] to array rx_buf[]Philipp Hortmann
2023-10-27staging: rtl8192e: Convert array rx_ring[] to variable rx_ringPhilipp Hortmann
2023-10-27staging: rtl8192e: Remove loops with constant MAX_RX_QUEUEPhilipp Hortmann
2023-10-25staging: rtl8192e: Replace BIT10 to BIT31 with BIT(10) to BIT(31)Philipp Hortmann
2023-10-25staging: rtl8192e: Replace BIT0 to BIT9 with BIT(0) to BIT(9)Philipp Hortmann
2023-10-21staging: rtl8192e: clean up comparisons to NULLMichael Straube
2023-10-15staging: rtl8192e: Remove unused enums dm_dig_sta and dm_dig_algPhilipp Hortmann
2023-10-15staging: rtl8192e: Remove unused variable dig_statePhilipp Hortmann
2023-10-15staging: rtl8192e: Remove unchanged variable dig_algorithm_switchPhilipp Hortmann
2023-10-15staging: rtl8192e: Remove _rtl92e_dm_ctrl_initgain_byrssi_false_alarm()Philipp Hortmann
2023-10-15staging: rtl8192e: Remove unchanged variable dig_algorithmPhilipp Hortmann
2023-10-15staging: rtl8192e: Remove unchanged variable dig_enable_flagPhilipp Hortmann
2023-10-07staging: rtl8192e: Remove function _rtl92e_wx_set_debug()Philipp Hortmann
2023-10-07staging: rtl8192e: Remove unchanged variable active_scanPhilipp Hortmann
2023-10-07staging: rtl8192e: Remove function _rtl92e_wx_set_scan_type()Philipp Hortmann
2023-10-07staging: rtl8192e: Remove constant variable ps_forcePhilipp Hortmann
2023-10-07staging: rtl8192e: Remove function _rtl92e_wx_adapter_power_status()Philipp Hortmann
2023-10-07staging: rtl8192e: Remove constant variable reg_max_lps_awake_intvlPhilipp Hortmann
2023-10-07staging: rtl8192e: Remove function _rtl92e_wx_set_lps_awake_interval()Philipp Hortmann
2023-10-07staging: rtl8192e: Remove function _rtl92e_wx_set_force_lps()Philipp Hortmann
2023-10-05staging: rtl8192e: Remove constant variable net_promiscuous_mdPhilipp Hortmann
2023-10-05staging: rtl8192e: Remove constant variable promiscuous_onPhilipp Hortmann
2023-10-05staging: rtl8192e: Remove constant variable fltr_src_sta_framePhilipp Hortmann
2023-10-05staging: rtl8192e: Remove function _rtl92e_wx_get_promisc_mode()Philipp Hortmann
2023-10-05staging: rtl8192e: Remove function _rtl92e_wx_set_promisc_mode()Philipp Hortmann
2023-10-05staging: rtl8192e: Remove unused parameter mesh_flagPhilipp Hortmann
2023-10-05staging: rtl8192e: Remove function _rtl92e_wx_set_rawtx()Philipp Hortmann
2023-10-05Staging: rtl8192e: Rename variable bCurrentHTSupportTree Davies
2023-10-05staging: rtl8192e: Remove unused/constant parameter mesh_flag and shutdownPhilipp Hortmann
2023-10-05staging: rtl8192e: Remove unused variable rfc_txpowertrackingindexPhilipp Hortmann
2023-10-05staging: rtl8192e: Remove unused variable rate_adaptive_disabledPhilipp Hortmann
2023-10-05staging: rtl8192e: Remove unused variable last_ratrPhilipp Hortmann
2023-10-05staging: rtl8192e: Remove unused function rtl92e_cam_restore()Philipp Hortmann
2023-10-05staging: rtl8192e: Remove unused function rtl92e_dm_restore_state()Philipp Hortmann
2023-10-05staging: rtl8192e: Remove unused function rtl92e_dm_backup_state()Philipp Hortmann
2023-10-05staging: rtl8192e: Remove r8192_private_handler _rtl92e_wx_force_reset()Philipp Hortmann
2023-10-05staging: rtl8192e: Remove unused variables priv->reset_count and reset_cntPhilipp Hortmann
2023-10-05staging: rtl8192e: Remove unused parameter from _rtl92e_up()Philipp Hortmann
2023-10-05staging: rtl8192e: Remove unused parameter from _rtl92e_sta_up()Philipp Hortmann
2023-10-05staging: rtl8192e: Remove unused variable reset_in_progressPhilipp Hortmann
2023-10-05staging: rtl8192e: Remove unused variable rst_progressPhilipp Hortmann
2023-10-05staging: rtl8192e: Remove broken function _rtl92e_if_silent_reset()Philipp Hortmann
2023-10-05staging: rtl8192e: Remove RESET_TYPE_NORMALPhilipp Hortmann