diff options
| -rw-r--r-- | drivers/staging/vt6655/bssdb.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/bssdb.c b/drivers/staging/vt6655/bssdb.c index 59679cd46816..69b80e80b011 100644 --- a/drivers/staging/vt6655/bssdb.c +++ b/drivers/staging/vt6655/bssdb.c | |||
| @@ -981,7 +981,7 @@ start: | |||
| 981 | pDevice->byERPFlag &= ~(WLAN_SET_ERP_USE_PROTECTION(1)); | 981 | pDevice->byERPFlag &= ~(WLAN_SET_ERP_USE_PROTECTION(1)); |
| 982 | } | 982 | } |
| 983 | 983 | ||
| 984 | { | 984 | if (pDevice->eCommandState == WLAN_ASSOCIATE_WAIT) { |
| 985 | pDevice->byReAssocCount++; | 985 | pDevice->byReAssocCount++; |
| 986 | /* 10 sec timeout */ | 986 | /* 10 sec timeout */ |
| 987 | if ((pDevice->byReAssocCount > 10) && (!pDevice->bLinkPass)) { | 987 | if ((pDevice->byReAssocCount > 10) && (!pDevice->bLinkPass)) { |
