diff options
Diffstat (limited to 'drivers/net/wireless/iwlegacy/iwl-sta.c')
-rw-r--r-- | drivers/net/wireless/iwlegacy/iwl-sta.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wireless/iwlegacy/iwl-sta.c b/drivers/net/wireless/iwlegacy/iwl-sta.c index 42033d2ef6d..cca467c26c0 100644 --- a/drivers/net/wireless/iwlegacy/iwl-sta.c +++ b/drivers/net/wireless/iwlegacy/iwl-sta.c | |||
@@ -595,7 +595,7 @@ il_restore_stations(struct il_priv *il, struct il_rxon_context *ctx) | |||
595 | if (ctx->ctxid != il->stations[i].ctxid) | 595 | if (ctx->ctxid != il->stations[i].ctxid) |
596 | continue; | 596 | continue; |
597 | if ((il->stations[i].used & IL_STA_DRIVER_ACTIVE) && | 597 | if ((il->stations[i].used & IL_STA_DRIVER_ACTIVE) && |
598 | !(il->stations[i].used & IL_STA_UCODE_ACTIVE)) { | 598 | !(il->stations[i].used & IL_STA_UCODE_ACTIVE)) { |
599 | D_ASSOC("Restoring sta %pM\n", | 599 | D_ASSOC("Restoring sta %pM\n", |
600 | il->stations[i].sta.sta.addr); | 600 | il->stations[i].sta.sta.addr); |
601 | il->stations[i].sta.mode = 0; | 601 | il->stations[i].sta.mode = 0; |