Skip to content

Commit

Permalink
rtl8192du: Change CamelCase file names to be lower case
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
  • Loading branch information
lwfinger committed Nov 14, 2014
1 parent 3903bb3 commit afe9e50
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -60,7 +60,7 @@ _HAL_INTFS_FILES := hal/hal_intf.o \
hal/rtl$(MODULE_NAME)_led.o \
hal/rtl$(MODULE_NAME)_xmit.o \
hal/rtl$(MODULE_NAME)_recv.o \
hal/Hal8192DUHWImg.o
hal/hal8192duhwimg.o

_HAL_INTFS_FILES += hal/$(HCI_NAME)_ops_linux.o

Expand Down
2 changes: 1 addition & 1 deletion hal/Hal8192DUHWImg.c → hal/hal8192duhwimg.c
Expand Up @@ -15,7 +15,7 @@
******************************************************************************/
/*Created on 2011/11/11, 8: 8*/

#include <Hal8192DUHWImg.h>
#include <hal8192duhwimg.h>

const u8 Rtl8192DUFwMainArray[Rtl8192DUMainArrayLength] = {
0x0,
Expand Down
2 changes: 1 addition & 1 deletion hal/rtl8192d_phycfg.c
Expand Up @@ -53,7 +53,7 @@

#include <hal_intf.h>
#include <rtl8192d_hal.h>
#include <Hal8192DPhyCfg.h>
#include <hal8192dphycfg.h>

/*---------------------------Define Local Constant---------------------------*/

Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
8 changes: 4 additions & 4 deletions include/rtl8192d_hal.h
Expand Up @@ -18,8 +18,8 @@

#include "hal_com.h"
#include "rtl8192d_spec.h"
#include "Hal8192DPhyReg.h"
#include "Hal8192DPhyCfg.h"
#include "hal8192dphyreg.h"
#include "hal8192dphycfg.h"
#include "rtl8192d_rf.h"
#include "rtl8192d_dm.h"
#include "rtl8192d_recv.h"
Expand Down Expand Up @@ -166,10 +166,10 @@ static u32 TargetChnl_2G[TARGET_CHNL_NUM_2G] = { /* channel 1~14 */
};


#include "Hal8192DUHWImg.h"
#include "hal8192duhwimg.h"

#ifdef CONFIG_WOWLAN
#include "Hal8192DUHWImg_wowlan.h"
#include "hal8192duhwimg_wowlan.h"
#endif /* CONFIG_WOWLAN */
#define RTL819X_DEFAULT_RF_TYPE RF_1T2R

Expand Down
2 changes: 1 addition & 1 deletion include/rtw_mp.h
Expand Up @@ -116,7 +116,7 @@ struct mp_tx {
void *PktTxThread;
};

#include <Hal8192DPhyCfg.h>
#include <hal8192dphycfg.h>
#define MP_MAX_LINES 1000
#define MP_MAX_LINES_BYTES 256
#define u1Byte u8
Expand Down

0 comments on commit afe9e50

Please sign in to comment.