commit | 358623c22c9fd837b3b1b444377037f72553dc9f | [log] [tgz] |
---|---|---|
author | Ivo van Doorn <ivdoorn@gmail.com> | Tue May 05 19:46:08 2009 +0200 |
committer | John W. Linville <linville@tuxdriver.com> | Wed May 06 15:15:04 2009 -0400 |
tree | fcf4b4838edde6924157473086e8b7130f120ebd | |
parent | 6cfe62cd58da862db04d4eb61f218f65b0cedbb3 [diff] |
rt2x00: Simplify rt2x00_check_rev rt2x00_check_rev() was too specific for rt2500usb and rt73usb, by adding the mask argument (instead of hardcoding it into the function itself) we can use the function in rt2800usb as well. v2: Fix revision mask for rt2800usb Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com> Signed-off-by: John W. Linville <linville@tuxdriver.com>