On Thu, May 15, 2008 at 12:55:29PM +0200, Johannes Berg wrote: > --- everything.orig/net/mac80211/tx.c 2008-05-15 12:09:40.000000000 +0200 > +++ everything/net/mac80211/tx.c 2008-05-15 12:09:59.000000000 +0200 > @@ -1325,9 +1324,10 @@ int ieee80211_master_start_xmit(struct s > dev_kfree_skb(skb); > return 0; > } > + > osdata = IEEE80211_DEV_TO_SUB_IF(odev); > > - encrypt = !(pkt_data->flags & IEEE80211_TXPD_DO_NOT_ENCRYPT); > + encrypt = !(info->flags & IEEE80211_TX_CTL_DO_NOT_ENCRYPT); > > headroom = osdata->local->tx_headroom; > if (encrypt) This hunk didn't apply, please review the merge results. John -- John W. Linville linville@xxxxxxxxxxxxx -- 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