PERFORCE change 114995 for review

Sam Leffler sam at FreeBSD.org
Sat Feb 24 23:04:24 UTC 2007


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

Change 114995 by sam at sam_ebb on 2007/02/24 23:04:21

	change ieee80211_find_rxnode_withkey to use the same keyix
	when adding an entry to the keyix map that's used when
	reclaiming the entry on free
	Submitted by:	sephe

Affected files ...

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

Differences ...

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

@@ -1100,7 +1100,7 @@
 			 * If the station has a unicast key cache slot
 			 * assigned update the key->node mapping table.
 			 */
-			keyix = ni->ni_ucastkey.wk_keyix;
+			keyix = ni->ni_ucastkey.wk_rxkeyix;
 			/* XXX can keyixmap[keyix] != NULL? */
 			if (keyix < nt->nt_keyixmax &&
 			    nt->nt_keyixmap[keyix] == NULL) {


More information about the p4-projects mailing list