Subject: CVS commit: syssrc/sys/dev/ic
To: None <source-changes@netbsd.org>
From: Atsushi Onoe <onoe@netbsd.org>
List: source-changes
Date: 10/02/2002 20:11:37
Module Name: syssrc
Committed By: onoe
Date: Wed Oct 2 17:11:37 UTC 2002
Modified Files:
syssrc/sys/dev/ic: wi.c wireg.h
Log Message:
Fix NIC-memory leak for symbol firmware at reinitialization. After 4-5
times changing of 802.11 parameters, such as nwid, the error
"tx buffer allocation failed" occured unless ifconfig down up.
Pass signal streangth and timestamp to ieee80211_input, though it is not
useful for wi driver for now.
To generate a diff of this commit:
cvs rdiff -r1.95 -r1.96 syssrc/sys/dev/ic/wi.c
cvs rdiff -r1.40 -r1.41 syssrc/sys/dev/ic/wireg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.