commit | 3d1b28fd30ab8b87c0935584aff6f9b433939d2c | [log] [tgz] |
---|---|---|
author | Luca Coelho <luciano.coelho@intel.com> | Tue Dec 10 15:11:36 2019 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Tue Dec 24 01:34:52 2019 +0200 |
tree | e981db3ff1fb041661b8e30239e9dc4d0d9503b6 | |
parent | df2378ab0f2a9dd4cf4501268af1902cc4ebacd8 [diff] |
iwlwifi: pcie: rename L0S_ENABLED bit to L0S_DISABLED This bit has been misnamed since the initial implementation of the driver. The correct semantics is that setting this bit disables L0S states, and we already clearly use it as such in the code. Rename it to avoid confusion. Signed-off-by: Luca Coelho <luciano.coelho@intel.com>