mirror of
https://github.com/RinCat/RTL88x2BU-Linux-Driver.git
synced 2026-01-19 10:26:35 +00:00
Fix: ‘~’ on a boolean expression
This commit is contained in:
@@ -2477,7 +2477,7 @@ void halbtc8822b1ant_set_ext_ant_switch(IN struct btc_coexist *btcoexist,
|
||||
* 0xcbd[1:0] = 2b'10 => Ant to WLG
|
||||
*/
|
||||
switch_polatiry_inverse = (rfe_type->ext_ant_switch_ctrl_polarity == 1 ?
|
||||
~switch_polatiry_inverse : switch_polatiry_inverse);
|
||||
!switch_polatiry_inverse : switch_polatiry_inverse);
|
||||
|
||||
|
||||
switch (pos_type) {
|
||||
|
||||
Reference in New Issue
Block a user