commit | 4ef66965ce2f4d1c94b62025d35b2bd69d3f3889 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Thu Jun 07 10:49:55 2018 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Fri Sep 28 08:57:29 2018 +0300 |
tree | 2f57edc1322bf581576fa7c87a1798e782ae35d4 | |
parent | 6a529317ff31e27885e41443e5658ef3654ce0bc [diff] |
iwlwifi: fix LED command capability bit The capability bit was added to the driver and had been negotiated with the firmware, but then got forgotten in the firmware and later reused for a different capability. Now the firmware added it in a new bit. Fixes: 2eabc84d2f8e ("iwlwifi: mvm: only send LEDS_CMD when the FW supports it") Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>