mirror of
https://github.com/torvalds/linux.git
synced 2026-06-07 14:04:54 +02:00
Staging: rtl8723bs: fix names in odm_HWConfig.h
This commit converts names of structs / enums in hal/odm_HWConfig.h from ALL_CAPS format to lowercase Signed-off-by: Marco Cesati <marcocesati@gmail.com> Link: https://lore.kernel.org/r/20210317222130.29528-34-marcocesati@gmail.com Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
2283b6b76b
commit
a3a98c2f4f
|
|
@ -90,7 +90,7 @@ static void odm_RxPhyStatus92CSeries_Parsing(
|
|||
bool isCCKrate = false;
|
||||
u8 rf_rx_num = 0;
|
||||
u8 LNA_idx, VGA_idx;
|
||||
struct PHY_STATUS_RPT_8192CD_T *pPhyStaRpt = (struct PHY_STATUS_RPT_8192CD_T *)pPhyStatus;
|
||||
struct phy_status_rpt_8192cd_t *pPhyStaRpt = (struct phy_status_rpt_8192cd_t *)pPhyStatus;
|
||||
|
||||
isCCKrate = pPktinfo->data_rate <= DESC_RATE11M;
|
||||
pPhyInfo->rx_mimo_signal_quality[ODM_RF_PATH_A] = -1;
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
/* structure and define */
|
||||
/* */
|
||||
|
||||
struct PHY_RX_AGC_INFO_T {
|
||||
struct phy_rx_agc_info_t {
|
||||
#if (ODM_ENDIAN_TYPE == ODM_ENDIAN_LITTLE)
|
||||
u8 gain:7, trsw:1;
|
||||
#else
|
||||
|
|
@ -38,8 +38,8 @@ struct PHY_RX_AGC_INFO_T {
|
|||
#endif
|
||||
};
|
||||
|
||||
struct PHY_STATUS_RPT_8192CD_T {
|
||||
struct PHY_RX_AGC_INFO_T path_agc[2];
|
||||
struct phy_status_rpt_8192cd_t {
|
||||
struct phy_rx_agc_info_t path_agc[2];
|
||||
u8 ch_corr[2];
|
||||
u8 cck_sig_qual_ofdm_pwdb_all;
|
||||
u8 cck_agc_rpt_ofdm_cfosho_a;
|
||||
|
|
@ -77,7 +77,7 @@ struct PHY_STATUS_RPT_8192CD_T {
|
|||
};
|
||||
|
||||
|
||||
struct PHY_STATUS_RPT_8812_T {
|
||||
struct phy_status_rpt_8812_t {
|
||||
/* 2012.05.24 LukeLee: This structure should take big/little endian in consideration later..... */
|
||||
|
||||
/* DWORD 0 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user