All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH v1] ell/ell.sym: add missing l_genl_family_set_unicast_handler
@ 2018-11-09 23:02 Peter Seiderer
  2018-11-10 16:43 ` Marcel Holtmann
  0 siblings, 1 reply; 3+ messages in thread
From: Peter Seiderer @ 2018-11-09 23:02 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 627 bytes --]

Fixes iwd compile failure:

  src/netdev.o: In function `netdev_set_nl80211':
  netdev.c:(.text+0x6f04): undefined reference to `l_genl_family_set_unicast_handler'

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 ell/ell.sym | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ell/ell.sym b/ell/ell.sym
index 614bc93..cdd2c21 100644
--- a/ell/ell.sym
+++ b/ell/ell.sym
@@ -257,6 +257,7 @@ global:
 	l_genl_family_new;
 	l_genl_family_ref;
 	l_genl_family_unref;
+	l_genl_family_set_unicast_handler;
 	l_genl_family_set_watches;
 	l_genl_family_get_version;
 	l_genl_family_get_genl;
-- 
2.19.1


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

* Re: [PATCH v1] ell/ell.sym: add missing l_genl_family_set_unicast_handler
  2018-11-09 23:02 [PATCH v1] ell/ell.sym: add missing l_genl_family_set_unicast_handler Peter Seiderer
@ 2018-11-10 16:43 ` Marcel Holtmann
  2018-11-10 17:42   ` Peter Seiderer
  0 siblings, 1 reply; 3+ messages in thread
From: Marcel Holtmann @ 2018-11-10 16:43 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 434 bytes --]

Hi Peter,

> Fixes iwd compile failure:
> 
>  src/netdev.o: In function `netdev_set_nl80211':
>  netdev.c:(.text+0x6f04): undefined reference to `l_genl_family_set_unicast_handler’

we renamed it from l_genl_set_unicast_handler and it would be useful if you also remove this name and not just the new one.

> Signed-off-by: Peter Seiderer <ps.report@gmx.net>

No signed-off-by for patches please.

Regards

Marcel


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

* Re: [PATCH v1] ell/ell.sym: add missing l_genl_family_set_unicast_handler
  2018-11-10 16:43 ` Marcel Holtmann
@ 2018-11-10 17:42   ` Peter Seiderer
  0 siblings, 0 replies; 3+ messages in thread
From: Peter Seiderer @ 2018-11-10 17:42 UTC (permalink / raw)
  To: ell

[-- Attachment #1: Type: text/plain, Size: 650 bytes --]

Hello Marcel,

On Sat, 10 Nov 2018 17:43:16 +0100, Marcel Holtmann <marcel@holtmann.org> wrote:

> Hi Peter,
> 
> > Fixes iwd compile failure:
> > 
> >  src/netdev.o: In function `netdev_set_nl80211':
> >  netdev.c:(.text+0x6f04): undefined reference to `l_genl_family_set_unicast_handler’  
> 
> we renamed it from l_genl_set_unicast_handler and it would be useful if you also remove this name and not just the new one.

O.k. will do...
> 
> > Signed-off-by: Peter Seiderer <ps.report@gmx.net>  
> 
> No signed-off-by for patches please.
> 

O.k....updated patch follows...

Regards,
Peter

> Regards
> 
> Marcel
> 


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

end of thread, other threads:[~2018-11-10 17:42 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-09 23:02 [PATCH v1] ell/ell.sym: add missing l_genl_family_set_unicast_handler Peter Seiderer
2018-11-10 16:43 ` Marcel Holtmann
2018-11-10 17:42   ` Peter Seiderer

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.