commit | abd2fdb4c606f0e5cfec3647d57ebd20f03caafd | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Tue Feb 17 14:04:29 2009 +0100 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Feb 27 14:52:40 2009 -0500 |
tree | 537531860a734e136099c13664dcdff8ac35fb55 | |
parent | 98c8a60a04316e94ccea8221cf16768ce91bd214 [diff] |
rt2x00: Fix RF offset The word_base is in bytes instead of word index number, this means that when using it, it should be transformed into a word index first. Otherwise RF register reading will fail through debugfs since we would start reading 4 words starting with word 4 (which is the last valid word for RF). Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>