lkml.org 
[lkml]   [2023]   [Mar]   [4]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    /
    Date
    From
    Subject[PATCH 0/2] staging: rtl8192e: Removing rf_type RF_2T4R from driver
    Removing rf_type RF_2T4R from driver as it is dead code.

    First reason:
    The following table is used to configure the phy base band:
    u32 Rtl8192PciEPHY_REGArray[PHY_REGArrayLengthPciE] = {0x0,};
    A valid array has at least two columns.

    Second reason:
    According to a list of devices from wiki the seven shown devices do only support
    MIMO config: 1x2:2 in phy modes b,g,n. The only rf chip that is used is RTL8256.

    Tested with rtl8192e
    Transferred this patch over wlan connection of rtl8192e

    This patch series requires the patches:
    "[PATCH] staging: rtl8192e: Change filename r8192E_hwimg.x to table.x"
    "[PATCH] staging: rtl8192e: Remove call_usermodehelper starting RadioPower.sh"
    "[PATCH] staging: rtl8192e: Remove function ..dm_check_ac_dc_power calling a script"

    Philipp Hortmann (2):
    staging: rtl8192e: Remove empty Array Rtl8192PciEPHY_REGArray
    staging: rtl8192e: Remove conditions for RF_2T4R

    .../staging/rtl8192e/rtl8192e/r8192E_dev.c | 3 +-
    .../staging/rtl8192e/rtl8192e/r8192E_phy.c | 26 +----
    .../staging/rtl8192e/rtl8192e/r8192E_phy.h | 2 -
    drivers/staging/rtl8192e/rtl8192e/rtl_dm.c | 109 ++++--------------
    drivers/staging/rtl8192e/rtl8192e/table.c | 2 -
    drivers/staging/rtl8192e/rtl8192e/table.h | 2 -
    drivers/staging/rtl8192e/rtllib.h | 1 -
    7 files changed, 26 insertions(+), 119 deletions(-)

    --
    2.39.2

    \
     
     \ /
      Last update: 2023-03-27 00:44    [W:3.410 / U:0.040 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site