On Mon, Dec 28, 2009 at 05:46:46PM +0100, gregor kowski wrote: > Hi, > > On 12/9/09, gregor kowski <gregor.kowski@xxxxxxxxx> wrote: > > The mac80211 tkip code won't call update_tkip_key, if rx packets > > are received without KEY_FLAG_UPLOADED_TO_HARDWARE. This can happen on > > first packet because the hardware key stuff is called asynchronously with > > todo workqueue. > > > > This patch workaround that by tracking if we sent the key to the driver. > > > What's the status of this patch ? commit ca99861d5421c91f5a8fd3a77acb4b7be14f119d Author: gregor kowski <gregor.kowski@xxxxxxxxx> Date: Wed Dec 9 23:25:05 2009 +0100 mac80211 : fix a race with update_tkip_key The mac80211 tkip code won't call update_tkip_key, if rx packets are received without KEY_FLAG_UPLOADED_TO_HARDWARE. This can happen on first packet because the hardware key stuff is called asynchronously with todo workqueue. This patch workaround that by tracking if we sent the key to the driver. Signed-off-by: Gregor Kowski <gregor.kowski@xxxxxxxxx> Signed-off-by: John W. Linville <linville@xxxxxxxxxxxxx> -- John W. Linville Someday the world will need a hero, and you linville@xxxxxxxxxxxxx might be all we have. Be ready. -- 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