Johannes Berg wrote: > On Thu, 2009-06-11 at 00:49 +0200, Reiner Herrmann wrote: > >>>> nla_put_u32(skb, NL80211_ATTR_DISCOSEC_HELO, 42); >>>> genlmsg_end(skb, hdr); >>>> genlmsg_unicast(skb, get_daemon_pid()); > >> Thank you for your hint! I searched for hours and couldn't >> find the problem. It's working great now. > > Can I ask what you're trying to achieve? Having local modifications in > nl80211 is a very bad thing. > > johannes I want to talk to userspace to do some complex calculations. As this concerns mac80211 I thought the best way to do that is via nl80211, whose task it is to provide easy communication between mac80211 and userspace (like with hostapd and iw). Reiner -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html