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

/drivers/net/wireless/ath/ath6kl/
H A Dmain.c775 struct wmi_per_sta_stat *st_ap, *st_p; local
783 st_ap = &ap->sta[ac];
786 ath6kl_add_le32(&st_ap->tx_bytes, st_p->tx_bytes);
787 ath6kl_add_le32(&st_ap->tx_pkts, st_p->tx_pkts);
788 ath6kl_add_le32(&st_ap->tx_error, st_p->tx_error);
789 ath6kl_add_le32(&st_ap->tx_discard, st_p->tx_discard);
790 ath6kl_add_le32(&st_ap->rx_bytes, st_p->rx_bytes);
791 ath6kl_add_le32(&st_ap->rx_pkts, st_p->rx_pkts);
792 ath6kl_add_le32(&st_ap->rx_error, st_p->rx_error);
793 ath6kl_add_le32(&st_ap
[all...]

Completed in 260 milliseconds