summaryrefslogtreecommitdiff
path: root/drivers/staging/r8188eu/hal/rtl8188e_phycfg.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-09staging: r8188eu: delete driverGreg Kroah-Hartman1-705/+0
2023-01-17staging: r8188eu: convert PHY_BBConfig8188E() to common error logicMichael Straube1-8/+6
2023-01-17staging: r8188eu: convert phy_BB8188E_Config_ParaFile() to common error logicMichael Straube1-6/+10
2023-01-17staging: r8188eu: convert PHY_MACConfig8188E() to common error logicMichael Straube1-5/+4
2022-10-22staging: r8188eu: correct misspelled words in commentsDeepak R Varma1-8/+8
2022-09-30staging: r8188eu: remove PHY_RFConfig8188E()Michael Straube1-9/+0
2022-09-30staging: r8188eu: remove PHY_RF6052_Config8188E()Michael Straube1-1/+1
2022-09-30staging: r8188eu: convert ODM_ReadAndConfig_AGC_TAB_1T_8188E() to intMichael Straube1-1/+1
2022-09-30staging: r8188eu: convert ODM_ReadAndConfig_PHY_REG_1T_8188E() to intMichael Straube1-1/+1
2022-09-30staging: r8188eu: convert ODM_ReadAndConfig_MAC_REG_8188E() to intMichael Straube1-1/+1
2022-08-16staging: r8188eu: clean up comment for phy_calculate_bit_shift()Michael Straube1-11/+1
2022-08-16staging: r8188eu: avoid camel case in phy_CalculateBitShift()Michael Straube1-6/+6
2022-08-16staging: r8188eu: use ffs() in phy_CalculateBitShift()Michael Straube1-6/+2
2022-06-10staging: r8188eu: add error handling of rtw_read32Pavel Skripkin1-2/+10
2022-06-10staging: r8188eu: add error handling of rtw_read16Pavel Skripkin1-2/+6
2022-06-10staging: r8188eu: add error handling of rtw_read8Pavel Skripkin1-2/+8
2022-04-04staging: r8188eu: Fix misspelling in comment "Tranceiver" -> "Transceiver"Haowen Bai1-4/+4
2022-02-17staging: r8188eu: fix lines modified by DBG_88E cleanupPhillip Potter1-3/+0
2022-02-17staging: r8188eu: remove DBG_88E calls from hal subdirPhillip Potter1-1/+1
2022-02-15staging: r8188eu: we only need one struct bb_reg_def for path aMartin Kaiser1-38/+20
2022-02-15staging: r8188eu: remove path parameter from phy_RFSerialReadMartin Kaiser1-13/+5
2022-02-15staging: r8188eu: remove path parameter from rtl8188e_PHY_QueryRFRegMartin Kaiser1-4/+2
2022-02-15staging: r8188eu: remove path parameter from phy_RFSerialWriteMartin Kaiser1-3/+2
2022-02-15staging: r8188eu: remove path parameter from rtl8188e_PHY_SetRFRegMartin Kaiser1-5/+3
2022-02-08staging: r8188eu: RfRegChnlVal[1] is set but not usedMartin Kaiser1-2/+2
2022-02-04staging: r8188eu: remove constant variable eRFPathMartin Kaiser1-3/+2
2022-02-04staging: r8188eu: simplify error handling in phy_BB8188E_Config_ParaFileMartin Kaiser1-8/+3
2022-02-04staging: r8188eu: remove unnecessary error checkMartin Kaiser1-3/+0
2022-01-31staging: rt8188eu: Remove dead codeMuhammad Usama Anjum1-3/+0
2022-01-25staging: r8188eu: merge ODM_ConfigBBWithHeaderFile with its callersMartin Kaiser1-5/+3
2022-01-25staging: r8188eu: merge ODM_ConfigMACWithHeaderFile into PHY_MACConfig8188EMartin Kaiser1-1/+1
2022-01-25staging: r8188eu: CurrentCckTxPwrIdx is set but not usedMartin Kaiser1-10/+0
2022-01-25staging: r8188eu: CurrentOfdm24GTxPwrIdx is set but not usedMartin Kaiser1-1/+0
2022-01-25staging: r8188eu: CurrentBW2024GTxPwrIdx is set but not usedMartin Kaiser1-1/+0
2022-01-25staging: r8188eu: CurrentBW4024GTxPwrIdx is set but not usedMartin Kaiser1-1/+0
2022-01-25staging: r8188eu: remove obsolete defines and commentsMartin Kaiser1-19/+0
2022-01-06staging: r8188eu: make BW20_24G_Diff a 1-D arrayMartin Kaiser1-1/+1
2022-01-06staging: r8188eu: make OFDM_24G_Diff a 1-D arrayMartin Kaiser1-1/+1
2022-01-06staging: r8188eu: make Index24G_BW40_Base a 1-D arrayMartin Kaiser1-3/+3
2022-01-06staging: r8188eu: make Index24G_CCK_Base a 1-D arrayMartin Kaiser1-1/+1
2021-12-09staging: r8188eu: convert type of HalData in struct adapterMichael Straube1-13/+13
2021-12-07staging: r8188eu: remove macro PHY_QueryBBRegMichael Straube1-6/+6
2021-12-07staging: r8188eu: remove macro PHY_SetBBRegMichael Straube1-11/+11
2021-12-07staging: r8188eu: remove macro PHY_SetRFRegMichael Straube1-1/+1
2021-12-07staging: r8188eu: remove RF_PATH_{C,D}Michael Straube1-24/+0
2021-12-03staging: r8188eu: remove TxCount from getTxPowerIndex88E()Michael Straube1-7/+6
2021-12-03staging: r8188eu: remove rf_type from getTxPowerIndex88E()Michael Straube1-68/+12
2021-12-03staging: r8188eu: remove rf_type from storePwrIndexDiffRateOffset()Michael Straube1-6/+2
2021-11-15staging: r8188eu: rf_chip is constantMartin Kaiser1-25/+1
2021-09-17staging: r8188eu: remove NumTotalRFPath from struct hal_data_8188eMichael Straube1-5/+3