From b81da4450d8aa568c3b6c54be529623ffb665bff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ulrich=20Sp=C3=B6rlein?= Date: Thu, 5 Jan 2012 21:36:28 +0000 Subject: [PATCH] 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. --- usr.sbin/bsnmpd/modules/snmp_wlan/BEGEMOT-WIRELESS-MIB.txt | 4 ++-- usr.sbin/bsnmpd/modules/snmp_wlan/wlan_tree.def | 4 ++-- 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 29ec0052587c..27f5be7d68f5 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 67301be4691f..e0ae2a0030a1 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