]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb4d4688a000e8460b05479c199fdd54ee8353d4e
treeff643d9b6b1973b51a1039756f64de1cc8df6d6b
parent819f4ce20e86085b8f5aa89e99a4c97bb8797025
mac80211: drop unused param 'encrypted' from ccmp_special_blocks()

Commit 4d5f4b6974e7 ("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