/** **************************************************************************************** * * @file ecrnx_calibration_data.c * * Copyright (C) ESWIN 2015-2020 * **************************************************************************************** */ /** * INCLUDE FILES **************************************************************************************** */ #include "ecrnx_calibration_data.h" /** * TYPE DEFINITIONS **************************************************************************************** */ wifi_cal_data_t cal_result; s8 gain_delta[GAIN_DELTA_CFG_BUF_SIZE] = { //base on 11b 11M, ht20/40 mcs7 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 11b */ 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, /* 11g */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 11n_20M mcs 0 - 7 */ 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, /* 11n_40M mcs 0 - 7 */ -2, -2, -2, -2, -2, -2, -2, -2, -2, -2}; /* 11ax mcs 0 - 9 */