EFX_STATS_ENABLE
int enable = action == EFX_STATS_ENABLE ? 1 : 0;
int period = action == EFX_STATS_ENABLE ? 1000 : 0;
efx_mcdi_mac_stats(efx, EFX_STATS_ENABLE, 0);
int enable = action == EFX_STATS_ENABLE ? 1 : 0;
int period = action == EFX_STATS_ENABLE ? 1000 : 0;
efx_mcdi_mac_stats(efx, EFX_STATS_ENABLE, 0);