PERFORCE change 114951 for review

Sam Leffler sam at FreeBSD.org
Sat Feb 24 00:44:56 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=114951

Change 114951 by sam at sam_ebb on 2007/02/24 00:44:23

	Correct check for last node reference being in the rx keyix
	slot (not tx/primary slot).  Need to review this more carefully.

Affected files ...

.. //depot/projects/wifi/sys/net80211/ieee80211_node.c#84 edit

Differences ...

==== //depot/projects/wifi/sys/net80211/ieee80211_node.c#84 (text+ko) ====

@@ -1276,7 +1276,7 @@
 			/*
 			 * Check for a last reference in the key mapping table.
 			 */
-			keyix = ni->ni_ucastkey.wk_keyix;
+			keyix = ni->ni_ucastkey.wk_rxkeyix;
 			if (keyix < nt->nt_keyixmax &&
 			    nt->nt_keyixmap[keyix] == ni) {
 				IEEE80211_DPRINTF(ni->ni_ic, IEEE80211_MSG_NODE,


More information about the p4-projects mailing list