From: Johannes Berg <johannes@sipsolutions.net>
To: "John W. Linville" <linville@tuxdriver.com>
Cc: bloat-devel@lists.bufferbloat.net, me@bobcopeland.com,
linux-wireless@vger.kernel.org, mickflemm@gmail.com
Subject: Re: [PATCH 1/3] wireless: add support for ethtool_ops->{get,set}_ringparam
Date: Wed, 09 Mar 2011 17:46:51 +0100 [thread overview]
Message-ID: <1299689211.23764.0.camel@jlt3.sipsolutions.net> (raw)
In-Reply-To: <1299687684-19638-1-git-send-email-linville@tuxdriver.com>
On Wed, 2011-03-09 at 11:21 -0500, John W. Linville wrote:
> Signed-off-by: John W. Linville <linville@tuxdriver.com>
> ---
> include/net/cfg80211.h | 4 ++++
> net/wireless/ethtool.c | 33 +++++++++++++++++++++++++++++++++
> 2 files changed, 37 insertions(+), 0 deletions(-)
>
> diff --git a/include/net/cfg80211.h b/include/net/cfg80211.h
> index 1ac5786..25f546f 100644
> --- a/include/net/cfg80211.h
> +++ b/include/net/cfg80211.h
> @@ -1364,6 +1364,10 @@ struct cfg80211_ops {
>
> int (*set_antenna)(struct wiphy *wiphy, u32 tx_ant, u32 rx_ant);
> int (*get_antenna)(struct wiphy *wiphy, u32 *tx_ant, u32 *rx_ant);
> +
> + int (*set_ringparam)(struct wiphy *wiphy, u32 tx, u32 rx);
> + void (*get_ringparam)(struct wiphy *wiphy,
> + u32 *tx, u32 *tx_max, u32 *rx, u32 *rx_max);
Can you add docs here and in mac80211 please?
johannes
next prev parent reply other threads:[~2011-03-09 16:46 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-09 16:21 [PATCH 1/3] wireless: add support for ethtool_ops->{get, set}_ringparam John W. Linville
2011-03-09 16:21 ` [PATCH 2/3] mac80211: implement support for cfg80211_ops->{get, set}_ringparam John W. Linville
2011-03-09 20:23 ` [PATCH v2 " John W. Linville
2011-03-09 16:21 ` [PATCH 3/3] ath5k: implement ieee80211_ops->{get,set}_ringparam John W. Linville
2011-03-09 20:34 ` Sedat Dilek
2011-03-09 16:46 ` Johannes Berg [this message]
2011-03-09 20:23 ` [PATCH v2 1/3] wireless: add support for ethtool_ops->{get, set}_ringparam John W. Linville
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=1299689211.23764.0.camel@jlt3.sipsolutions.net \
--to=johannes@sipsolutions.net \
--cc=bloat-devel@lists.bufferbloat.net \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=me@bobcopeland.com \
--cc=mickflemm@gmail.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox