mac80211: drop unused param 'encrypted' from ccmp_special_blocks()
authorArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 16 Jan 2014 11:16:30 +0000 (12:16 +0100)
committerJohannes Berg <johannes.berg@intel.com>
Tue, 4 Feb 2014 20:48:12 +0000 (21:48 +0100)
commit30ef7ef9672d92ab2cac37f60a31955c118321e7
treeff643d9b6b1973b51a1039756f64de1cc8df6d6b
parent0b9323f600a3e80a488e3bd14ddfa85b294e630d
mac80211: drop unused param 'encrypted' from ccmp_special_blocks()

Commit 7ec7c4a9a686 ("mac80211: port CCMP to cryptoapi's CCM driver")
resulted in the 'encrypted' param of ccmp_special_blocks() to be no
longer used so it can be dropped from the prototype.

Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/wpa.c