From: "Luis R. Rodriguez" <lrodriguez@atheros.com>
To: Bill Jordan <bjordan@rajant.com>
Cc: "John W. Linville" <linville@tuxdriver.com>,
"linux-wireless@vger.kernel.org" <linux-wireless@vger.kernel.org>,
Luis Rodriguez <Luis.Rodriguez@Atheros.com>
Subject: Re: [PATCH] ath9k: Enable WDS for the ath9k
Date: Thu, 30 Sep 2010 14:43:37 -0700 [thread overview]
Message-ID: <20100930214337.GB8930@tux> (raw)
In-Reply-To: <AANLkTi=cN7ZKa488MmXYDu_ywW95E8TcqJW4yfyKr0JR@mail.gmail.com>
On Thu, Sep 30, 2010 at 02:29:37PM -0700, Bill Jordan wrote:
> As requested, I'm breaking up my previous patch.
Please resubmit but remove this verbose stuff above.
>
> This patch enables WDS for the ath9k driver.
>
> For WDS to fully work, patches to mac80211 are also needed
> (submitted separately).
and this too.
> Signed-off-by: Bill Jordan <bjordan@rajant.com>
> ---
If you want to add verbose messages that should not
be part of the commit log entry add them here after
the three dashes ("---").
Luis
> drivers/net/wireless/ath/ath9k/init.c | 1 +
> drivers/net/wireless/ath/ath9k/main.c | 3 +++
> 2 files changed, 4 insertions(+), 0 deletions(-)
>
> diff --git a/drivers/net/wireless/ath/ath9k/init.c
> b/drivers/net/wireless/ath/ath9k/init.c
> index de33938..c2792c9 100644
> --- a/drivers/net/wireless/ath/ath9k/init.c
> +++ b/drivers/net/wireless/ath/ath9k/init.c
> @@ -639,6 +639,7 @@ void ath9k_set_hw_capab(struct ath_softc *sc,
> struct ieee80211_hw *hw)
>
> hw->wiphy->interface_modes =
> BIT(NL80211_IFTYPE_AP) |
> + BIT(NL80211_IFTYPE_WDS) |
> BIT(NL80211_IFTYPE_STATION) |
> BIT(NL80211_IFTYPE_ADHOC) |
> BIT(NL80211_IFTYPE_MESH_POINT);
> diff --git a/drivers/net/wireless/ath/ath9k/main.c
> b/drivers/net/wireless/ath/ath9k/main.c
> index a133878..d67067f 100644
> --- a/drivers/net/wireless/ath/ath9k/main.c
> +++ b/drivers/net/wireless/ath/ath9k/main.c
> @@ -1384,6 +1384,9 @@ static int ath9k_add_interface(struct ieee80211_hw *hw,
> case NL80211_IFTYPE_STATION:
> ic_opmode = NL80211_IFTYPE_STATION;
> break;
> + case NL80211_IFTYPE_WDS:
> + ic_opmode = NL80211_IFTYPE_WDS;
> + break;
> case NL80211_IFTYPE_ADHOC:
> case NL80211_IFTYPE_AP:
> case NL80211_IFTYPE_MESH_POINT:
> --
> 1.7.2.3
prev parent reply other threads:[~2010-09-30 21:43 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-09-30 21:29 [PATCH] ath9k: Enable WDS for the ath9k Bill Jordan
2010-09-30 21:43 ` Luis R. Rodriguez [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=20100930214337.GB8930@tux \
--to=lrodriguez@atheros.com \
--cc=Luis.Rodriguez@Atheros.com \
--cc=bjordan@rajant.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 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).