iwlwifi: mvm: check family instead of new TX API for workarounds
authorJohannes Berg <johannes.berg@intel.com>
Thu, 8 Jun 2017 07:42:28 +0000 (09:42 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 1 Aug 2017 09:41:44 +0000 (12:41 +0300)
commitc8c017a6ff933ff88f3abf7d924e717284e218af
tree5ba7602ad09dd27d8ddf19ca2ec70a3bbf2e1165
parent7d6222e27013a18f36e54f40a66e209a859fc1a8
iwlwifi: mvm: check family instead of new TX API for workarounds

There are two workarounds because RSS is currently broken on A000
devices due to firmware issues, but checking for the new TX API
doesn't really make sense. Check the hardware family instead of
the new TX API - there's nothing better to check since it's just
a temporary workaround.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/fw.c
drivers/net/wireless/intel/iwlwifi/mvm/mac80211.c