[rtl818x] Add driver for Realtek 8180/8185 wireless cards

This commit is contained in:
Joshua Oreman
2009-06-20 17:58:10 -07:00
committed by Michael Brown
parent ce64398f87
commit 14ae602ef0
10 changed files with 2607 additions and 0 deletions

View File

@@ -110,6 +110,7 @@ FILE_LICENCE ( GPL2_OR_LATER );
#define ERRFILE_phantom ( ERRFILE_DRIVER | 0x004b0000 )
#define ERRFILE_ne2k_isa ( ERRFILE_DRIVER | 0x004c0000 )
#define ERRFILE_b44 ( ERRFILE_DRIVER | 0x004d0000 )
#define ERRFILE_rtl818x ( ERRFILE_DRIVER | 0x004e0000 )
#define ERRFILE_scsi ( ERRFILE_DRIVER | 0x00700000 )
#define ERRFILE_arbel ( ERRFILE_DRIVER | 0x00710000 )