iwlwifi: mvm: remove unused sta_id variable in iwl_mvm_change_queue_owner()
authorLuca Coelho <luciano.coelho@intel.com>
Wed, 9 Nov 2016 08:05:18 +0000 (10:05 +0200)
committerLuca Coelho <luciano.coelho@intel.com>
Thu, 26 Jan 2017 07:39:01 +0000 (09:39 +0200)
commit18c44b271b672dd7961399ce6ad099eac5ae1a6a
tree1149f05a1c4c5f7201963c4fed6446709e88c907
parent727c02dfb8480fd5b233a18786ee5de2c0be741c
iwlwifi: mvm: remove unused sta_id variable in iwl_mvm_change_queue_owner()

Remove the sta_id variable, to avoid this compile warning when
compiling with W=1:

/home/luca/iwlwifi/stack-dev/drivers/net/wireless/intel/iwlwifi/mvm/sta.c: In function ‘iwl_mvm_change_queue_owner’:
/home/luca/iwlwifi/stack-dev/drivers/net/wireless/intel/iwlwifi/mvm/sta.c:871:5: warning: variable ‘sta_id’ set but not used [-Wunused-but-set-variable]
  s8 sta_id;
     ^

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