Home
last modified time | relevance | path

Searched refs:chan_survey (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-6.6/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1296 struct wcn36xx_chan_survey *chan_survey; in wcn36xx_get_survey() local
1312 chan_survey = &wcn->chan_survey[idx]; in wcn36xx_get_survey()
1314 survey->noise = chan_survey->rssi - chan_survey->snr; in wcn36xx_get_survey()
1317 if (chan_survey->rssi > -100 && chan_survey->rssi < 0) in wcn36xx_get_survey()
1328 chan_survey->rssi, chan_survey->snr, survey->noise, in wcn36xx_get_survey()
1589 wcn->chan_survey in wcn36xx_probe()
[all...]
H A Dwcn36xx.h297 spinlock_t survey_lock; /* protects chan_survey */
298 struct wcn36xx_chan_survey *chan_survey; member
H A Dtxrx.c299 wcn->chan_survey[idx].rssi = rssi; in wcn36xx_update_survey()
300 wcn->chan_survey[idx].snr = snr; in wcn36xx_update_survey()
/kernel/linux/linux-6.6/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00.h764 struct rt2x00_chan_survey *chan_survey; member
H A Drt2800lib.c1254 struct rt2x00_chan_survey *chan_survey = in rt2800_update_survey() local
1255 &rt2x00dev->chan_survey[chan->hw_value]; in rt2800_update_survey()
1257 chan_survey->time_idle += rt2800_register_read(rt2x00dev, CH_IDLE_STA); in rt2800_update_survey()
1258 chan_survey->time_busy += rt2800_register_read(rt2x00dev, CH_BUSY_STA); in rt2800_update_survey()
1259 chan_survey->time_ext_busy += rt2800_register_read(rt2x00dev, CH_BUSY_STA_SEC); in rt2800_update_survey()
11757 rt2x00dev->chan_survey = in rt2800_probe_hw_mode()
11760 if (!rt2x00dev->chan_survey) { in rt2800_probe_hw_mode()
12152 struct rt2x00_chan_survey *chan_survey = in rt2800_get_survey() local
12153 &rt2x00dev->chan_survey[idx]; in rt2800_get_survey()
12173 survey->time = div_u64(chan_survey in rt2800_get_survey()
[all...]
H A Drt2x00dev.c1095 kfree(rt2x00dev->chan_survey); in rt2x00lib_remove_hw()

Completed in 20 milliseconds