Chun-Yeow,
If you configured your openwrt platform using uci or
/etc/config/wireless, perhaps you also need to take a look on the
script used in /lib/wifi/mac80211.sh.
If I am not mistake, HT support only enabled using following command:
iw dev "$ifname set channel HT20/HT40-/HT40+
I run the following in an init script:
iw phy phy0 interface add mesh0 type mp
iw dev mesh0 set channel 157 HT40+
iw dev mesh0 set txpower fixed 500
ifconfig mesh0 192.168.11.1
iw dev mesh0 mesh join meshid
-Stephen
_______________________________________________
Devel mailing list
[email protected]
http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel