Re: [ath5k-devel] [PATCH 1/5] ath5k: fix off-by-one in pilot magnitude mask

2010-03-29 Thread Bruno Randolf
On Monday 29 March 2010 10:42:09 Bob Copeland wrote: > If the symbol offset is 46, it will be counted in both > the third and fourth bytes of the mask, and in this > case the shift will be negative which can pollute > high order bits in the mask. This may negatively impact > OFDM symbol detection.

[ath5k-devel] [PATCH 1/5] ath5k: fix off-by-one in pilot magnitude mask

2010-03-28 Thread Bob Copeland
If the symbol offset is 46, it will be counted in both the third and fourth bytes of the mask, and in this case the shift will be negative which can pollute high order bits in the mask. This may negatively impact OFDM symbol detection. Signed-off-by: Bob Copeland --- drivers/net/wireless/ath/at