Date: Wed, 13 Aug 2003 15:09:44 -0700 (PDT) From: Sam Leffler <sam@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/net80211 ieee80211.c ieee80211_node.c ieee80211_node.h Message-ID: <200308132209.h7DM9i8T072861@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
sam 2003/08/13 15:09:44 PDT
FreeBSD src repository
Modified files:
sys/net80211 ieee80211.c ieee80211_node.c
ieee80211_node.h
Log:
Delay creating ic_bss until after the super-class has a chance
to override the method pointers for manipulating nodes; this fixes
a problem where the ic_bss node was not being created properly
for the ath driver causing the driver to scribble on random memory.
Noticed by: David Young <dyoung@pobox.com>
Revision Changes Path
1.7 +6 -0 src/sys/net80211/ieee80211.c
1.5 +7 -0 src/sys/net80211/ieee80211_node.c
1.4 +1 -0 src/sys/net80211/ieee80211_node.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200308132209.h7DM9i8T072861>
