From: "John W. Linville" <linville@tuxdriver.com>
To: Vivek Natarajan <vnatarajan@atheros.com>
Cc: linux-wireless@vger.kernel.org
Subject: Re: [PATCH 2/2] ath9k_htc: Add support for bluetooth coexistence.
Date: Wed, 18 Aug 2010 17:04:23 -0400 [thread overview]
Message-ID: <20100818210423.GD2793@tuxdriver.com> (raw)
In-Reply-To: <1282141669-9823-2-git-send-email-vnatarajan@atheros.com>
On Wed, Aug 18, 2010 at 07:57:49PM +0530, Vivek Natarajan wrote:
> Signed-off-by: Vivek Natarajan <vnatarajan@atheros.com>
> ---
> drivers/net/wireless/ath/ath9k/htc_drv_gpio.c | 136 +++++++++++++++++++++++++
> +/*
> + * Cancel btcoex and bt duty cycle work.
> + */
> +void ath_htc_cancel_btcoex_work(struct ath9k_htc_priv *priv)
> +{
> + cancel_delayed_work_sync(&priv->coex_period_work);
> + cancel_delayed_work_sync(&priv->duty_cycle_work);
> +
> +}
> +
Please don't add blank lines at the ends of files...
John
--
John W. Linville Someday the world will need a hero, and you
linville@tuxdriver.com might be all we have. Be ready.
next prev parent reply other threads:[~2010-08-18 21:14 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-08-18 14:27 [PATCH 1/2] ath9k_common: Move bt_stomp to common for sharing with ath9k_htc Vivek Natarajan
2010-08-18 14:27 ` [PATCH 2/2] ath9k_htc: Add support for bluetooth coexistence Vivek Natarajan
2010-08-18 21:04 ` John W. Linville [this message]
2010-08-18 21:03 ` [PATCH 1/2] ath9k_common: Move bt_stomp to common for sharing with ath9k_htc 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=20100818210423.GD2793@tuxdriver.com \
--to=linville@tuxdriver.com \
--cc=linux-wireless@vger.kernel.org \
--cc=vnatarajan@atheros.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.