Oh, I forgot the hunk below, I can resend after I reboot... --- drivers/net/wireless/mac80211_hwsim.c | 1 + 1 file changed, 1 insertion(+) --- everything.orig/drivers/net/wireless/mac80211_hwsim.c 2008-09-11 21:21:15.000000000 +0200 +++ everything/drivers/net/wireless/mac80211_hwsim.c 2008-09-11 21:21:29.000000000 +0200 @@ -553,6 +553,7 @@ static int __init init_mac80211_hwsim(vo /* ask mac80211 to reserve space for magic */ hw->vif_data_size = sizeof(struct hwsim_vif_priv); + hw->sta_data_size = sizeof(struct hwsim_sta_priv); memcpy(data->channels, hwsim_channels, sizeof(hwsim_channels)); memcpy(data->rates, hwsim_rates, sizeof(hwsim_rates)); -- 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