]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
rtlwifi: btcoex: 23b 1ant: fix duplicated code for different branches
authorGustavo A. R. Silva <gustavo@embeddedor.com>
Fri, 18 Aug 2017 00:22:19 +0000 (19:22 -0500)
committerKalle Valo <kvalo@codeaurora.org>
Thu, 24 Aug 2017 09:52:22 +0000 (12:52 +0300)
Refactor code in order to avoid identical code for different branches.

This issue was detected with the help of Coccinelle.

Addresses-Coverity-ID: 1415177
Signed-off-by: Gustavo A. R. Silva <gustavo@embeddedor.com>
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
drivers/net/wireless/realtek/rtlwifi/btcoexist/halbtc8723b1ant.c

index 03998d2e9eb873c1eca1773aaccabb8296ae36b0..c04425236ce4ecbaa1c461904121470e9abd2f20 100644 (file)
@@ -600,14 +600,8 @@ static void halbtc8723b1ant_coex_table_with_type(struct btc_coexist *btcoexist,
                                                   0xffffff, 0x3);
                break;
        case 5:
-               if ((coex_sta->cck_ever_lock) && (coex_sta->scan_ap_num <= 5))
-                       halbtc8723b1ant_coex_table(btcoexist, force_exec,
-                                                  0x5a5a5a5a, 0x5aaa5a5a,
-                                                  0xffffff, 0x3);
-               else
-                       halbtc8723b1ant_coex_table(btcoexist, force_exec,
-                                                  0x5a5a5a5a, 0x5aaa5a5a,
-                                                  0xffffff, 0x3);
+               halbtc8723b1ant_coex_table(btcoexist, force_exec, 0x5a5a5a5a,
+                                          0x5aaa5a5a, 0xffffff, 0x3);
                break;
        case 6:
                halbtc8723b1ant_coex_table(btcoexist, force_exec, 0x55555555,