HomeSort by: relevance | last modified time | path
    Searched defs:stats_out (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/dev/ic/
ath.c 5408 struct ath_stats stats_out; local in function:ath_ioctl
5413 stats_out = sc->sc_stats;
5414 stats_out.ast_rx_rssi = ieee80211_getrssi(ic);
5418 stats_out.ast_tx_packets = ifi.ifi_opackets;
5419 stats_out.ast_rx_packets = ifi.ifi_ipackets;
5421 return copyout(&stats_out,
5422 ifr->ifr_data, sizeof (stats_out));

Completed in 15 milliseconds