diff options
Diffstat (limited to 'drivers/net/wireless/ti/wl1251/main.c')
-rw-r--r-- | drivers/net/wireless/ti/wl1251/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/net/wireless/ti/wl1251/main.c b/drivers/net/wireless/ti/wl1251/main.c index 4d89ac800e78..358073d6029e 100644 --- a/drivers/net/wireless/ti/wl1251/main.c +++ b/drivers/net/wireless/ti/wl1251/main.c | |||
@@ -479,6 +479,7 @@ static void wl1251_op_stop(struct ieee80211_hw *hw) | |||
479 | wl->next_tx_complete = 0; | 479 | wl->next_tx_complete = 0; |
480 | wl->elp = false; | 480 | wl->elp = false; |
481 | wl->station_mode = STATION_ACTIVE_MODE; | 481 | wl->station_mode = STATION_ACTIVE_MODE; |
482 | wl->psm_entry_retry = 0; | ||
482 | wl->tx_queue_stopped = false; | 483 | wl->tx_queue_stopped = false; |
483 | wl->power_level = WL1251_DEFAULT_POWER_LEVEL; | 484 | wl->power_level = WL1251_DEFAULT_POWER_LEVEL; |
484 | wl->rssi_thold = 0; | 485 | wl->rssi_thold = 0; |
@@ -1414,6 +1415,7 @@ struct ieee80211_hw *wl1251_alloc_hw(void) | |||
1414 | wl->elp = false; | 1415 | wl->elp = false; |
1415 | wl->station_mode = STATION_ACTIVE_MODE; | 1416 | wl->station_mode = STATION_ACTIVE_MODE; |
1416 | wl->psm_requested = false; | 1417 | wl->psm_requested = false; |
1418 | wl->psm_entry_retry = 0; | ||
1417 | wl->tx_queue_stopped = false; | 1419 | wl->tx_queue_stopped = false; |
1418 | wl->power_level = WL1251_DEFAULT_POWER_LEVEL; | 1420 | wl->power_level = WL1251_DEFAULT_POWER_LEVEL; |
1419 | wl->rssi_thold = 0; | 1421 | wl->rssi_thold = 0; |