Commit fa0dcd59 authored by Philipp Hortmann's avatar Philipp Hortmann Committed by Greg Kroah-Hartman

staging: rtl8192e: Change filename r8192E_hwimg.x to table.x

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: default avatarPhilipp Hortmann <philipp.g.hortmann@gmail.com>
Link: https://lore.kernel.org/r/20230302191457.GA17628@matrix-ESPRIMO-P710Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 4bd92a77
...@@ -4,7 +4,7 @@ r8192e_pci-objs := \ ...@@ -4,7 +4,7 @@ r8192e_pci-objs := \
r8192E_phy.o \ r8192E_phy.o \
r8192E_firmware.o \ r8192E_firmware.o \
r8192E_cmdpkt.o \ r8192E_cmdpkt.o \
r8192E_hwimg.o \ table.o \
r8190P_rtl8256.o \ r8190P_rtl8256.o \
rtl_cam.o \ rtl_cam.o \
rtl_core.o \ rtl_core.o \
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
*/ */
#include "rtl_core.h" #include "rtl_core.h"
#include "r8192E_hw.h" #include "r8192E_hw.h"
#include "r8192E_hwimg.h" #include "table.h"
#include "r8192E_firmware.h" #include "r8192E_firmware.h"
#include "r8192E_cmdpkt.h" #include "r8192E_cmdpkt.h"
#include <linux/firmware.h> #include <linux/firmware.h>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "r8192E_phy.h" #include "r8192E_phy.h"
#include "rtl_dm.h" #include "rtl_dm.h"
#include "r8192E_hwimg.h" #include "table.h"
static u32 RF_CHANNEL_TABLE_ZEBRA[] = { static u32 RF_CHANNEL_TABLE_ZEBRA[] = {
0, 0,
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
* *
* Contact Information: wlanfae <wlanfae@realtek.com> * Contact Information: wlanfae <wlanfae@realtek.com>
*/ */
#include "r8192E_hwimg.h" #include "table.h"
u32 Rtl8192PciEPHY_REGArray[PHY_REGArrayLengthPciE] = {0x0,}; u32 Rtl8192PciEPHY_REGArray[PHY_REGArrayLengthPciE] = {0x0,};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment