PERFORCE change 87701 for review
Sam Leffler
sam at FreeBSD.org
Sun Dec 4 01:18:25 GMT 2005
http://perforce.freebsd.org/chv.cgi?CH=87701
Change 87701 by sam at sam_ebb on 2005/12/04 01:17:40
fix logic error; caused node leakage
Affected files ...
.. //depot/projects/wifi/sys/net80211/ieee80211_input.c#73 edit
Differences ...
==== //depot/projects/wifi/sys/net80211/ieee80211_input.c#73 (text+ko) ====
@@ -235,7 +235,7 @@
*/
if (ni == ic->ic_bss &&
ic->ic_opmode != IEEE80211_M_HOSTAP &&
- IEEE80211_ADDR_EQ(wh->i_addr2, ni->ni_macaddr)) {
+ !IEEE80211_ADDR_EQ(wh->i_addr2, ni->ni_macaddr)) {
/*
* Fake up a node for this newly
* discovered member of the IBSS.
More information about the p4-projects
mailing list