dect
/
linux-2.6
Archived
13
0
Fork 0

sis900: Fix enum typo 'sis900_rx_bufer_status'

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Paul Bolle 2011-12-06 11:30:08 +01:00 committed by Jiri Kosina
parent 38c8dcf665
commit a1d51aa70c
1 changed files with 1 additions and 1 deletions

View File

@ -205,7 +205,7 @@ enum sis900_tx_buffer_status {
EXCCOLL = 0x00100000, COLCNT = 0x000F0000
};
enum sis900_rx_bufer_status {
enum sis900_rx_buffer_status {
OVERRUN = 0x02000000, DEST = 0x00800000, BCAST = 0x01800000,
MCAST = 0x01000000, UNIMATCH = 0x00800000, TOOLONG = 0x00400000,
RUNT = 0x00200000, RXISERR = 0x00100000, CRCERR = 0x00080000,