Return-path: Received: from mail-lb0-f172.google.com ([209.85.217.172]:36822 "EHLO mail-lb0-f172.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752553AbbGXDxW (ORCPT ); Thu, 23 Jul 2015 23:53:22 -0400 Received: by lbbqi7 with SMTP id qi7so7105217lbb.3 for ; Thu, 23 Jul 2015 20:53:20 -0700 (PDT) MIME-Version: 1.0 In-Reply-To: References: <1427724860-1992-1-git-send-email-emmanuel.grumbach@intel.com> Date: Fri, 24 Jul 2015 06:53:20 +0300 Message-ID: (sfid-20150724_055328_614040_50378EA4) Subject: Re: [RFC 0/5] cfg80211 / mac80211: add support for Neighbor Awareness Networking From: Emmanuel Grumbach To: QH Cc: linux-wireless Content-Type: text/plain; charset=UTF-8 Sender: linux-wireless-owner@vger.kernel.org List-ID: On Fri, Jul 24, 2015 at 2:59 AM, QH wrote: > > Emmanuel Grumbach writes: > > > ++++++++++++++++++++++++++++++++++++++++++- > > net/wireless/rdev-ops.h | 57 +++++ > > net/wireless/trace.h | 77 +++++++ > > net/wireless/util.c | 9 +- > > 19 files changed, 1126 insertions(+), 11 deletions(-) > > > > where can I get these patches? > > thanks, These patches were't merged because they were sent as an RFC only. The API towards the OS aren't clear (to me) yet, so it seems a bit premature to build the user space API for that. But this RFC series looks like a good start.