I've tried a lot of stuff but I can't seem to get the postup syntax right:
postup() {
set -xv
if [[ ${IFACE} == "ath0" ]] ; then
iwconfig ath0 rate 2M
fi
return 0
}Can anybody help with this? - Grant -- [email protected] mailing list

