diff options
-rw-r--r-- | net/wireless/mlme.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/net/wireless/mlme.c b/net/wireless/mlme.c index edfe6de00e7b..6a6b1c8e907d 100644 --- a/net/wireless/mlme.c +++ b/net/wireless/mlme.c | |||
@@ -712,6 +712,8 @@ void cfg80211_dfs_channels_update_work(struct work_struct *work) | |||
712 | 712 | ||
713 | if (time_after_eq(jiffies, timeout)) { | 713 | if (time_after_eq(jiffies, timeout)) { |
714 | c->dfs_state = NL80211_DFS_USABLE; | 714 | c->dfs_state = NL80211_DFS_USABLE; |
715 | c->dfs_state_entered = jiffies; | ||
716 | |||
715 | cfg80211_chandef_create(&chandef, c, | 717 | cfg80211_chandef_create(&chandef, c, |
716 | NL80211_CHAN_NO_HT); | 718 | NL80211_CHAN_NO_HT); |
717 | 719 | ||