now it works. Ick.

This commit is contained in:
solomon 2002-11-05 18:54:35 +00:00
parent 90405be50c
commit b78bf69965
1 changed files with 2 additions and 2 deletions

View File

@ -15,7 +15,7 @@ fi
# $TYPE == pci: ACTION PCI_CLASS PCI_ID $PCI_SLOT_NAME PCI_SUBSYS_ID
# find the most recently-added wlan device.
(cd /proc/net/p80211
pushd /proc/net/p80211
MATCH="no"
@ -39,7 +39,7 @@ for DEV in * ; do
fi
done
)
popd
if [ $MATCH = no ] ; then
echo "no match for device"