Hi,
I am using Routerstation pro backfire 10.03-1-RC6 r28459. I have two routerstatoins. On both i am using SR71-15. Both are 300 mbps but ia m aunable to achieve this speed. I am only getting 88 mbps. My config files are

/etc/config/wireless
================
config 'wifi-device' 'radio0'
        option 'type' 'mac80211'
        option 'macaddr' '00:15:6d:85:0f:e9'
        option 'hwmode' '11na'
        list 'ht_capab' 'SHORT-GI-40'
        list 'ht_capab' 'TX-STBC'
        list 'ht_capab' 'RX-STBC1'
        list 'ht_capab' 'DSSS_CCK-40'
        option 'disabled' '0'
        option 'country' 'PK'
        option 'htmode' 'HT40-'
        option 'txpower' '1'
        option 'channel' '153'

config 'wifi-iface'
        option 'device' 'radio0'
        option 'mode' 'ap'
        option 'wds' '1'
        option 'ssid' 'RouterStation_Base'
        option 'encryption' 'none'
        option 'network' 'wlan'


/etc/config/network
================

config 'interface' 'loopback'
        option 'ifname' 'lo'
        option 'proto' 'static'
        option 'ipaddr' '127.0.0.1'
        option 'netmask' '255.0.0.0'

config 'interface' 'lan'
        option 'type' 'bridge'
        option 'proto' 'static'
        option 'netmask' '255.255.255.0'
        option 'ipaddr' '192.168.1.20'
        option 'dns' '192.168.1.1'
        option 'gateway' '192.168.1.1'

config 'interface' 'wlan'
        option 'proto' 'static'
        option 'ipaddr' '192.168.1.21'
        option 'netmask' '255.255.255.0'
        option 'type' 'bridge'
        option 'ifname' 'eth1'
        option 'gateway' '192.168.1.1'



=============================  I am using this in the room.

What need to be changed?

Any pointers to increase the performance?