| commit | 5cbf830e137d1b6057cb6b553a8ebbb7d1b9343f | [log] [tgz] |
|---|---|---|
| author | Ivo van Doorn <ivdoorn@gmail.com> | Sat Oct 06 14:16:09 2007 +0200 |
| committer | David S. Miller <davem@sunset.davemloft.net> | Wed Oct 10 16:55:14 2007 -0700 |
| tree | df0daca459a5fa9d472d2fe9bddd5dc2ac9633e4 | |
| parent | dd9fa2d21aebbb618318954867c5dfe3751328be [diff] |
[PATCH] rt2x00: Pass dev_state to rt2x00lib_toggle_rx 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>