OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
CVS: cvs.openbsd.org: src

From: Reyk Floeter (reykcvs.openbsd.org)
Date: Tue Sep 13 2005 - 07:11:04 CDT


CVSROOT: /cvs
Module name: src
Changes by: reykcvs.openbsd.org 2005/09/13 06:11:04

Modified files:
        sys/net80211 : ieee80211_input.c ieee80211_ioctl.c
                         ieee80211_node.c ieee80211_node.h
                         ieee80211_proto.c ieee80211_var.h
        sys/dev/isa : if_an_isapnp.c
        sys/dev/pci : if_an_pci.c
        sys/dev/pcmcia : if_an_pcmcia.c

Log message:
replace the node hash table with a red-black tree. this fixes some
bugs in the node table (like duplicate nodes in hostap mode), we get
rid of possible hash collisions, and it simplifies the code.

tested by many, ok damien, jsg