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)
commit13996ade218c8b7f44bc517dfd66d904c585d6d2
treefc5f411b7cfcc5f9caaf7308f47c14cd61cdf6bd
parenta413e39a38573f8738911cfb51a4cd3f3873deda
drivers: net: wireless: Fix wrong check for reassociation request retry counter

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>
drivers/net/wireless/atmel.c