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.
This commit is contained in:
Ulrich Spörlein 2012-01-05 21:36:28 +00:00
parent b93ce255b5
commit b81da4450d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=229653
2 changed files with 4 additions and 4 deletions

View File

@ -82,8 +82,8 @@ WlanMgmtReasonCode ::= TEXTUAL-CONVENTION
associationLeave(8), associationLeave(8),
associationNotAuthenticated(9), associationNotAuthenticated(9),
-- XXX: TODO - FIXME -- XXX: TODO - FIXME
disassocPwrcapBad(10), dissassocPwrcapBad(10),
disassocSuperchanBad(11), dissassocSuperchanBad(11),
ieInvalid(13), ieInvalid(13),
micFailure(14), micFailure(14),
fourWayHandshakeTimeout(15), fourWayHandshakeTimeout(15),

View File

@ -75,8 +75,8 @@ typedef WlanMgmtReasonCode ENUM (
7 notAssociated 7 notAssociated
8 associationLeave 8 associationLeave
9 associationNotAuthenticated 9 associationNotAuthenticated
10 disassocPwrcapBad 10 dissassocPwrcapBad
11 disassocSuperchanBad 11 dissassocSuperchanBad
13 ieInvalid 13 ieInvalid
14 micFailure 14 micFailure
15 fourWayHandshakeTimeout 15 fourWayHandshakeTimeout