mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
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: 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>
This commit is contained in:
committed by
Greg Kroah-Hartman
parent
4bd92a7714
commit
fa0dcd5909
@@ -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 \
|
||||
|
||||
@@ -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>
|
||||
|
||||
@@ -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,
|
||||
|
||||
@@ -4,7 +4,7 @@
|
||||
*
|
||||
* Contact Information: wlanfae <wlanfae@realtek.com>
|
||||
*/
|
||||
#include "r8192E_hwimg.h"
|
||||
#include "table.h"
|
||||
|
||||
u32 Rtl8192PciEPHY_REGArray[PHY_REGArrayLengthPciE] = {0x0,};
|
||||
|
||||
Reference in New Issue
Block a user