Thanks, Mark!
@ -41,6 +41,7 @@
* Intersil Corporation as part of PRISM(R) chipset product development.
*
* --------------------------------------------------------------------
- Fix non-posix find arguments in script (Mark Mathews)
0.2.9
- Reduce stack usage in prism2mib_priv (Richard Kennedy)
- WEXT functions should return -EBUSY when the hardware is still
@ -99,7 +99,7 @@ fi
# nsd_mibset
# Debian mod. If there is shared.dpkg-old we get a endless loop
if [ "`ls /etc/wlan/shared.* 2>/dev/null`" ]; then
for i in `find /etc/wlan -name 'shared.*' -and -not -name '*.dpkg*'` ; do
for i in `find /etc/wlan -name 'shared.*' -a ! -name '*.dpkg*'` ; do
. $i
done
else