Lines Matching refs:wstats
689 struct iw_quality wstats; in orinoco_spy_gather() local
690 wstats.level = level - 0x95; in orinoco_spy_gather()
691 wstats.noise = noise - 0x95; in orinoco_spy_gather()
692 wstats.qual = (level > noise) ? (level - noise) : 0; in orinoco_spy_gather()
693 wstats.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in orinoco_spy_gather()
695 wireless_spy_update(dev, mac, &wstats); in orinoco_spy_gather()
832 struct iw_statistics *wstats = &priv->wstats; in __orinoco_ev_rx() local
872 wstats->discard.code++; in __orinoco_ev_rx()
1421 struct iw_statistics *wstats = &priv->wstats; in __orinoco_ev_info() local
1436 wstats->discard.code += in __orinoco_ev_info()
1439 wstats->discard.code += in __orinoco_ev_info()
1442 wstats->discard.misc += in __orinoco_ev_info()
1444 wstats->discard.fragment += in __orinoco_ev_info()
1446 wstats->discard.retries += in __orinoco_ev_info()