Fix: a warning "‘EVM’ may be used uninitialized".

master
Fomalhaut Weisszwerg 2017-11-13 22:28:57 +09:00
parent 186a04aa38
commit 7ca91baad5
1 changed files with 2 additions and 2 deletions

View File

@ -963,9 +963,9 @@ odm_RxPhyStatusJaguarSeries_Parsing(
{
u1Byte i, Max_spatial_stream;
s1Byte rx_pwr[4], rx_pwr_all = 0;
u1Byte EVM, EVMdbm, PWDB_ALL = 0, PWDB_ALL_BT;
u1Byte EVM = 0, EVMdbm, PWDB_ALL = 0, PWDB_ALL_BT;
u1Byte RSSI, avg_rssi = 0, best_rssi = 0, second_rssi = 0;
u1Byte isCCKrate = 0;
u1Byte isCCKrate = 0;
u1Byte rf_rx_num = 0;
u1Byte cck_highpwr = 0;
u1Byte LNA_idx, VGA_idx;