commit | 53b1cf8a28c440fcb241f6fb84da71a7cb0f74f0 | [log] [tgz] |
---|---|---|
author | Bob Copeland <me@bobcopeland.com> | Tue Aug 24 21:37:14 2010 -0400 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Aug 27 13:27:05 2010 -0400 |
tree | 5a78f41d5658613053056e91d0f799f5695f2378 | |
parent | df1c2986c4685776ed02802c170c7fb6f47d8218 [diff] |
ath5k: fix off-by-one in pilot magnitude mask 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 <me@bobcopeland.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>