2010-01-22 23:17:20

by Markus Baier

[permalink] [raw]
Subject: Re: Compat-wireless bleeding-edge daily builds broken since 2009-12-11

Philip A. Prindeville <philipp_subx@...> writes:

> "Fixed minutes ago"? I thought that Markus's last message was stating it was
still broken...

There is no patch until now.
But I think Pavel posted the line in the code that causes the error :-)

case ALG_CCMP:
if (!ieee80211_is_data_present(hdr->frame_control) &&
!ieee80211_use_mfp(hdr->frame_control, tx->sta,
tx->skb))
tx->key = NULL;
skip_hw = (tx->key->conf.flags &
IEEE80211_KEY_FLAG_SW_MGMT) &&
ieee80211_is_mgmt(hdr->frame_control);
break;