commit | 96bd55bd67de2dddb1d917b7631e23b86a8b1cd4 | [log] [tgz] |
---|---|---|
author | Samuel Ortiz <sameo@linux.intel.com> | Thu Jun 10 16:54:16 2010 +0200 |
committer | Greg Kroah-Hartman <gregkh@suse.de> | Tue Jun 22 14:46:19 2010 -0700 |
tree | 638e072e2fe24a5860cc74b36583909335395714 | |
parent | b84206ee7e53f496e0e3ab2d57731a983996da83 [diff] |
Staging: rtl8192e: Do not mess with carrier settings while scanning Toggling the link carrier is a non sense and is the grossest locking I can think of. Moreover, it's giving a completely inaccurate status to userspace who could for example decide to turn the interface down on carrier off detection. Signed-off-by: Samuel Ortiz <sameo@linux.intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>