On Tue, 2010-12-28 at 15:01 -0800, Thomas Pedersen wrote: > @@ -824,15 +827,22 @@ static void mwl8k_encapsulate_tx_frame(struct sk_buff *skb) > header_pad = 0; > data_pad = 0; > if (key_conf != NULL) { > - if (key_conf->alg == ALG_WEP) { > + switch (key_conf->cipher) { how can this patch possibly apply? key_conf->alg hasn't existed in a LONG time, so I don't see how you can be removing a line containing it?! 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