diff options
Diffstat (limited to 'net/mac80211')
-rw-r--r-- | net/mac80211/util.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/mac80211/util.c b/net/mac80211/util.c index cb73a0341af4..5715e7b3affc 100644 --- a/net/mac80211/util.c +++ b/net/mac80211/util.c | |||
@@ -1415,10 +1415,10 @@ int ieee80211_reconfig(struct ieee80211_local *local) | |||
1415 | if (ieee80211_sdata_running(sdata)) | 1415 | if (ieee80211_sdata_running(sdata)) |
1416 | ieee80211_enable_keys(sdata); | 1416 | ieee80211_enable_keys(sdata); |
1417 | 1417 | ||
1418 | wake_up: | ||
1418 | local->in_reconfig = false; | 1419 | local->in_reconfig = false; |
1419 | barrier(); | 1420 | barrier(); |
1420 | 1421 | ||
1421 | wake_up: | ||
1422 | /* | 1422 | /* |
1423 | * Clear the WLAN_STA_BLOCK_BA flag so new aggregation | 1423 | * Clear the WLAN_STA_BLOCK_BA flag so new aggregation |
1424 | * sessions can be established after a resume. | 1424 | * sessions can be established after a resume. |