forked from luck/tmp_suning_uos_patched
staging: rtl8723bs: Rename 'Hal8723BPwrSeq.{c, h}' to 'hal_pwr_seq.*'.
Camel-case naming is discouraged int the linux kernel coding style. Rename these files using snake case, and update the makefile to use the new names. Signed-off-by: Quytelda Kahja <quytelda@tamalin.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
916c0c4b83
commit
22962b380c
|
@ -23,7 +23,7 @@ r8723bs-y = \
|
|||
hal/hal_com_phycfg.o \
|
||||
hal/hal_btcoex.o \
|
||||
hal/hal_sdio.o \
|
||||
hal/Hal8723BPwrSeq.o \
|
||||
hal/hal_pwr_seq.o \
|
||||
hal/HalPhyRf.o \
|
||||
hal/HalPwrSeqCmd.o \
|
||||
hal/odm.o \
|
||||
|
|
|
@ -17,7 +17,7 @@ Major Change History:
|
|||
|
||||
*/
|
||||
|
||||
#include "Hal8723BPwrSeq.h"
|
||||
#include "hal_pwr_seq.h"
|
||||
|
||||
/* drivers should parse below arrays and do the corresponding actions */
|
||||
/* 3 Power on Array */
|
|
@ -16,7 +16,7 @@
|
|||
#include "rtl8723b_xmit.h"
|
||||
#include "rtl8723b_cmd.h"
|
||||
#include "rtw_mp.h"
|
||||
#include "Hal8723BPwrSeq.h"
|
||||
#include "hal_pwr_seq.h"
|
||||
#include "Hal8723BPhyReg.h"
|
||||
#include "Hal8723BPhyCfg.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user