linux/drivers/net/wireless/realtek/rtlwifi/btcoexist
YueHaibing d477a4856a rtlwifi: btcoex: Remove set but not used variable 'len' and 'asso_type_v2'
Fixes gcc '-Wunused-but-set-variable' warning:

drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c: In function rtl_btc_btmpinfo_notify:
drivers/net/wireless/realtek/rtlwifi/btcoexist/rtl_btc.c:319:17: warning: variable len set but not used [-Wunused-but-set-variable]
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c: In function exhalbtc_connect_notify:
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtcoutsrc.c:1581:16: warning: variable asso_type_v2 set but not used [-Wunused-but-set-variable]

'len' is never used since commit 6aad6075cc ("rtlwifi:
Add BT_MP_INFO to c2h handler.") so can be removed.

'asso_type_v2' is not used since introduction in
commit 0843e98a3b ("rtlwifi: btcoex: add assoc
type v2 to connection notify")

Signed-off-by: YueHaibing <yuehaibing@huawei.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
2019-05-28 15:37:35 +03:00
..
halbt_precomp.h rtlwifi: btcoexist: Remove CamelCase variable 2019-02-19 17:02:52 +02:00
halbtc8192e2ant.c rtlwifi: btcoex: Replace old-style license information 2019-02-19 16:59:44 +02:00
halbtc8192e2ant.h rtlwifi: btcoex: Replace old-style license information 2019-02-19 16:59:44 +02:00
halbtc8723b1ant.c rtlwifi: btcoex: Replace old-style license information 2019-02-19 16:59:44 +02:00
halbtc8723b1ant.h rtlwifi: btcoex: Replace old-style license information 2019-02-19 16:59:44 +02:00
halbtc8723b2ant.c rtlwifi: btcoex: Replace old-style license information 2019-02-19 16:59:44 +02:00
halbtc8723b2ant.h rtlwifi: btcoex: Replace old-style license information 2019-02-19 16:59:44 +02:00
halbtc8821a1ant.c rtlwifi: btcoex: Replace old-style license information 2019-02-19 16:59:44 +02:00
halbtc8821a1ant.h rtlwifi: btcoex: Replace old-style license information 2019-02-19 16:59:44 +02:00
halbtc8821a2ant.c rtlwifi: btcoex: Replace old-style license information 2019-02-19 16:59:44 +02:00
halbtc8821a2ant.h rtlwifi: btcoex: Replace old-style license information 2019-02-19 16:59:44 +02:00
halbtc8822bwifionly.c rtlwifi: btcoex: Replace old-style license information 2019-02-19 16:59:44 +02:00
halbtc8822bwifionly.h rtlwifi: btcoex: Replace old-style license information 2019-02-19 16:59:44 +02:00
halbtcoutsrc.c rtlwifi: btcoex: Remove set but not used variable 'len' and 'asso_type_v2' 2019-05-28 15:37:35 +03:00
halbtcoutsrc.h rtlwifi: btcoex: Replace old-style license information 2019-02-19 16:59:44 +02:00
Makefile License cleanup: add SPDX GPL-2.0 license identifier to files with no license 2017-11-02 11:10:55 +01:00
rtl_btc.c rtlwifi: btcoex: Remove set but not used variable 'len' and 'asso_type_v2' 2019-05-28 15:37:35 +03:00
rtl_btc.h rtlwifi: btcoex: Replace old-style license information 2019-02-19 16:59:44 +02:00