]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
staging: rtl8192e: Change filename r8192E_hwimg.x to table.x
authorPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Thu, 2 Mar 2023 19:14:57 +0000 (20:14 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Wed, 8 Mar 2023 16:11:15 +0000 (17:11 +0100)
Change r8192E_hwimg.c to table.c and r8192E_hwimg.h to table.h to adapt
filenames from drivers/net/wireless/realtek/rtlwifi rtl8192ee and
rtl8192se. Task is from TODO file.

Signed-off-by: Philipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20230302191457.GA17628@matrix-ESPRIMO-P710
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/rtl8192e/rtl8192e/Makefile
drivers/staging/rtl8192e/rtl8192e/r8192E_firmware.c
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c
drivers/staging/rtl8192e/rtl8192e/table.c [moved from drivers/staging/rtl8192e/rtl8192e/r8192E_hwimg.c with 99% similarity]
drivers/staging/rtl8192e/rtl8192e/table.h [moved from drivers/staging/rtl8192e/rtl8192e/r8192E_hwimg.h with 100% similarity]

index 75e6ec510555e57a6119cf6b3f5a3219ae1e0b83..a442d79ea71e21ff518116074b54ca66cc15a31b 100644 (file)
@@ -4,7 +4,7 @@ r8192e_pci-objs :=              \
        r8192E_phy.o            \
        r8192E_firmware.o       \
        r8192E_cmdpkt.o         \
-       r8192E_hwimg.o          \
+       table.o                 \
        r8190P_rtl8256.o        \
        rtl_cam.o               \
        rtl_core.o              \
index b011ec8c8a4115f5eec921bfc54bd80d346761fd..ddf998cf20415d52cdb31380b2a472e78082f6d9 100644 (file)
@@ -6,7 +6,7 @@
  */
 #include "rtl_core.h"
 #include "r8192E_hw.h"
-#include "r8192E_hwimg.h"
+#include "table.h"
 #include "r8192E_firmware.h"
 #include "r8192E_cmdpkt.h"
 #include <linux/firmware.h>
index c6cbdea6d5b212fd81ed9338808df0759b76ac41..6388f122057581e4781c02de3e154c9a9b0e84fc 100644 (file)
@@ -12,7 +12,7 @@
 #include "r8192E_phy.h"
 #include "rtl_dm.h"
 
-#include "r8192E_hwimg.h"
+#include "table.h"
 
 static u32 RF_CHANNEL_TABLE_ZEBRA[] = {
        0,
similarity index 99%
rename from drivers/staging/rtl8192e/rtl8192e/r8192E_hwimg.c
rename to drivers/staging/rtl8192e/rtl8192e/table.c
index e6fce749e65b93aa36b6932c6eff123d8489e635..1f80dbeb17b50c1aae38840df0ffba7173eb1cbd 100644 (file)
@@ -4,7 +4,7 @@
  *
  * Contact Information: wlanfae <wlanfae@realtek.com>
  */
-#include "r8192E_hwimg.h"
+#include "table.h"
 
 u32 Rtl8192PciEPHY_REGArray[PHY_REGArrayLengthPciE] = {0x0,};