[PATCH] rt2x00: Pass dev_state to rt2x00lib_toggle_rx
authorIvo van Doorn <ivdoorn@gmail.com>
Sat, 6 Oct 2007 12:16:09 +0000 (14:16 +0200)
committerDavid S. Miller <davem@sunset.davemloft.net>
Wed, 10 Oct 2007 23:55:14 +0000 (16:55 -0700)
Directly pass a value from the enum dev_state with rt2x00lib_toggle_rx,
this will save us a ? : statement, and it is clearer then passing a 1 0
argument.

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

No differences found