Home
last modified time | relevance | path

Searched refs:new_load (Results 1 – 1 of 1) sorted by relevance

/linux-6.15/drivers/net/wireless/intel/iwlwifi/mld/
H A Dstats.c460 u32 new_load, old_load; in iwl_mld_fill_chanctx_stats() local
469 new_load = le32_to_cpu(per_phy[phy->fw_id].channel_load_not_by_us); in iwl_mld_fill_chanctx_stats()
470 if (IWL_FW_CHECK(phy->mld, new_load > 100, "Invalid channel load %u\n", in iwl_mld_fill_chanctx_stats()
471 new_load)) in iwl_mld_fill_chanctx_stats()
475 phy->avg_channel_load_not_by_us = (new_load >> 1) + (old_load >> 1); in iwl_mld_fill_chanctx_stats()