On 03/22/2015 08:35 AM, Priit Laes wrote:
Hi all,
This is a small fixup to unify make the drivers use common helper
functions for driver statistics.
There are no functional changes since the first posting, except dropping
patches already applied and addressing the comments by Joe Perches.
Are there patches that are required before these work? Applying these four
results in the following build errors:
drivers/net/wireless/rtlwifi/rtl8192de/trx.c: In function
‘_rtl92de_query_rxphystatus’:
drivers/net/wireless/rtlwifi/rtl8192de/trx.c:132:3: error: implicit declaration
of function ‘rtl_query_rxpwrpercentage’ [-Werror=implicit-function-declaration]
pwdb_all = rtl_query_rxpwrpercentage(rx_pwr_all);
^
drivers/net/wireless/rtlwifi/rtl8192de/trx.c:192:4: error: implicit declaration
of function ‘rtl_evm_db_to_percentage’ [-Werror=implicit-function-declaration]
evm = rtl_evm_db_to_percentage(p_drvinfo->rxevm[i]);
^
drivers/net/wireless/rtlwifi/rtl8192de/trx.c:204:4: error: implicit declaration
of function ‘rtl_signal_scale_mapping’ [-Werror=implicit-function-declaration]
(u8)(rtl_signal_scale_mapping(pwdb_all));
^
cc1: some warnings being treated as errors
scripts/Makefile.build:258: recipe for target
'drivers/net/wireless/rtlwifi/rtl8192de/trx.o' failed
I cannot find any patches that created common routines in rtlwifi.
Larry
--
To unsubscribe from this list: send the line "unsubscribe linux-wireless" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html