From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jouni Malinen Date: Fri, 16 Apr 2010 14:32:41 +0300 Subject: [ath9k-devel] [RFC][PATCH 2/6] ath9k: do not mark frames with RXKEY_IX_INVALID as decrypted In-Reply-To: <1271415135-18317-2-git-send-email-johan.hovold@lundinova.se> References: <20100416104850.GA13329@lundinova.se> <1271415135-18317-2-git-send-email-johan.hovold@lundinova.se> Message-ID: <1271417561.8066.4.camel@jm-desktop> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Fri, 2010-04-16 at 03:52 -0700, Johan Hovold wrote: > Frames tagged by hardware with ATH9K_RXKEYIX_INVALID should not > incorrectly be marked decrypted (even if key index in frame is valid). Have you tested this with static WEP configuration? Or broadcast RX with WPA? There must be a reason for that odd looking code being there in the first place and I can now only think of it being needed when the default keys are used. - Jouni