> Until now we were using Ad-Hoc as link layer, however recently we have > started to consider the idea of using 11s instead. We are not interested > in the routing layer (HWMP) because we need some features provided by > batman-adv, so we disable it by setting the option mesh_forwarding to > false.
Maybe you can set the mpath if you would like turn off the HWMP. iw dev <devname> mpath set <destination MAC address> next_hop <next hop MAC address> iw dev <devname> mpath new <destination MAC address> next_hop <next hop MAC address> ---- Chun-Yeow _______________________________________________ Devel mailing list [email protected] http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel
