]> git.baikalelectronics.ru Git - kernel.git/commit
mac80211: use crypto_aead_authsize()
authorJohannes Berg <johannes.berg@intel.com>
Wed, 11 Oct 2017 13:46:45 +0000 (15:46 +0200)
committerJohannes Berg <johannes.berg@intel.com>
Wed, 11 Oct 2017 13:46:45 +0000 (15:46 +0200)
commit69e5f106a1993b1766275f12c0890154ff8f3795
treeafc487aa0301fb1594187b433d7daf67add76ace
parent22cd65efa7d57628fd05c1f950eccf40d35311bd
mac80211: use crypto_aead_authsize()

Evidently this API is intended to be used to isolate against
API changes, so use it instead of accessing ->authsize.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
net/mac80211/aead_api.c