From: Ben Greear <greearb@candelatech.com>
To: Felix Fietkau <nbd@openwrt.org>
Cc: linux-wireless@vger.kernel.org, linville@tuxdriver.com,
mcgrof@qca.qualcomm.com
Subject: Re: [PATCH 2/2] ath9k: add support for the new rate control API
Date: Mon, 22 Apr 2013 14:24:23 -0700 [thread overview]
Message-ID: <5175AA87.5020008@candelatech.com> (raw)
In-Reply-To: <1366665104-28737-2-git-send-email-nbd@openwrt.org>
On 04/22/2013 02:11 PM, Felix Fietkau wrote:
> Signed-off-by: Felix Fietkau <nbd@openwrt.org>
> ---
> drivers/net/wireless/ath/ath9k/ath9k.h | 1 +
> drivers/net/wireless/ath/ath9k/init.c | 3 ++-
> drivers/net/wireless/ath/ath9k/xmit.c | 23 ++++++++++++++++-------
> 3 files changed, 19 insertions(+), 8 deletions(-)
>
> diff --git a/drivers/net/wireless/ath/ath9k/ath9k.h b/drivers/net/wireless/ath/ath9k/ath9k.h
> index 1915f12..8a1888d 100644
> --- a/drivers/net/wireless/ath/ath9k/ath9k.h
> +++ b/drivers/net/wireless/ath/ath9k/ath9k.h
> @@ -234,6 +234,7 @@ struct ath_buf {
> dma_addr_t bf_daddr; /* physical addr of desc */
> dma_addr_t bf_buf_addr; /* physical addr of data buffer, for DMA */
> bool bf_stale;
> + struct ieee80211_tx_rate rates[4];
Maybe that should be some #define instead of [4]?
Or at least a comment describing where 4 came from?
Thanks,
Ben
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
prev parent reply other threads:[~2013-04-22 21:24 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-04-22 21:11 [PATCH 1/2] ath9k: merge ath_tx_start_dma into ath_tx_start Felix Fietkau
2013-04-22 21:11 ` [PATCH 2/2] ath9k: add support for the new rate control API Felix Fietkau
2013-04-22 21:24 ` Ben Greear [this message]
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=5175AA87.5020008@candelatech.com \
--to=greearb@candelatech.com \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=mcgrof@qca.qualcomm.com \
--cc=nbd@openwrt.org \
/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;
as well as URLs for NNTP newsgroup(s).