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

rtl8192ce: drop 'rtl8192c-' prefix from files

Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
Tested-by: default avatarLarry Finger <Larry.Finger@lwfinger.net>
parent 61ad5394
rtl8192ce-objs := \ rtl8192ce-objs := \
rtl8192c-dm.o \ dm.o \
rtl8192c-fw.o \ fw.o \
rtl8192c-hw.o \ hw.o \
rtl8192c-led.o \ led.o \
rtl8192c-phy.o \ phy.o \
rtl8192c-rf.o \ rf.o \
rtl8192c-sw.o \ sw.o \
rtl8192c-table.o \ table.o \
rtl8192c-trx.o trx.o
obj-$(CONFIG_RTL8192CE) += rtl8192ce.o obj-$(CONFIG_RTL8192CE) += rtl8192ce.o
...@@ -29,11 +29,11 @@ ...@@ -29,11 +29,11 @@
#include "../wifi.h" #include "../wifi.h"
#include "../base.h" #include "../base.h"
#include "rtl8192c-reg.h" #include "reg.h"
#include "rtl8192c-def.h" #include "def.h"
#include "rtl8192c-phy.h" #include "phy.h"
#include "rtl8192c-dm.h" #include "dm.h"
#include "rtl8192c-fw.h" #include "fw.h"
struct dig_t dm_digtable; struct dig_t dm_digtable;
static struct ps_t dm_pstable; static struct ps_t dm_pstable;
......
...@@ -31,10 +31,10 @@ ...@@ -31,10 +31,10 @@
#include "../wifi.h" #include "../wifi.h"
#include "../pci.h" #include "../pci.h"
#include "../base.h" #include "../base.h"
#include "rtl8192c-reg.h" #include "reg.h"
#include "rtl8192c-def.h" #include "def.h"
#include "rtl8192c-fw.h" #include "fw.h"
#include "rtl8192c-table.h" #include "table.h"
static void _rtl92c_enable_fw_download(struct ieee80211_hw *hw, bool enable) static void _rtl92c_enable_fw_download(struct ieee80211_hw *hw, bool enable)
{ {
......
...@@ -33,13 +33,13 @@ ...@@ -33,13 +33,13 @@
#include "../cam.h" #include "../cam.h"
#include "../ps.h" #include "../ps.h"
#include "../pci.h" #include "../pci.h"
#include "rtl8192c-reg.h" #include "reg.h"
#include "rtl8192c-def.h" #include "def.h"
#include "rtl8192c-phy.h" #include "phy.h"
#include "rtl8192c-dm.h" #include "dm.h"
#include "rtl8192c-fw.h" #include "fw.h"
#include "rtl8192c-led.h" #include "led.h"
#include "rtl8192c-hw.h" #include "hw.h"
#define LLT_CONFIG 5 #define LLT_CONFIG 5
......
...@@ -29,8 +29,8 @@ ...@@ -29,8 +29,8 @@
#include "../wifi.h" #include "../wifi.h"
#include "../pci.h" #include "../pci.h"
#include "rtl8192c-reg.h" #include "reg.h"
#include "rtl8192c-led.h" #include "led.h"
void rtl92ce_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled) void rtl92ce_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled)
{ {
......
...@@ -30,12 +30,12 @@ ...@@ -30,12 +30,12 @@
#include "../wifi.h" #include "../wifi.h"
#include "../pci.h" #include "../pci.h"
#include "../ps.h" #include "../ps.h"
#include "rtl8192c-reg.h" #include "reg.h"
#include "rtl8192c-def.h" #include "def.h"
#include "rtl8192c-phy.h" #include "phy.h"
#include "rtl8192c-rf.h" #include "rf.h"
#include "rtl8192c-dm.h" #include "dm.h"
#include "rtl8192c-table.h" #include "table.h"
static u32 _rtl92c_phy_fw_rf_serial_read(struct ieee80211_hw *hw, static u32 _rtl92c_phy_fw_rf_serial_read(struct ieee80211_hw *hw,
enum radio_path rfpath, u32 offset); enum radio_path rfpath, u32 offset);
......
...@@ -28,11 +28,11 @@ ...@@ -28,11 +28,11 @@
*****************************************************************************/ *****************************************************************************/
#include "../wifi.h" #include "../wifi.h"
#include "rtl8192c-reg.h" #include "reg.h"
#include "rtl8192c-def.h" #include "def.h"
#include "rtl8192c-phy.h" #include "phy.h"
#include "rtl8192c-rf.h" #include "rf.h"
#include "rtl8192c-dm.h" #include "dm.h"
static bool _rtl92c_phy_rf6052_config_parafile(struct ieee80211_hw *hw); static bool _rtl92c_phy_rf6052_config_parafile(struct ieee80211_hw *hw);
......
...@@ -32,14 +32,14 @@ ...@@ -32,14 +32,14 @@
#include "../wifi.h" #include "../wifi.h"
#include "../core.h" #include "../core.h"
#include "../pci.h" #include "../pci.h"
#include "rtl8192c-reg.h" #include "reg.h"
#include "rtl8192c-def.h" #include "def.h"
#include "rtl8192c-phy.h" #include "phy.h"
#include "rtl8192c-dm.h" #include "dm.h"
#include "rtl8192c-hw.h" #include "hw.h"
#include "rtl8192c-sw.h" #include "sw.h"
#include "rtl8192c-trx.h" #include "trx.h"
#include "rtl8192c-led.h" #include "led.h"
int rtl92c_init_sw_vars(struct ieee80211_hw *hw) int rtl92c_init_sw_vars(struct ieee80211_hw *hw)
{ {
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
* *
*****************************************************************************/ *****************************************************************************/
#include "rtl8192c-table.h" #include "table.h"
u32 RTL8192CEPHY_REG_2TARRAY[PHY_REG_2TARRAY_LENGTH] = { u32 RTL8192CEPHY_REG_2TARRAY[PHY_REG_2TARRAY_LENGTH] = {
......
...@@ -30,11 +30,11 @@ ...@@ -30,11 +30,11 @@
#include "../wifi.h" #include "../wifi.h"
#include "../pci.h" #include "../pci.h"
#include "../base.h" #include "../base.h"
#include "rtl8192c-reg.h" #include "reg.h"
#include "rtl8192c-def.h" #include "def.h"
#include "rtl8192c-phy.h" #include "phy.h"
#include "rtl8192c-trx.h" #include "trx.h"
#include "rtl8192c-led.h" #include "led.h"
static enum rtl_desc_qsel _rtl92ce_map_hwqueue_to_fwqueue(u16 fc, static enum rtl_desc_qsel _rtl92ce_map_hwqueue_to_fwqueue(u16 fc,
unsigned int unsigned int
......
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