With OpenWrt r33276 (compat-wireless-2012-07-13),
Buffalo WZR-HP-G300NH (AR9132) does not start a mesh
until an adjacent monitor interface is created and brought up.

For example, let's consider a mesh interface mesh0.

# iw phy0 interface add mesh0 type mp
# iw mesh0 set channel 11
# iw mesh0 mesh join mymesh
# ifconfig mesh0 up

I need to issue following additional commands before
the mesh is actually capable of seeing the interface,
or the interface seeing the mesh.

# iw phy0 interface add mon0 type monitor
# ifconfig mon0 up

Where do I start looking?

Oh, BTW, the WSoC is identified as

[    8.100000] ieee80211 phy0: Atheros AR9100 MAC/BB Rev:7 AR2133 RF Rev:a2 
mem=0xb80c0000, irq=2

--- shinoda

_______________________________________________
openwrt-devel mailing list
openwrt-devel@lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to