All of lore.kernel.org
 help / color / mirror / Atom feed
* backport for aead_request_set_ad()
@ 2015-07-11 13:28 Arend van Spriel
  2015-07-11 13:45 ` Hauke Mehrtens
  0 siblings, 1 reply; 3+ messages in thread
From: Arend van Spriel @ 2015-07-11 13:28 UTC (permalink / raw)
  To: backports@vger.kernel.org; +Cc: Johannes Berg

I am running backports on 4.2-rc1 source tree and hit following problem:

   CC [M]  /tmp/bp-test/net/mac80211/aes_ccm.o
/tmp/bp-test/net/mac80211/aes_ccm.c: In function 
���ieee80211_aes_ccm_encrypt���:
/tmp/bp-test/net/mac80211/aes_ccm.c:41:2: error: implicit declaration of 
function ���aead_request_set_ad��� [-Werror=implicit-function-declaration]
   aead_request_set_ad(aead_req, sg[0].length);
   ^
cc1: some warnings being treated as errors

Looking at commit 957e0fe62923 ("mac80211: Switch to new AEAD 
interface") introducing this call it seems not so trivial and may 
require a backports patch. Just wondering if anyone already had a shot 
at this one.

Regards,
Arend
--
To unsubscribe from this list: send the line "unsubscribe backports" in

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-07-11 21:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-07-11 13:28 backport for aead_request_set_ad() Arend van Spriel
2015-07-11 13:45 ` Hauke Mehrtens
2015-07-11 21:23   ` Arend van Spriel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.