An error occurred fetching the project authors.
  1. 28 Jan, 2008 10 commits
  2. 10 Jan, 2008 1 commit
  3. 19 Nov, 2007 1 commit
  4. 15 Nov, 2007 1 commit
    • Ivo van Doorn's avatar
      rt2x00: Fix chipset revision validation · 755a957d
      Ivo van Doorn authored
      The validation of the chipset revision was broken
      since for rt2500usb and rt73usb different registers
      should be read. When rt2500usb was loaded for a rt73
      device it would false think the chipset was correct
      because the wrong register was read and validated.
      
      This has been fixed by expanding the check to also
      see if the first 4 bits of the revision is not-0
      (When reading the wrong register offset the returned
      value is usually 0 which can be interpreted as invalid)
      Signed-off-by: default avatarIvo van Doorn <IvDoorn@gmail.com>
      Signed-off-by: default avatarJohn W. Linville <linville@tuxdriver.com>
      755a957d
  5. 10 Oct, 2007 12 commits