commit | 91109f42d0ad0c0c282d1fa1257a1548977aa895 | [log] [tgz] |
---|---|---|
author | Johannes Berg <johannes.berg@intel.com> | Fri May 26 13:11:44 2017 +0200 |
committer | Luca Coelho <luciano.coelho@intel.com> | Thu Jun 29 13:26:25 2017 +0300 |
tree | d833374f143d0c77e6ca76cf834f8aeb5b353839 | |
parent | 4e37b063ad9f902052903c579b6f291ba329104e [diff] |
iwlwifi: mvm: use proper CDB check in PHY context modify When the firmware supports CDB, PHY contexts cannot be modified to change their band, but need to be added/remove instead. Instead of relying on iwl_mvm_has_new_tx_api(), check the right FW capa flag IWL_UCODE_TLV_CAPA_BINDING_CDB_SUPPORT and remove the comment. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Signed-off-by: Luca Coelho <luciano.coelho@intel.com>