Lines Matching refs:wstats
704 struct iw_quality wstats; in orinoco_spy_gather() local
705 wstats.level = level - 0x95; in orinoco_spy_gather()
706 wstats.noise = noise - 0x95; in orinoco_spy_gather()
707 wstats.qual = (level > noise) ? (level - noise) : 0; in orinoco_spy_gather()
708 wstats.updated = IW_QUAL_ALL_UPDATED | IW_QUAL_DBM; in orinoco_spy_gather()
710 wireless_spy_update(dev, mac, &wstats); in orinoco_spy_gather()
847 struct iw_statistics *wstats = &priv->wstats; in __orinoco_ev_rx() local
887 wstats->discard.code++; in __orinoco_ev_rx()
1437 struct iw_statistics *wstats = &priv->wstats; in __orinoco_ev_info() local
1452 wstats->discard.code += in __orinoco_ev_info()
1455 wstats->discard.code += in __orinoco_ev_info()
1458 wstats->discard.misc += in __orinoco_ev_info()
1460 wstats->discard.fragment += in __orinoco_ev_info()
1462 wstats->discard.retries += in __orinoco_ev_info()