From: Johannes Berg Date: Thu, 9 Jul 2009 21:02:03 +0000 (+0200) Subject: fix a reason string X-Git-Tag: v0.9.15~2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c07bc3f9cecb6e042a76f6fbd2016df8bc5f62c6;p=thirdparty%2Fiw.git fix a reason string --- diff --git a/reason.c b/reason.c index 3045473..f91c681 100644 --- a/reason.c +++ b/reason.c @@ -26,7 +26,7 @@ static const char *reason_table[] = { [23] = "IEEE 802.1X authentication failed", [24] = "Cipher Suite rejected per security policy", [31] = "TS deleted because QoS AP lacks sufficient bandwidth for this QoS STA due to a change in BSS service characteristics or operational mode", - [32] = "Disassociated for unspecified] = QoS-related reason", + [32] = "Disassociated for unspecified QoS-related reason", [33] = "Disassociated because QAP lacks sufficient bandwidth for this STA", [34] = "Disassociated because of excessive frame losses and/or poor channel conditions", [35] = "Disassociated because QSTA is transmitting outside the limits of its polled TXOPs",