iwlwifi: mvm: use mvmsta consistently in rs.c
commit7ccb498ca86c3700f391131b7c5eda9318b3b7db
authorLuca Coelho <luciano.coelho@intel.com>
Tue, 1 Aug 2017 06:01:34 +0000 (1 09:01 +0300)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 18 Aug 2017 13:06:44 +0000 (18 16:06 +0300)
treeec979b87a366f053faf665e0b49fd3a9adad0ffb
parent18f1755db781165bcda6b3c8d93b909af96bb5ab
iwlwifi: mvm: use mvmsta consistently in rs.c

We use mvmsta for the sta->drv_priv in mvm, but in rs.c we have a
bunch of instances using sta_priv, which is probably due to it being
copied from dvm.  Change all occurrences to mvmsta for consistency
with the rest of the driver

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