[PATCH] rt2x00: Move rt2x00dev flags into enumeration
authorIvo van Doorn <ivdoorn@gmail.com>
Sat, 6 Oct 2007 12:13:06 +0000 (14:13 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:10 +0000 (16:55 -0700)
By putting the flags into a enumeration we can
make it easier maintable since we don't have to
assign numbers for each flag. This makes it easier
to insert and remove flags.

Signed-off-by: Ivo van Doorn <IvDoorn@gmail.com>
Signed-off-by: John W. Linville <linville@tuxdriver.com>

No differences found