All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rohan Joyce <rojoyce.github@gmail.com>
To: linville@tuxdriver.com
Cc: linux-wireless@vger.kernel.org
Subject: [PATCH 0/1] nl80211: add NL80211_CMD_GET_TSF
Date: Mon, 23 Feb 2015 21:57:11 +0800	[thread overview]
Message-ID: <1424699832-19284-1-git-send-email-rojoyce.github@gmail.com> (raw)

Hi,

This is a followup to the original discussion about having a way to query the
TSF value for a wireless interface from userspace[1]. Rather than using the
sysfs method proposed there, it adds a new command to nl80211. I've tried to
conform to the way in which existing nl80211 commands are written.

[1] http://comments.gmane.org/gmane.linux.kernel.wireless.general/117485

Rohan Joyce (1):
  nl80211: add NL80211_CMD_GET_TSF

 include/net/cfg80211.h       |  6 ++++++
 include/uapi/linux/nl80211.h | 10 ++++++++++
 net/mac80211/cfg.c           | 16 +++++++++++++++
 net/wireless/nl80211.c       | 47 ++++++++++++++++++++++++++++++++++++++++++++
 net/wireless/rdev-ops.h      | 11 +++++++++++
 net/wireless/trace.h         | 18 +++++++++++++++++
 6 files changed, 108 insertions(+)

-- 
2.1.0


             reply	other threads:[~2015-02-23 13:57 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-23 13:57 Rohan Joyce [this message]
2015-02-23 13:57 ` [PATCH 1/1] nl80211: add NL80211_CMD_GET_TSF Rohan Joyce
2015-02-23 14:31   ` Johannes Berg
2015-02-23 15:38     ` Rohan Joyce
2015-02-24 20:11       ` Johannes Berg

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1424699832-19284-1-git-send-email-rojoyce.github@gmail.com \
    --to=rojoyce.github@gmail.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=linville@tuxdriver.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.