Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/net/wireless/marvell/mwifiex/
Dcfg80211.c1576 struct mwifiex_chan_stats *pchan_stats = priv->adapter->chan_stats; in mwifiex_cfg80211_dump_survey() local
1602 if (!pchan_stats[idx].cca_scan_dur) in mwifiex_cfg80211_dump_survey()
1605 band = pchan_stats[idx].bandcfg; in mwifiex_cfg80211_dump_survey()
1607 ieee80211_channel_to_frequency(pchan_stats[idx].chan_num, band)); in mwifiex_cfg80211_dump_survey()
1611 survey->noise = pchan_stats[idx].noise; in mwifiex_cfg80211_dump_survey()
1612 survey->time = pchan_stats[idx].cca_scan_dur; in mwifiex_cfg80211_dump_survey()
1613 survey->time_busy = pchan_stats[idx].cca_busy_dur; in mwifiex_cfg80211_dump_survey()