Commit 03360c5a authored by John W. Linville's avatar John W. Linville

Revert "mac80211: clear sta.drv_priv on reconfiguration"

This reverts commit f785d83a.

This was provoking WARNINGs from the iwlegacy drivers.
Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
parent c72e8d33
......@@ -1038,7 +1038,6 @@ int ieee80211_reconfig(struct ieee80211_local *local)
struct ieee80211_sub_if_data,
u.ap);
memset(&sta->sta.drv_priv, 0, hw->sta_data_size);
WARN_ON(drv_sta_add(local, sdata, &sta->sta));
}
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment