From: Ben Greear <greearb@candelatech.com>
To: Janusz Dziedzic <janusz.dziedzic@tieto.com>
Cc: ath10k@lists.infradead.org
Subject: Re: [RFC] ath10k: IBSS allow to use RSN
Date: Tue, 31 Mar 2015 15:40:03 -0700 [thread overview]
Message-ID: <551B2243.2060609@candelatech.com> (raw)
In-Reply-To: <1426876523-5337-1-git-send-email-janusz.dziedzic@tieto.com>
I tried this on my CT firmware, hacked into a 4.0 kernel,
but it does not work for me.
(I tried configuring WPA2 IBSS interfaces, but they cannot pass traffic).
Could still be something on my side though..I never managed to get
ath9k to do IBSS + WPA2 either, though haven't tried that again lately.
Thanks,
Ben
On 03/20/2015 11:35 AM, Janusz Dziedzic wrote:
> Signed-off-by: Janusz Dziedzic <janusz.dziedzic@tieto.com>
>
> ---
> drivers/net/wireless/ath/ath10k/mac.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
> index 39c60f5..ebecfe9 100644
> --- a/drivers/net/wireless/ath/ath10k/mac.c
> +++ b/drivers/net/wireless/ath/ath10k/mac.c
> @@ -6541,11 +6541,13 @@ int ath10k_mac_register(struct ath10k *ar)
> IEEE80211_HW_SPECTRUM_MGMT |
> IEEE80211_HW_SW_CRYPTO_CONTROL |
> IEEE80211_HW_CONNECTION_MONITOR |
> + IEEE80211_HW_SUPPORTS_PER_STA_GTK |
> IEEE80211_HW_WANT_MONITOR_VIF |
> IEEE80211_HW_CHANCTX_STA_CSA |
> IEEE80211_HW_QUEUE_CONTROL;
>
> ar->hw->wiphy->features |= NL80211_FEATURE_STATIC_SMPS;
> + ar->hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN;
>
> if (ar->ht_cap_info & WMI_HT_CAP_DYNAMIC_SMPS)
> ar->hw->wiphy->features |= NL80211_FEATURE_DYNAMIC_SMPS;
>
--
Ben Greear <greearb@candelatech.com>
Candela Technologies Inc http://www.candelatech.com
_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k
prev parent reply other threads:[~2015-03-31 22:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-20 18:35 [RFC] ath10k: IBSS allow to use RSN Janusz Dziedzic
2015-03-31 22:40 ` 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=551B2243.2060609@candelatech.com \
--to=greearb@candelatech.com \
--cc=ath10k@lists.infradead.org \
--cc=janusz.dziedzic@tieto.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.