iwlwifi: mvm: compare full command ID
authorJohannes Berg <johannes.berg@intel.com>
Thu, 4 Aug 2016 06:57:59 +0000 (08:57 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Mon, 19 Sep 2016 06:14:11 +0000 (09:14 +0300)
commit61b0f5d7c41408ff523a5cd3925feafa82b971f5
tree6075337ef1cf77abb4e65d3fb54f6f569b07ee02
parent5a710b8606cc3ec12f60a400248a051743ee35d1
iwlwifi: mvm: compare full command ID

When comparing command IDs, the group should be taken
into account so the same command/notification from a
different group doesn't trigger anything unexpected.
Fix this by comparing to the wide ID.

Fixes: commit 1738d60b31d7 ("iwlwifi: mvm: handle RX MPDUs separately")
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
Signed-off-by: Luca Coelho <luciano.coelho@intel.com>
drivers/net/wireless/intel/iwlwifi/mvm/ops.c