Re:
From: Mohammed Shafi <hidden>
Date: 2012-02-01 11:14:09
On Tue, Jan 31, 2012 at 11:28 AM, Mohammed Shafi [off-list ref] wrote:
On Tue, Jan 31, 2012 at 1:13 AM, Laurent Bonnans [off-list ref] wrote:quoted
Since the update from linux 3.2.1 to 3.2.2, dhcp stopped working on some APs on my laptop with an AR9285 Wireless card. dhcp works fine on an open wifi network but receives no response on a wep network I use. I haven't been able to test it on a third network for now.reverting "ath9k_hw: fix interpretation of the rx KeyMiss flag" does helps. i need to analyze if it exposes some real issue which need to be fixed.
this seems to be a problem in WEP alone, where the key miss is always set for this case and RX_FLAG_DECRYPTED is not set. mac80211 trys to decrypt, but fails due to ICV mismatch. -- shafi