[PATCH v5 0/2] staging: rtl8192e: trivial code cleanup patches

Jacob Bai posted 2 patches 3 years, 5 months ago
.../staging/rtl8192e/rtl8192e/r8192E_hwimg.c  | 31 ++++++++++------
.../staging/rtl8192e/rtl8192e/r8192E_hwimg.h  | 36 +++++++++----------
.../staging/rtl8192e/rtl8192e/r8192E_phy.h    | 20 -----------
3 files changed, 38 insertions(+), 49 deletions(-)
[PATCH v5 0/2] staging: rtl8192e: trivial code cleanup patches
Posted by Jacob Bai 3 years, 5 months ago
Remove macro defines and rename few variables to make it align with other
rtlwifi drivers.
The patches are required to be applied in sequence.

Changes in v5:
	1. Removed original Patch 2, which is renaming file r8192E_firmware.c
to table.c, as it's not required at this stage. Feedback from
gregkh@linuxfoundation.org.
	2. Put more details on the description of Patches.
	3. Put more details on the changelogs.

Changes in v4:
	1. Missing patch set vision number in the v3

Changes in v3:
	1. Patch 3: use ARRAY_SIZE() to initialize variables to replace 
macro defines. Feedback from joe@perches.com

Changes in v2:
	1. Patch 2: modify r8192E_firmware.c to include table.h instead of
r8192E_hwimg.h.

Jacob Bai (2):
  staging: rtl8192e: rename tables in r8192e_hwimg.c
  staging: rtl8192e: replace macro defines with variables

 .../staging/rtl8192e/rtl8192e/r8192E_hwimg.c  | 31 ++++++++++------
 .../staging/rtl8192e/rtl8192e/r8192E_hwimg.h  | 36 +++++++++----------
 .../staging/rtl8192e/rtl8192e/r8192E_phy.h    | 20 -----------
 3 files changed, 38 insertions(+), 49 deletions(-)

-- 
2.34.1