ath(4): Fix a sysctl description and a typo in a comment

- s/delimeter/delimiter/

MFC after:	7 days
This commit is contained in:
Gordon Bergling 2023-01-19 14:16:05 +01:00
parent fa7de6dcb9
commit e4b7980c5c
2 changed files with 2 additions and 2 deletions

View File

@ -1237,7 +1237,7 @@ ath_sysctl_stats_attach(struct ath_softc *sc)
SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_rx_2040", CTLFLAG_RD,
&sc->sc_stats.ast_rx_2040, 0, "number of HT/40 frames received");
SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_rx_pre_crc_err", CTLFLAG_RD,
&sc->sc_stats.ast_rx_pre_crc_err, 0, "number of delimeter-CRC errors detected");
&sc->sc_stats.ast_rx_pre_crc_err, 0, "number of delimiter-CRC errors detected");
SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_rx_post_crc_err", CTLFLAG_RD,
&sc->sc_stats.ast_rx_post_crc_err, 0, "number of post-delimiter CRC errors detected");
SYSCTL_ADD_UINT(ctx, child, OID_AUTO, "ast_rx_decrypt_busy_err", CTLFLAG_RD,

View File

@ -457,7 +457,7 @@ ath_compute_num_delims(struct ath_softc *sc, struct ath_buf *first_bf,
ndelim += ATH_AGGR_ENCRYPTDELIM;
/*
* For AR9380, there's a minimum number of delimeters
* For AR9380, there's a minimum number of delimiters
* required when doing RTS.
*
* XXX TODO: this is only needed if (a) RTS/CTS is enabled for