Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/umac/dfs/core/src/misc/
H A Ddfs_nol.c595 uint32_t num_nol_history_chans; in dfs_clear_nolhistory() local
617 &num_nol_history_chans); in dfs_clear_nolhistory()
619 if (!num_nol_history_chans) { in dfs_clear_nolhistory()
625 if (num_nol_history_chans > nchans) in dfs_clear_nolhistory()
626 num_nol_history_chans = nchans; in dfs_clear_nolhistory()
629 qdf_mem_malloc(num_nol_history_chans * sizeof(qdf_freq_t)); in dfs_clear_nolhistory()
637 for (i = 0; i < num_nol_history_chans; i++) in dfs_clear_nolhistory()
642 num_nol_history_chans, in dfs_clear_nolhistory()