]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit126c3a8d61e0f1859cb4320c7be6243ab48f00bb
treefc5f411b7cfcc5f9caaf7308f47c14cd61cdf6bd
parent9a462b20ca75143b1c140cd5935af581c5e62d2b
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