commit | fd09ff958777cf583d7541f180991c0fc50bd2f7 | [log] [tgz] |
---|---|---|
author | Larry Finger <Larry.Finger@lwfinger.net> | Mon Sep 22 09:39:18 2014 -0500 |
committer | John W. Linville <linville@tuxdriver.com> | Fri Sep 26 17:22:27 2014 -0400 |
tree | 80822356b8fd7c16d52fd1b2adf38c3c6b5d4ada | |
parent | 560e334dbd9907ecdd25318fbdb33179c5d5a3bd [diff] |
rtlwifi: Remove extra workqueue for enter/leave power state When the rtlwifi family of drivers was converted to use a workqueue when entering or leaving power save mode (commits a269913c52, a5ffbe0a19, 41affd5286, b9116b9a2b, and 6539306b2c), the code began scheduling work from the callback routine of a different workqueue with a resulting increase in overhead. Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net> Signed-off-by: John W. Linville <linville@tuxdriver.com>