On Thu, 2012-06-07 at 19:21 -0700, Ashok Nagarajan wrote: > Currently mesh uses mandatory rates as default basic rates. This patch > introduces basic rates to be configured at the time of joining mesh.
> + if (!sdata->vif.bss_conf.basic_rates) > + sdata->vif.bss_conf.basic_rates = > + ieee80211_mandatory_rates(sdata, band); I think this default should come from cfg80211 instead, there's little point in imposing this calculation on all drivers that want to use mesh. johannes _______________________________________________ Devel mailing list [email protected] http://lists.open80211s.org/cgi-bin/mailman/listinfo/devel
