Module Name: src Committed By: dyoung Date: Fri Oct 7 16:51:45 UTC 2011
Modified Files: src/sys/net80211: ieee80211_netbsd.c ieee80211_netbsd.h ieee80211_node.h Log Message: Use atomic_ops(3) to increase/decrease node reference counts, just like the upstream code did, because the current reference counting is potentially racy. This works fine in light testing. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 src/sys/net80211/ieee80211_netbsd.c cvs rdiff -u -r1.15 -r1.16 src/sys/net80211/ieee80211_netbsd.h cvs rdiff -u -r1.23 -r1.24 src/sys/net80211/ieee80211_node.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.