iwlwifi: mvm: avoid variable shadowing
commit7daa7624e3adeba0955141d95eef9d66c78e945f
authorJohannes Berg <johannes.berg@intel.com>
Fri, 24 Feb 2017 11:02:22 +0000 (24 12:02 +0100)
committerLuca Coelho <luciano.coelho@intel.com>
Tue, 25 Apr 2017 19:36:26 +0000 (25 22:36 +0300)
tree56c0570ac9465d0cf8a6c6d3493927bc45a3764d
parent5311a2476ef3e7ea4bc32d4f5f9ed118be624194
iwlwifi: mvm: avoid variable shadowing

Remove an extra variable 'queue' that already exists.
Also, since there are no code paths that use 'queue'
without intializing it, remove the unnecessary zero
initialization.

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