[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <cover.1677010997.git.philipp.g.hortmann@gmail.com>
Date: Tue, 21 Feb 2023 21:52:44 +0100
From: Philipp Hortmann <philipp.g.hortmann@...il.com>
To: Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org
Subject: [PATCH 0/7] staging: rtl8192e: Remove entries from struct
rtl819x_ops start with .tx_enable
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
Powered by blists - more mailing lists