Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 5c405b5c authored by John W. Linville's avatar John W. Linville
Browse files

rtl8192ce: drop 'rtl8192c-' prefix from files

parent 61ad5394
Loading
Loading
Loading
Loading
+9 −9
Original line number Diff line number Diff line
rtl8192ce-objs :=		\
	rtl8192c-dm.o		\
	rtl8192c-fw.o		\
	rtl8192c-hw.o		\
	rtl8192c-led.o		\
	rtl8192c-phy.o		\
	rtl8192c-rf.o		\
	rtl8192c-sw.o		\
	rtl8192c-table.o	\
	rtl8192c-trx.o
		dm.o		\
		fw.o		\
		hw.o		\
		led.o		\
		phy.o		\
		rf.o		\
		sw.o		\
		table.o		\
		trx.o

obj-$(CONFIG_RTL8192CE) += rtl8192ce.o
+5 −5
Original line number Diff line number Diff line
@@ -29,11 +29,11 @@

#include "../wifi.h"
#include "../base.h"
#include "rtl8192c-reg.h"
#include "rtl8192c-def.h"
#include "rtl8192c-phy.h"
#include "rtl8192c-dm.h"
#include "rtl8192c-fw.h"
#include "reg.h"
#include "def.h"
#include "phy.h"
#include "dm.h"
#include "fw.h"

struct dig_t dm_digtable;
static struct ps_t dm_pstable;
+4 −4
Original line number Diff line number Diff line
@@ -31,10 +31,10 @@
#include "../wifi.h"
#include "../pci.h"
#include "../base.h"
#include "rtl8192c-reg.h"
#include "rtl8192c-def.h"
#include "rtl8192c-fw.h"
#include "rtl8192c-table.h"
#include "reg.h"
#include "def.h"
#include "fw.h"
#include "table.h"

static void _rtl92c_enable_fw_download(struct ieee80211_hw *hw, bool enable)
{
Loading