aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/rtl8188eu/hal/phy.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-08-01staging: rtl8188eu: remove rtl8188eu driver from staging dirPhillip Potter1-1112/+0
2021-07-27staging: rtl8188eu: remove unused IQKMatrixRegSetting arrayMartin Kaiser1-6/+0
2021-07-27staging: rtl8188eu: simplify phy_lc_calibrateMartin Kaiser1-17/+3
2021-07-27staging: rtl8188eu: simplify path_adda_onMartin Kaiser1-10/+4
2021-07-27staging: rtl8188eu: simplify phy_iq_calibrateMartin Kaiser1-85/+6
2021-07-27staging: rtl8188eu: simplify rtl88eu_phy_iq_calibrateMartin Kaiser1-62/+3
2021-06-14staging: rtl8188eu: remove a write-only power-index membersMartin Kaiser1-15/+0
2021-06-12staging: rtl8188eu: remove ODM_RT_TRACE calls from hal/phy.cPhillip Potter1-37/+1
2020-11-23staging: rtl8188eu: clean up the useless codeKaixu Xia1-7/+0
2020-09-22staging: rtl8188eu: clean up alignment style issuesMichael Straube1-11/+10
2020-09-17staging: rtl8188eu: use __func__ in hal directoryMichael Straube1-1/+1
2020-09-16staging: rtl8188eu: remove extra indentationsMichael Straube1-13/+13
2020-05-27staging: rtl8188eu: make some arrays static constMichael Straube1-10/+11
2020-05-27staging: rtl8188eu: clean up some declarationsMichael Straube1-16/+17
2020-04-13staging: rtl8188eu: remove unnecessary parenthesesMichael Straube1-4/+4
2020-03-25Staging: rtl8188eu: hal: Add space around operatorsShreeya Patel1-69/+69
2020-01-22staging: rtl8188eu: remove else after break or returnMichael Straube1-21/+20
2018-12-19staging: rtl8188eu: cleanup brace coding style issuesMichael Straube1-2/+2
2018-12-12staging: rtl8188eu: simplify loop in rtl88eu_phy_iq_calibrate()Michael Straube1-9/+4
2018-09-28staging: rtl8188eu: remove get_right_chnl_for_iqk()Michael Straube1-24/+3
2018-08-05staging: rtl8188eu: remove unnecessary includesMichael Straube1-1/+0
2018-07-24staging: rtl8188eu: remove blank linesMichael Straube1-3/+0
2018-06-26staging: rtl8188eu: add SPDX identifiersMichael Straube1-9/+1
2017-10-03staging: rtl8188eu: Remove braces from single statement blocksMihaela Muraru1-8/+7
2017-05-15staging: rtl8188eu: Put constant on right side of comparisonAviv Palivoda1-2/+2
2017-03-06staging: rtl8188eu: Fixed "Missing a blank line after declarations".Yamanappagouda Patil1-0/+1
2016-10-16Staging: rtl8188eu: hal: Compress return logic into one lineMihaela Muraru1-6/+4
2016-10-16staging:r8188eu: remove bTXPowerTrackingInit member of odm_rf_cal structureIvan Safonov1-1/+0
2016-10-16staging:r8188eu: refactor rtl88eu_dm_txpower_tracking_callback_thermalmeter functionIvan Safonov1-27/+7
2016-10-16staging:r8188eu: remove NumTotalRFPath member of hal_data_8188e structureIvan Safonov1-7/+4
2016-10-16staging:r8188eu: remove rf_chip member of hal_data_8188e structureIvan Safonov1-12/+1
2016-09-23staging: r8188eu: remove RFType member of odm_dm_struct structureIvan Safonov1-13/+3
2016-09-23staging: r8188eu: remove rf_type member of hal_data_8188e structureIvan Safonov1-4/+1
2016-09-20staging: r8188eu: remove GET_HAL_DATA macroIvan Safonov1-24/+16
2016-09-12staging: r8188eu: rename phy_set_bw_mode to rtw_hal_set_bwmodeIvan Safonov1-1/+1
2016-09-12staging: r8188eu: rename phy_sw_chnl to rtw_hal_set_chanIvan Safonov1-1/+1
2016-09-12staging: r8188eu: rename phy_query_rf_reg to rtw_hal_read_rfregIvan Safonov1-5/+5
2016-09-12staging: r8188eu: remove bNotifyChannelChange member of struct adapterIvan Safonov1-3/+0
2016-03-28staging: rtl8188eu: Remove license paragraph with mailing addressKyle Kuffermann1-5/+0
2016-02-20staging: rtl8188eu: Remove RF_PATH_C & RF_PATH_DAndrew Bradford1-26/+0
2015-10-29staging: rtl8188eu: abs kernel macro used in simularity_compare functionIvan Safonov1-1/+1
2015-10-24rtl8188eu : BIT() macro cleanupAnish Bhatt1-15/+15
2015-06-12staging: rtl8188eu: remove unused variablesSudip Mukherjee1-8/+2
2015-03-16Staging: rtl8188eu: Remove parentheses around right side an assignmentHaneen Mohammed1-10/+10
2015-03-01Staging: rtl8188eu: Remove unused variableVatika Harlalka1-9/+1
2015-03-01Staging: rtl8188eu: Move variable assignmentVatika Harlalka1-1/+1
2015-02-26Staging: rtl8188eu: Remove unnecessary codeVatika Harlalka1-20/+1
2015-02-26Staging: rtl8188eu: Refactor conditional code to increase readabilityVatika Harlalka1-9/+3
2015-02-26Staging: rtl8188eu: Combine two loops to increase readabilityVatika Harlalka1-3/+3
2015-02-26Staging: rtl8188eu: Remove unnecessary if conditionVatika Harlalka1-36/+1