diff mbox series

trivial: ath11k: fix indentation error

Message ID 20191118203351.24899-1-john@phrozen.org (mailing list archive)
State Superseded
Delegated to: Kalle Valo
Headers show
Series trivial: ath11k: fix indentation error | expand

Commit Message

John Crispin Nov. 18, 2019, 8:33 p.m. UTC
Signed-off-by: John Crispin <john@phrozen.org>
---
 drivers/net/wireless/ath/ath11k/mac.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

John Crispin Nov. 18, 2019, 8:34 p.m. UTC | #1
On 18/11/2019 21:33, John Crispin wrote:
> Signed-off-by: John Crispin <john@phrozen.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 4e0800205a71..2bb1397eb22c 100644
> --- a/drivers/net/wireless/ath/ath11k/mac.c
> +++ b/drivers/net/wireless/ath/ath11k/mac.c
> @@ -3891,7 +3891,7 @@ ath11k_mac_prepare_he_mode(struct ath11k_pdev *pdev, u32 viftype)
>   	/* TODO WDS and other modes */
>   	if (viftype == NL80211_IFTYPE_AP) {
>   		hemode |= FIELD_PREP(HE_MODE_MU_TX_BFER,
> -			   HECAP_PHY_MUBFMR_GET(hecap_phy_ptr)) |
> +			HECAP_PHY_MUBFMR_GET(hecap_phy_ptr)) |
>   			FIELD_PREP(HE_MODE_DL_OFDMA, HE_DL_MUOFDMA_ENABLE) |
>   			FIELD_PREP(HE_MODE_UL_OFDMA, HE_UL_MUOFDMA_ENABLE);
>   	} else {
> 

ignore V1 please
diff mbox series

Patch

diff --git a/drivers/net/wireless/ath/ath11k/mac.c b/drivers/net/wireless/ath/ath11k/mac.c
index 4e0800205a71..2bb1397eb22c 100644
--- a/drivers/net/wireless/ath/ath11k/mac.c
+++ b/drivers/net/wireless/ath/ath11k/mac.c
@@ -3891,7 +3891,7 @@  ath11k_mac_prepare_he_mode(struct ath11k_pdev *pdev, u32 viftype)
 	/* TODO WDS and other modes */
 	if (viftype == NL80211_IFTYPE_AP) {
 		hemode |= FIELD_PREP(HE_MODE_MU_TX_BFER,
-			   HECAP_PHY_MUBFMR_GET(hecap_phy_ptr)) |
+			HECAP_PHY_MUBFMR_GET(hecap_phy_ptr)) |
 			FIELD_PREP(HE_MODE_DL_OFDMA, HE_DL_MUOFDMA_ENABLE) |
 			FIELD_PREP(HE_MODE_UL_OFDMA, HE_UL_MUOFDMA_ENABLE);
 	} else {