* [PATCH] ath11k: reset trigger frame MAC padding duration
@ 2020-05-28 22:54 ` Muna Sinada
0 siblings, 0 replies; 4+ messages in thread
From: Muna Sinada @ 2020-05-28 22:54 UTC (permalink / raw)
To: ath11k; +Cc: Muna Sinada, linux-wireless
The value was 3 and it's reserved value. Corrected to maintain fw
defaults.
Signed-off-by: Muna Sinada <msinada@codeaurora.org>
---
drivers/net/wireless/ath/ath11k/mac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath11k/mac.c b/drivers/net/wireless/ath/ath11k/mac.c
index 2a0cba47fc09..38310a217c58 100644
--- a/drivers/net/wireless/ath/ath11k/mac.c
+++ b/drivers/net/wireless/ath/ath11k/mac.c
@@ -3764,7 +3764,7 @@ static int ath11k_mac_copy_he_cap(struct ath11k *ar,
memcpy(he_cap_elem->phy_cap_info, band_cap->he_cap_phy_info,
sizeof(he_cap_elem->phy_cap_info));
- he_cap_elem->mac_cap_info[1] |=
+ he_cap_elem->mac_cap_info[1] &=
IEEE80211_HE_MAC_CAP1_TF_MAC_PAD_DUR_MASK;
he_cap_elem->phy_cap_info[4] &=
~IEEE80211_HE_PHY_CAP4_BEAMFORMEE_MAX_STS_UNDER_80MHZ_MASK;
--
2.7.4
_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] ath11k: reset trigger frame MAC padding duration
@ 2020-05-28 22:54 ` Muna Sinada
0 siblings, 0 replies; 4+ messages in thread
From: Muna Sinada @ 2020-05-28 22:54 UTC (permalink / raw)
To: ath11k; +Cc: linux-wireless, Muna Sinada
The value was 3 and it's reserved value. Corrected to maintain fw
defaults.
Signed-off-by: Muna Sinada <msinada@codeaurora.org>
---
drivers/net/wireless/ath/ath11k/mac.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/net/wireless/ath/ath11k/mac.c b/drivers/net/wireless/ath/ath11k/mac.c
index 2a0cba47fc09..38310a217c58 100644
--- a/drivers/net/wireless/ath/ath11k/mac.c
+++ b/drivers/net/wireless/ath/ath11k/mac.c
@@ -3764,7 +3764,7 @@ static int ath11k_mac_copy_he_cap(struct ath11k *ar,
memcpy(he_cap_elem->phy_cap_info, band_cap->he_cap_phy_info,
sizeof(he_cap_elem->phy_cap_info));
- he_cap_elem->mac_cap_info[1] |=
+ he_cap_elem->mac_cap_info[1] &=
IEEE80211_HE_MAC_CAP1_TF_MAC_PAD_DUR_MASK;
he_cap_elem->phy_cap_info[4] &=
~IEEE80211_HE_PHY_CAP4_BEAMFORMEE_MAX_STS_UNDER_80MHZ_MASK;
--
2.7.4
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ath11k: reset trigger frame MAC padding duration
2020-05-28 22:54 ` Muna Sinada
(?)
@ 2020-05-30 14:19 ` Kalle Valo
-1 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2020-05-30 14:19 UTC (permalink / raw)
To: Muna Sinada; +Cc: linux-wireless, ath11k
Muna Sinada <msinada@codeaurora.org> wrote:
> The value was 3 and it's reserved value. Corrected to maintain fw
> defaults.
>
> Signed-off-by: Muna Sinada <msinada@codeaurora.org>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Patch applied to ath-next branch of ath.git, thanks.
9529cba988b7 ath11k: reset trigger frame MAC padding duration
--
https://patchwork.kernel.org/patch/11577193/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ath11k: reset trigger frame MAC padding duration
2020-05-28 22:54 ` Muna Sinada
(?)
(?)
@ 2020-05-30 14:19 ` Kalle Valo
-1 siblings, 0 replies; 4+ messages in thread
From: Kalle Valo @ 2020-05-30 14:19 UTC (permalink / raw)
To: Muna Sinada; +Cc: ath11k, linux-wireless, Muna Sinada
Muna Sinada <msinada@codeaurora.org> wrote:
> The value was 3 and it's reserved value. Corrected to maintain fw
> defaults.
>
> Signed-off-by: Muna Sinada <msinada@codeaurora.org>
> Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Patch applied to ath-next branch of ath.git, thanks.
9529cba988b7 ath11k: reset trigger frame MAC padding duration
--
https://patchwork.kernel.org/patch/11577193/
https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2020-05-30 14:20 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-28 22:54 [PATCH] ath11k: reset trigger frame MAC padding duration Muna Sinada
2020-05-28 22:54 ` Muna Sinada
2020-05-30 14:19 ` Kalle Valo
2020-05-30 14:19 ` Kalle Valo
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.