public inbox for linux-staging@lists.linux.dev
 help / color / mirror / Atom feed
* [PATCH 0/2] staging: rtl8192e: Removing empty arrays ..RadioC_A.. and ..ERadioD_A..
@ 2023-03-05 22:32 Philipp Hortmann
  2023-03-05 22:33 ` [PATCH 1/2] staging: rtl8192e: Remove empty Array Rtl8192PciERadioC_Array Philipp Hortmann
  2023-03-05 22:33 ` [PATCH 2/2] staging: rtl8192e: Remove empty Array Rtl8192PciERadioD_Array Philipp Hortmann
  0 siblings, 2 replies; 8+ messages in thread
From: Philipp Hortmann @ 2023-03-05 22:32 UTC (permalink / raw)
  To: Greg Kroah-Hartman, linux-staging, linux-kernel

Rtl8192PciERadioC_Array and Rtl8192PciERadioD_Array contain only two
values set to 0. Reviewing the other Arrays in table.c and looking into
other realtek drivers (rtl8192se and rtl8192ee) this arrays are not
containing valid data.

Tested with rtl8192e
Transferred this patch over wlan connection of rtl8192e

This patch series requires the patches:
"[PATCH 0/2] staging: rtl8192e: Removing rf_type RF_2T4R from driver"
"[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 Rtl8192PciERadioC_Array
  staging: rtl8192e: Remove empty Array Rtl8192PciERadioD_Array

 .../staging/rtl8192e/rtl8192e/r8192E_phy.c    | 24 -------------------
 .../staging/rtl8192e/rtl8192e/r8192E_phy.h    |  4 ----
 drivers/staging/rtl8192e/rtl8192e/table.c     |  6 -----
 drivers/staging/rtl8192e/rtl8192e/table.h     |  4 ----
 4 files changed, 38 deletions(-)

-- 
2.39.2


^ permalink raw reply	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2023-03-07  7:49 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-03-05 22:32 [PATCH 0/2] staging: rtl8192e: Removing empty arrays ..RadioC_A.. and ..ERadioD_A Philipp Hortmann
2023-03-05 22:33 ` [PATCH 1/2] staging: rtl8192e: Remove empty Array Rtl8192PciERadioC_Array Philipp Hortmann
2023-03-06  9:12   ` Dan Carpenter
2023-03-06 20:43     ` Philipp Hortmann
2023-03-07  7:49       ` Dan Carpenter
2023-03-05 22:33 ` [PATCH 2/2] staging: rtl8192e: Remove empty Array Rtl8192PciERadioD_Array Philipp Hortmann
2023-03-06  9:13   ` Dan Carpenter
2023-03-06  9:13   ` Dan Carpenter

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox