On Fri, 2010-01-22 at 20:14 +0000, Markus Baier wrote: > After the latest git pull from wireless-testing > master-2010-01-14 to master-2010-01-19 > the start of hostapd causes kernel panic. > > Tested with wireless-testing master-2010-01-19 > and hostapd 0.6.9 / 0.7.0 Alright, managed to reproduce it in kvm -- hostapd was useful for that. Try this please. johannes --- wireless-testing.orig/net/mac80211/tx.c 2010-01-22 21:44:40.000000000 +0100 +++ wireless-testing/net/mac80211/tx.c 2010-01-22 21:49:50.000000000 +0100 @@ -557,7 +557,7 @@ ieee80211_tx_h_select_key(struct ieee802 break; } - if (!skip_hw && + if (!skip_hw && tx->key && tx->key->conf.flags & KEY_FLAG_UPLOADED_TO_HARDWARE) info->control.hw_key = &tx->key->conf; } -- 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