Skip to content

Commit

Permalink
rtl8192ce: drop 'rtl8192c-' prefix from files
Browse files Browse the repository at this point in the history
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Tested-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
John W. Linville committed Dec 20, 2010
1 parent 61ad539 commit 5c405b5
Show file tree
Hide file tree
Showing 21 changed files with 52 additions and 52 deletions.
18 changes: 9 additions & 9 deletions drivers/net/wireless/rtlwifi/rtl8192ce/Makefile
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
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
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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)
{
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,13 @@
#include "../cam.h"
#include "../ps.h"
#include "../pci.h"
#include "rtl8192c-reg.h"
#include "rtl8192c-def.h"
#include "rtl8192c-phy.h"
#include "rtl8192c-dm.h"
#include "rtl8192c-fw.h"
#include "rtl8192c-led.h"
#include "rtl8192c-hw.h"
#include "reg.h"
#include "def.h"
#include "phy.h"
#include "dm.h"
#include "fw.h"
#include "led.h"
#include "hw.h"

#define LLT_CONFIG 5

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

#include "../wifi.h"
#include "../pci.h"
#include "rtl8192c-reg.h"
#include "rtl8192c-led.h"
#include "reg.h"
#include "led.h"

void rtl92ce_sw_led_on(struct ieee80211_hw *hw, struct rtl_led *pled)
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@
#include "../wifi.h"
#include "../pci.h"
#include "../ps.h"
#include "rtl8192c-reg.h"
#include "rtl8192c-def.h"
#include "rtl8192c-phy.h"
#include "rtl8192c-rf.h"
#include "rtl8192c-dm.h"
#include "rtl8192c-table.h"
#include "reg.h"
#include "def.h"
#include "phy.h"
#include "rf.h"
#include "dm.h"
#include "table.h"

static u32 _rtl92c_phy_fw_rf_serial_read(struct ieee80211_hw *hw,
enum radio_path rfpath, u32 offset);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
*****************************************************************************/

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

static bool _rtl92c_phy_rf6052_config_parafile(struct ieee80211_hw *hw);

Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,14 @@
#include "../wifi.h"
#include "../core.h"
#include "../pci.h"
#include "rtl8192c-reg.h"
#include "rtl8192c-def.h"
#include "rtl8192c-phy.h"
#include "rtl8192c-dm.h"
#include "rtl8192c-hw.h"
#include "rtl8192c-sw.h"
#include "rtl8192c-trx.h"
#include "rtl8192c-led.h"
#include "reg.h"
#include "def.h"
#include "phy.h"
#include "dm.h"
#include "hw.h"
#include "sw.h"
#include "trx.h"
#include "led.h"

int rtl92c_init_sw_vars(struct ieee80211_hw *hw)
{
Expand Down
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
*
*****************************************************************************/

#include "rtl8192c-table.h"
#include "table.h"


u32 RTL8192CEPHY_REG_2TARRAY[PHY_REG_2TARRAY_LENGTH] = {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@
#include "../wifi.h"
#include "../pci.h"
#include "../base.h"
#include "rtl8192c-reg.h"
#include "rtl8192c-def.h"
#include "rtl8192c-phy.h"
#include "rtl8192c-trx.h"
#include "rtl8192c-led.h"
#include "reg.h"
#include "def.h"
#include "phy.h"
#include "trx.h"
#include "led.h"

static enum rtl_desc_qsel _rtl92ce_map_hwqueue_to_fwqueue(u16 fc,
unsigned int
Expand Down

0 comments on commit 5c405b5

Please sign in to comment.