PERFORCE change 142062 for review
Sam Leffler
sam at FreeBSD.org
Thu May 22 21:26:46 UTC 2008
http://perforce.freebsd.org/chv.cgi?CH=142062
Change 142062 by sam at sam_ebb on 2008/05/22 21:26:05
re-enable assert, can't recall why it was disabled
Affected files ...
.. //depot/projects/vap/sys/net80211/ieee80211_node.c#34 edit
Differences ...
==== //depot/projects/vap/sys/net80211/ieee80211_node.c#34 (text+ko) ====
@@ -891,9 +891,9 @@
node_age(struct ieee80211_node *ni)
{
struct ieee80211vap *vap = ni->ni_vap;
-#if 0
- IEEE80211_NODE_LOCK_ASSERT(&ic->ic_sta);
-#endif
+
+ IEEE80211_NODE_LOCK_ASSERT(&vap->iv_ic->ic_sta);
+
/*
* Age frames on the power save queue.
*/
More information about the p4-projects
mailing list