iwlwifi: mvm: fix D3 replay counter value
authorJohannes Berg <johannes.berg@intel.com>
Wed, 30 Nov 2016 16:04:52 +0000 (17:04 +0100)
committerLuca Coelho <luciano.coelho@intel.com>
Fri, 3 Feb 2017 14:26:42 +0000 (16:26 +0200)
commitcba84570a0eb8826bcd69627fd975935bdcf7eaf
treef58617a0dc8341ca4a933aeb5f6062cd0594459b
parent4b70f07686d75d1eb5d956812cc810944e0b29b2
iwlwifi: mvm: fix D3 replay counter value

This fixes a long-standing bug that was introduced when this code
was introduced: cfg80211 passes a pointer, but we treat it as if
it was passing a value. The result is that we pass the pointer to
the firmware, instead of the value. It's not clear how this could
ever have worked, unless the firmware is ignoring this value.

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