[PATCH 0/7] staging: rtl8192e: Remove entries from struct rtl819x_ops start with .tx_enable

From: Philipp Hortmann
Date: Tue Feb 21 2023 - 15:52:52 EST


Remove unnecessary entries from rtl819x_ops and replace them with
function names when required. This increases readability of the code as
the reader does not always need to look up the corresponding function
name. One patch just removes dead code which increases also readability.

Tested with rtl8192e
Transferred this patch over wlan connection of rtl8192e

This patch series requires the this patch series:
"[PATCH 00/11] staging: rtl8192e: Remove entries from struct rtl819x_ops
start with .get_eeprom_size"

Philipp Hortmann (7):
staging: rtl8192e: Remove entry .tx_enable from struct rtl819x_ops
staging: rtl8192e: Remove entry .interrupt_re.. from struct
rtl819x_ops
staging: rtl8192e: Remove entry .tx_check_stuc.. from struct
rtl819x_ops
staging: rtl8192e: Remove entry .rx_check_stuc.. from struct
rtl819x_ops
staging: rtl8192e: Remove dead code from struct rtl819x_ops
staging: rtl8192e: Remove entry .link_change from struct rtl819x_ops
staging: rtl8192e: Remove entry .nic_type from struct rtl819x_ops

drivers/staging/rtl8192e/rtl8192e/rtl_core.c | 20 +++++---------------
drivers/staging/rtl8192e/rtl8192e/rtl_core.h | 12 ------------
drivers/staging/rtl8192e/rtl8192e/rtl_pci.c | 6 +++---
3 files changed, 8 insertions(+), 30 deletions(-)

--
2.39.2