> > Interesting. Did hardware actually support this, and if so, what did it > do? Yes, ath9k for mesh/AP running simultaneously in one single radio interface can do beaconing using different beacon interval. Mesh providing backhaul to user accessing via STA/AP mode. > If that worked, then it'd be reasonable to add the appropriate value to > the interface combinations to let it work as before. > > If it didn't really work properly, then we can just fix the defaults to > be compatible? I try to put beacon_int_min_gcd in the interface combination with mesh/AP/adhoc but the patch "[PATCH] cfg80211: disallow beacon_int_min_gcd with IBSS" disables the mesh interface due to adhoc interface is there. --- Chun-Yeow