Hi Daniel, On 2/14/08, Daniel Wu <[EMAIL PROTECTED]> wrote: > http://open80211s.org/trac/wiki/HOWTO-0.1.1
Better to look at http://o11s.org/trac/wiki/HOWTO-0.2.0 :) > Can anyone confirm which drivers are working for o80211s? The only one that will work right now is the zd1211rw. That's what we use on our testbed of http://www.airlink101.com/products/awll3026.html dongles. That said, there are minimal changes required on a mac80211 driver to support o11s. Currently you just need to add support for IEEE80211_IF_TYPE_MESH in the ieee80211_ops .add_interface() and .config_interface(). In these functions you need to enable WDS frame support and beaconing. See this commits http://o11s.org/trac/browse?p=open80211s.git;a=commit;h=cdff7d5a131cbc608d58d28e029b64eb19a4863a for details. Javier -- Javier Cardona cozybit Inc. _______________________________________________ Devel mailing list [email protected] http://open80211s.com/mailman/listinfo/devel
