commit | d1a469fd1b7335572a3803b6ba4ce3783a74532b | [log] [tgz] |
---|---|---|
author | David Woodhouse <dwmw2@infradead.org> | Sun Dec 16 17:21:00 2007 -0500 |
committer | David S. Miller <davem@davemloft.net> | Mon Jan 28 15:07:39 2008 -0800 |
tree | efc55a2f2845c54a3d6895b4bc7f0a1826154003 | |
parent | 681ffbb7d42435332fff0812145c7050d6153925 [diff] |
libertas: fix return from lbs_update_channel() If we return the channel number in a 'ret' variable where anything non-zero is later interpreted as an error, that isn't nice. It breaks WPA, for a start. OLPC trac #5485 Signed-off-by: David Woodhouse <dwmw2@infradead.org> Signed-off-by: John W. Linville <linville@tuxdriver.com>