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

/linux-master/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1296 struct wcn36xx_chan_survey *chan_survey; local
1312 chan_survey = &wcn->chan_survey[idx];
1314 survey->noise = chan_survey->rssi - chan_survey->snr;
1317 if (chan_survey->rssi > -100 && chan_survey->rssi < 0)
1328 chan_survey->rssi, chan_survey->snr, survey->noise,
1593 wcn->chan_survey
[all...]
H A Dwcn36xx.h297 spinlock_t survey_lock; /* protects chan_survey */
298 struct wcn36xx_chan_survey *chan_survey; member in struct:wcn36xx
H A Dtxrx.c299 wcn->chan_survey[idx].rssi = rssi;
300 wcn->chan_survey[idx].snr = snr;
/linux-master/drivers/net/wireless/ralink/rt2x00/
H A Drt2x00.h764 struct rt2x00_chan_survey *chan_survey; member in struct:rt2x00_dev
H A Drt2800lib.c1257 struct rt2x00_chan_survey *chan_survey = local
1258 &rt2x00dev->chan_survey[chan->hw_value];
1260 chan_survey->time_idle += rt2800_register_read(rt2x00dev, CH_IDLE_STA);
1261 chan_survey->time_busy += rt2800_register_read(rt2x00dev, CH_BUSY_STA);
1262 chan_survey->time_ext_busy += rt2800_register_read(rt2x00dev, CH_BUSY_STA_SEC);
11887 rt2x00dev->chan_survey =
11890 if (!rt2x00dev->chan_survey) {
12284 struct rt2x00_chan_survey *chan_survey = local
12285 &rt2x00dev->chan_survey[idx];
12305 survey->time = div_u64(chan_survey
[all...]
H A Drt2x00dev.c1095 kfree(rt2x00dev->chan_survey);

Completed in 181 milliseconds