I have noticed that it is taking anywhere from 2-3 minutes to connect to the wireless ap when a windows xp client resumes from standby. This happens on all of my machines and did not occur with ddwrt or tomato.

What can I do to improve the time it takes to connect?

/etc/config/wireless

config wifi-device  wl0
        option type     broadcom
        option channel  '6'
        option disabled '0'

        # REMOVE THIS LINE TO ENABLE WIFI:

config wifi-iface
        option device   wl0
        option network  lan
        option mode     ap
        option ssid     'ION'
        option encryption none
        option hidden   '0'
        option isolate  '0'
        option bgscan   '0'
        option wds      '0'

Any help would be great!