[ath] Add ast_tsfoor to the sysctl statistics array.
This commit is contained in:
parent
114f4b17d5
commit
1ca3996828
@ -1301,6 +1301,10 @@ ath_sysctl_stats_attach(struct ath_softc *sc)
|
|||||||
CTLFLAG_RD, &sc->sc_stats.ast_tx_ldpc, 0,
|
CTLFLAG_RD, &sc->sc_stats.ast_tx_ldpc, 0,
|
||||||
"Number of LDPC frames transmitted");
|
"Number of LDPC frames transmitted");
|
||||||
|
|
||||||
|
SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_tsfoor",
|
||||||
|
CTLFLAG_RD, &sc->sc_stats.ast_tsfoor, 0,
|
||||||
|
"Number of TSF out of range interrupts/resets");
|
||||||
|
|
||||||
/* Attach the RX phy error array */
|
/* Attach the RX phy error array */
|
||||||
ath_sysctl_stats_attach_rxphyerr(sc, child);
|
ath_sysctl_stats_attach_rxphyerr(sc, child);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user