[ath] also remove the magic size value here for the transmit antenna statistics.

This commit is contained in:
Adrian Chadd 2020-12-08 17:28:42 +00:00
parent 68545bc433
commit c1e16b6534
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=368451

View File

@ -780,7 +780,8 @@ struct ath_softc {
ath_bufhead sc_bbuf; /* beacon buffers */
u_int sc_bhalq; /* HAL q for outgoing beacons */
u_int sc_bmisscount; /* missed beacon transmits */
u_int32_t sc_ant_tx[8]; /* recent tx frames/antenna */
u_int32_t sc_ant_tx[ATH_IOCTL_STATS_NUM_TX_ANTENNA];
/* recent tx frames/antenna */
struct ath_txq *sc_cabq; /* tx q for cab frames */
struct task sc_bmisstask; /* bmiss int processing */
struct task sc_bstucktask; /* stuck beacon processing */