提交 b01711be 编写于 作者: J Johannes Berg

mac80211: warn if unhashing station fails

This shouldn't be happening, so warn if it does, since we'd
then leak a station entry.
Signed-off-by: NJohannes Berg <johannes.berg@intel.com>
上级 9e890a1f
......@@ -868,7 +868,7 @@ int __must_check __sta_info_destroy(struct sta_info *sta)
ieee80211_sta_tear_down_BA_sessions(sta, AGG_STOP_DESTROY_STA);
ret = sta_info_hash_del(local, sta);
if (ret)
if (WARN_ON(ret))
return ret;
list_del_rcu(&sta->list);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册