From: Jiri Slaby <jirislaby@gmail.com>
To: "Luis R. Rodriguez" <lrodriguez@atheros.com>
Cc: linville@tuxdriver.com, devel@linuxdriverproject.org,
ath9k-devel@lists.ath9k.org, linux-wireless@vger.kernel.org
Subject: Re: [PATCH v2 2/4] ath5k: allocate ath5k_hw prior to initializing hw
Date: Mon, 14 Sep 2009 10:45:11 +0200 [thread overview]
Message-ID: <4AAE0297.20401@gmail.com> (raw)
In-Reply-To: <1252917123-11559-3-git-send-email-lrodriguez@atheros.com>
On 09/14/2009 10:32 AM, Luis R. Rodriguez wrote:
> --- a/drivers/net/wireless/ath/ath.h
> +++ b/drivers/net/wireless/ath/ath.h
> @@ -51,7 +51,7 @@ struct ath_common {
> u8 curbssid[ETH_ALEN];
> u8 bssidmask[ETH_ALEN];
> struct ath_regulatory regulatory;
> - struct ath_ops *ops;
> + const struct ath_ops *ops;
If I'm looking correctly, this will emit a warning for ath9k.
next prev parent reply other threads:[~2009-09-14 8:45 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-09-14 8:31 [PATCH v2 0/4] atheros: implement common read/write ops Luis R. Rodriguez
2009-09-14 8:32 ` [PATCH v2 1/4] atheros/ath9k: add common read/write ops and port ath9k to use it Luis R. Rodriguez
2009-09-14 8:32 ` [PATCH v2 2/4] ath5k: allocate ath5k_hw prior to initializing hw Luis R. Rodriguez
2009-09-14 8:45 ` Jiri Slaby [this message]
2009-09-14 8:50 ` Luis R. Rodriguez
2009-09-14 8:53 ` Luis R. Rodriguez
2009-09-14 8:56 ` Luis R. Rodriguez
2009-09-14 8:59 ` Jiri Slaby
2009-09-14 8:32 ` [PATCH v2 3/4] ath5k: define ath_common ops Luis R. Rodriguez
2009-09-14 8:46 ` Jiri Slaby
2009-09-14 9:01 ` Luis R. Rodriguez
2009-09-14 8:32 ` [PATCH v2 4/4] atheros: define shared bssidmask setting Luis R. Rodriguez
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=4AAE0297.20401@gmail.com \
--to=jirislaby@gmail.com \
--cc=ath9k-devel@lists.ath9k.org \
--cc=devel@linuxdriverproject.org \
--cc=linux-wireless@vger.kernel.org \
--cc=linville@tuxdriver.com \
--cc=lrodriguez@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 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).