From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johan Hovold Date: Tue, 20 Apr 2010 10:38:08 +0200 Subject: [ath9k-devel] [RFC][PATCH 1/2] ath9k: fix corrupt frames being forwarded to mac80211 In-Reply-To: <1271752088-13639-1-git-send-email-johan.hovold@lundinova.se> References: <20100420082519.GB5288@lundinova.se> <1271752088-13639-1-git-send-email-johan.hovold@lundinova.se> Message-ID: <20100420083808.GD5288@lundinova.se> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org On Tue, Apr 20, 2010 at 10:28:07AM +0200, Johan Hovold wrote: > Verify frame status by making sure that no error flags are set if frame > is marked ok and that reserved bits 19 through 28 (0x1ff80000) are all > zero, otherwise discarded frame (as ATH9K_PHYERR_HT_CRC_ERROR). I used ATH9K_PHYERR_HT_CRC_ERROR for now, but perhaps there is better choice?