diff --git a/ipw2200/remove-old b/ipw2200/remove-old --- a/ipw2200/remove-old +++ b/ipw2200/remove-old @@ -44,7 +44,7 @@ function ask_remove() function do_check() { - FILES=`find ${KERN} -name 'ipw*' -or -name 'ieee80211*'` + FILES=`find ${KERN} -name 'ipw2*' -or -name 'ieee80211*'` if [ -n "${FILES}" ]; then echo ${FILES} [ -e unload ] && . unload