From 2cedae1d3dade3c015557fa9d45e1bea1c758b9d Mon Sep 17 00:00:00 2001 From: nbd Date: Tue, 31 Aug 2010 23:34:21 +0000 Subject: mac80211: update to wireless-testing 2010-08-31 git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22865 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- package/mac80211/patches/510-ath9k_handle_keymiss.patch | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'package/mac80211/patches/510-ath9k_handle_keymiss.patch') diff --git a/package/mac80211/patches/510-ath9k_handle_keymiss.patch b/package/mac80211/patches/510-ath9k_handle_keymiss.patch index f4ff69b16..c63ad3fcf 100644 --- a/package/mac80211/patches/510-ath9k_handle_keymiss.patch +++ b/package/mac80211/patches/510-ath9k_handle_keymiss.patch @@ -1,8 +1,8 @@ --- a/drivers/net/wireless/ath/ath9k/mac.c +++ b/drivers/net/wireless/ath/ath9k/mac.c -@@ -713,6 +713,8 @@ int ath9k_hw_rxprocdesc(struct ath_hw *a - rs->rs_status |= ATH9K_RXERR_DECRYPT; - else if (ads.ds_rxstatus8 & AR_MichaelErr) +@@ -714,6 +714,8 @@ int ath9k_hw_rxprocdesc(struct ath_hw *a + else if ((ads.ds_rxstatus8 & AR_MichaelErr) && + rs->rs_keyix != ATH9K_RXKEYIX_INVALID) rs->rs_status |= ATH9K_RXERR_MIC; + else if (ads.ds_rxstatus8 & AR_KeyMiss) + rs->rs_status |= ATH9K_RXERR_DECRYPT; -- cgit v1.2.3