Guido Iribarren wrote: > I know nothing about the internal workings of the driver, but i get > the feeling that nodes are somehow not acknowledging supported speeds > of newly joined nodes, but instead only check other hosts speeds when > they join the IBSS cloud for the first time, and so it's limited to > nodes already present at the moment of the join. It looks like commit 6d810f10 changed the behavior. The station addition notification is now passed to the driver before the supported rates are updated for the peer (which happens via ieee80211_rx_bss_info()). Drivers which offload rate control to the firmware but depend on mac80211 for station management would be affected, I think. Sujith -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html