From a7cf859360ed7554eb0d964c685dabeb06de1e97 Mon Sep 17 00:00:00 2001 From: Alexander Egorenkov Date: Sat, 13 Mar 2010 10:30:47 +0100 Subject: [PATCH] Added sysctl variable for Tx A-MPDU sessions --- rt2860.c | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/rt2860.c b/rt2860.c index 3f75198..87d9832 100644 --- a/rt2860.c +++ b/rt2860.c @@ -6784,6 +6784,10 @@ static void rt2860_sysctl_attach(struct rt2860_softc *sc) "Tx MPDU with zero density"); SYSCTL_ADD_INT(ctx, SYSCTL_CHILDREN(stats), OID_AUTO, + "tx_ampdu_sessions", CTLFLAG_RD, &sc->tx_ampdu_sessions, 0, + "Tx A-MPDU sessions"); + + SYSCTL_ADD_INT(ctx, SYSCTL_CHILDREN(stats), OID_AUTO, "rx_packets", CTLFLAG_RD, &sc->rx_packets, 0, "Rx packets"); -- 2.11.4.GIT