Hi all,
with an AM335x EVM and a Murata WL1857 module, I have been testing throughput of the SoftAP. This was using the SDK6.00 with the Addon from
http://processors.wiki.ti.com/index.php/AM335x_WL8_release_download_page
The module has the small antenna connected I think (board antenna), but I am somewhat suspicious of the RF performance in general.
In order to enable 11n with BA, I made the following changes to the hostapd.conf
root@am335x-evm:/etc# diff -Nurp hostapd.conf.orig hostapd.conf
--- hostapd.conf.orig
+++ hostapd.conf
@@ -388,7 +388,7 @@
# 0 = disabled (default)
# 1 = enabled
# Note: You will also need to enable WMM for full HT functionality.
-#ieee80211n=1
+ieee80211n=1
# ht_capab: HT capabilities (list of flags)
# LDPC coding capability: [LDPC] = supported
@@ -424,6 +424,7 @@
# PSMP support: [PSMP] (disabled if not set)
# L-SIG TXOP protection support: [LSIG-TXOP-PROT] (disabled if not set)
#ht_capab=[HT40-][SHORT-GI-20][SHORT-GI-40]
+ht_capab=[SHORT-GI-20]
# Require stations to support HT PHY (reject association if they do not)
#require_ht=1
With this on WL6 I have seen throughput in the range of 30Mbps. With WL8 I was expecting much higher throughput than that. We are targeting the advertised range of approx 70-80Mbps TCP.
Right now I am seeing only about 10-15Mbps using iperf.
How can we achieve the advertised 70-80Mbps?
Thanks,
--Gunter