From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from mout.gmx.net ([212.227.17.20]:55058 "EHLO mout.gmx.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750721AbaHSI2H (ORCPT ); Tue, 19 Aug 2014 04:28:07 -0400 Message-ID: <53F30A8B.6000202@rempel-privat.de> (sfid-20140819_102820_020569_1AB94091) Date: Tue, 19 Aug 2014 10:27:55 +0200 From: Oleksij Rempel MIME-Version: 1.0 To: Csaba Kiraly , linville@tuxdriver.com CC: linux-wireless@vger.kernel.org, ath9k-devel@lists.ath9k.org, netdev@vger.kernel.org Subject: Re: [PATCH] ath9k_htc: advertise support for TDLS References: <1408319614-16041-1-git-send-email-csaba.kiraly@gmail.com> <53F309F5.4020101@gmx.net> In-Reply-To: <53F309F5.4020101@gmx.net> Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="CcumbSQrWVagTR3p3vdKkP05U6osaV7kr" Sender: linux-wireless-owner@vger.kernel.org List-ID: This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --CcumbSQrWVagTR3p3vdKkP05U6osaV7kr Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Oppss... wrong email address. Am 19.08.2014 um 10:25 schrieb Oleksij Rempel: > Am 18.08.2014 um 01:53 schrieb Csaba Kiraly: >> Based on a quick test with AR9271, TDLS seems to be working fine. >> >> Tests were done with 2 Atheros AR9271 based devices with firmware >> 1.3 (sha1 8d49f928aa40ac53c729189bff1333cd373a7fb5), associated >> with a WAP54G access point. >=20 > please, don't use firmware 1.3. Use git source, or you can get > precompiled version here: > https://github.com/olerem/ath9k-htc-firmware-blob >=20 >> TDLS worked fine both in WPA2 mode and >> without encryption. Stations maintained ping flood traffic between >> each other and towards the AP without significant losses. >> >> Not tested with AR7010. >=20 > Seems ok for me. How can i reproduce testing environment? >=20 >> TDLS was enabled in earlier patches the same way for other >> Atheros drivers: >> ath9k (fd6562344dea2b8b2a5d644cf971f4e56004500a), >> and carl9170 (d1f3de71a584a82ee4e84505fce9acccf40215ff). >> >> Signed-off-by: Csaba Kiraly >> --- >> drivers/net/wireless/ath/ath9k/htc_drv_init.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_init.c b/drivers/n= et/wireless/ath/ath9k/htc_drv_init.c >> index 8a3bd5f..d779f4f 100644 >> --- a/drivers/net/wireless/ath/ath9k/htc_drv_init.c >> +++ b/drivers/net/wireless/ath/ath9k/htc_drv_init.c >> @@ -592,6 +592,8 @@ static void ath9k_set_hw_capab(struct ath9k_htc_pr= iv *priv, >> hw->wiphy->flags |=3D WIPHY_FLAG_IBSS_RSN | >> WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL; >> =20 >> + hw->wiphy->flags |=3D WIPHY_FLAG_SUPPORTS_TDLS; >> + >> hw->queues =3D 4; >> hw->max_listen_interval =3D 1; >> =20 >> >=20 >=20 --=20 Regards, Oleksij --CcumbSQrWVagTR3p3vdKkP05U6osaV7kr Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v1 iF4EAREIAAYFAlPzCosACgkQHwImuRkmbWkGiwD+JmpQeFraPmVedMYNhFRXdlhZ HS40puJ46UHMI1iM+70BAIyKt/q/rQGpwTzAgLUNqfFYjnHdCJ6ZMY7wNBoaLkwY =k1gj -----END PGP SIGNATURE----- --CcumbSQrWVagTR3p3vdKkP05U6osaV7kr-- From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleksij Rempel Date: Tue, 19 Aug 2014 10:27:55 +0200 Subject: [ath9k-devel] [PATCH] ath9k_htc: advertise support for TDLS In-Reply-To: <53F309F5.4020101@gmx.net> References: <1408319614-16041-1-git-send-email-csaba.kiraly@gmail.com> <53F309F5.4020101@gmx.net> Message-ID: <53F30A8B.6000202@rempel-privat.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: ath9k-devel@lists.ath9k.org Oppss... wrong email address. Am 19.08.2014 um 10:25 schrieb Oleksij Rempel: > Am 18.08.2014 um 01:53 schrieb Csaba Kiraly: >> Based on a quick test with AR9271, TDLS seems to be working fine. >> >> Tests were done with 2 Atheros AR9271 based devices with firmware >> 1.3 (sha1 8d49f928aa40ac53c729189bff1333cd373a7fb5), associated >> with a WAP54G access point. > > please, don't use firmware 1.3. Use git source, or you can get > precompiled version here: > https://github.com/olerem/ath9k-htc-firmware-blob > >> TDLS worked fine both in WPA2 mode and >> without encryption. Stations maintained ping flood traffic between >> each other and towards the AP without significant losses. >> >> Not tested with AR7010. > > Seems ok for me. How can i reproduce testing environment? > >> TDLS was enabled in earlier patches the same way for other >> Atheros drivers: >> ath9k (fd6562344dea2b8b2a5d644cf971f4e56004500a), >> and carl9170 (d1f3de71a584a82ee4e84505fce9acccf40215ff). >> >> Signed-off-by: Csaba Kiraly >> --- >> drivers/net/wireless/ath/ath9k/htc_drv_init.c | 2 ++ >> 1 file changed, 2 insertions(+) >> >> diff --git a/drivers/net/wireless/ath/ath9k/htc_drv_init.c b/drivers/net/wireless/ath/ath9k/htc_drv_init.c >> index 8a3bd5f..d779f4f 100644 >> --- a/drivers/net/wireless/ath/ath9k/htc_drv_init.c >> +++ b/drivers/net/wireless/ath/ath9k/htc_drv_init.c >> @@ -592,6 +592,8 @@ static void ath9k_set_hw_capab(struct ath9k_htc_priv *priv, >> hw->wiphy->flags |= WIPHY_FLAG_IBSS_RSN | >> WIPHY_FLAG_HAS_REMAIN_ON_CHANNEL; >> >> + hw->wiphy->flags |= WIPHY_FLAG_SUPPORTS_TDLS; >> + >> hw->queues = 4; >> hw->max_listen_interval = 1; >> >> > > -- Regards, Oleksij -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 213 bytes Desc: OpenPGP digital signature Url : http://lists.ath9k.org/pipermail/ath9k-devel/attachments/20140819/aa6b4cb0/attachment.pgp