#!/bin/sh -e # # Fixes rt2500 speed problem # if [ "$IFACE" = "wlan0" ] ; then iwconfig wlan0 rate 54M fi