On Tue, 2019-09-10 at 21:04 +0200, Michael Straube wrote: > Functions _rtl92{c,d}_evm_db_to_percentage are functionally identical > to the generic version rtl_evm_db_to percentage. This series converts > rtl8192ce, rtl8192cu and rtl8192de to use the generic version. > > Michael Straube (3): > rtlwifi: rtl8192ce: replace _rtl92c_evm_db_to_percentage with generic > version > rtlwifi: rtl8192cu: replace _rtl92c_evm_db_to_percentage with generic > version > rtlwifi: rtl8192de: replace _rtl92d_evm_db_to_percentage with generic > version > > .../wireless/realtek/rtlwifi/rtl8192ce/trx.c | 23 +------------------ > .../wireless/realtek/rtlwifi/rtl8192cu/mac.c | 18 +-------------- > .../wireless/realtek/rtlwifi/rtl8192de/trx.c | 18 ++------------- > 3 files changed, 4 insertions(+), 55 deletions(-) >
I checked the generic version and removed functions, and they are indeed identical. Thanks for your patches. Acked-by: Ping-Ke Shih <pks...@realtek.com>