Re: [PATCH] ieee80211: quiet TKIP and CCMP replay messages for identical TSCs

2006-09-29 Thread Johannes Berg
On Thu, 2006-09-28 at 09:02 -0700, Jouni Malinen wrote: > (and it should be fixed if it did not do its > job correctly). Yup, that's actually the correct fix for this problem. ieee80211 doesn't do any such thing afaict, probably because Intel's hardware does it directly or something. johannes -

Re: [PATCH] ieee80211: quiet TKIP and CCMP replay messages for identical TSCs

2006-09-28 Thread Jouni Malinen
On Mon, Sep 25, 2006 at 10:49:12AM -0500, Larry Finger wrote: > When using TKIP and CCMP for wireless encryption with ieee80211, the logs get > filled with useless > replay messages where the previous and received TSC are identical. This > change deletes > the log message for this case, but stil

Re: [PATCH] ieee80211: quiet TKIP and CCMP replay messages for identical TSCs

2006-09-26 Thread Johannes Berg
On Mon, 2006-09-25 at 10:49 -0500, Larry Finger wrote: > When using TKIP and CCMP for wireless encryption with ieee80211, the logs get > filled with useless > replay messages where the previous and received TSC are identical. This > change deletes > the log message for this case, but still prints

[PATCH] ieee80211: quiet TKIP and CCMP replay messages for identical TSCs

2006-09-25 Thread Larry Finger
When using TKIP and CCMP for wireless encryption with ieee80211, the logs get filled with useless replay messages where the previous and received TSC are identical. This change deletes the log message for this case, but still prints the message when there are major differences in the TSC's. Sig