summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bsnmpd
diff options
context:
space:
mode:
authoruqs <uqs@FreeBSD.org>2012-01-05 21:36:28 +0000
committeruqs <uqs@FreeBSD.org>2012-01-05 21:36:28 +0000
commit2b4085e7fd5540d2e0ba11d66a6fc8dc30e2ce5c (patch)
treea56793fda2a62efa09053ce9761f1523c798d1a7 /usr.sbin/bsnmpd
parente20bc696cb45f0f84e5cc8e5c8cd3b2ca1b63685 (diff)
downloadFreeBSD-src-2b4085e7fd5540d2e0ba11d66a6fc8dc30e2ce5c.zip
FreeBSD-src-2b4085e7fd5540d2e0ba11d66a6fc8dc30e2ce5c.tar.gz
Partial backout of r228990, restore original MIB object name.
It's too late to change this in 9.0 -- so we have a release with the misspelling in the wild and should not break users that depend on it. Deprecating/replacing it because of a one-char typo seems excessive.
Diffstat (limited to 'usr.sbin/bsnmpd')
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt4
-rw-r--r--usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def4
2 files changed, 4 insertions, 4 deletions
diff --git a/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt b/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt
index 29ec005..27f5be7 100644
--- a/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt
+++ b/usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt
@@ -82,8 +82,8 @@ WlanMgmtReasonCode ::= TEXTUAL-CONVENTION
associationLeave(8),
associationNotAuthenticated(9),
-- XXX: TODO - FIXME
- disassocPwrcapBad(10),
- disassocSuperchanBad(11),
+ dissassocPwrcapBad(10),
+ dissassocSuperchanBad(11),
ieInvalid(13),
micFailure(14),
fourWayHandshakeTimeout(15),
diff --git a/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def b/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def
index 67301be..e0ae2a0 100644
--- a/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def
+++ b/usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def
@@ -75,8 +75,8 @@ typedef WlanMgmtReasonCode ENUM (
7 notAssociated
8 associationLeave
9 associationNotAuthenticated
- 10 disassocPwrcapBad
- 11 disassocSuperchanBad
+ 10 dissassocPwrcapBad
+ 11 dissassocSuperchanBad
13 ieInvalid
14 micFailure
15 fourWayHandshakeTimeout
OpenPOWER on IntegriCloud