drivers: net: wireless: Fix wrong check for reassociation request retry counter
authorFelipe Pena <felipensp@gmail.com>
Wed, 16 Oct 2013 00:07:47 +0000 (21:07 -0300)
committerJohn W. Linville <linville@tuxdriver.com>
Fri, 18 Oct 2013 18:06:58 +0000 (14:06 -0400)
There is a typo where the checking for priv->ReAssociationRequestRetryCnt must
be, it was checking for priv->AssociationRequestRetryCnt instead.

Signed-off-by: Felipe Pena <felipensp@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found