On Fri, 2010-08-27 at 14:07 +0300, Juuso Oikarinen wrote: > @@ -855,6 +855,8 @@ static void ieee80211_setup_sdata(struct ieee80211_sub_if_data *sdata, > sdata->dev->netdev_ops = &ieee80211_dataif_ops; > sdata->wdev.iftype = type; > > + sdata->control_port_protocol = cpu_to_be16(ETH_P_PAE); > + I believe we may also need to set control_port_no_encrypt to false here, or we'll run into issues with interface type switching after it had been true? johannes -- 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