rt2800pci.h 900 B

12345678910111213141516171819202122232425262728293031
  1. /* SPDX-License-Identifier: GPL-2.0-or-later */
  2. /*
  3. Copyright (C) 2009 Ivo van Doorn <[email protected]>
  4. Copyright (C) 2009 Alban Browaeys <[email protected]>
  5. Copyright (C) 2009 Felix Fietkau <[email protected]>
  6. Copyright (C) 2009 Luis Correia <[email protected]>
  7. Copyright (C) 2009 Mattias Nissler <[email protected]>
  8. Copyright (C) 2009 Mark Asselstine <[email protected]>
  9. Copyright (C) 2009 Xose Vazquez Perez <[email protected]>
  10. Copyright (C) 2009 Bart Zolnierkiewicz <[email protected]>
  11. <http://rt2x00.serialmonkey.com>
  12. */
  13. /*
  14. Module: rt2800pci
  15. Abstract: Data structures and registers for the rt2800pci module.
  16. Supported chipsets: RT2800E & RT2800ED.
  17. */
  18. #ifndef RT2800PCI_H
  19. #define RT2800PCI_H
  20. /*
  21. * 8051 firmware image.
  22. */
  23. #define FIRMWARE_RT2860 "rt2860.bin"
  24. #define FIRMWARE_RT3290 "rt3290.bin"
  25. #define FIRMWARE_IMAGE_BASE 0x2000
  26. #endif /* RT2800PCI_H */