All of lore.kernel.org
 help / color / mirror / Atom feed
From: Rajkumar Manoharan <rmanohar@codeaurora.org>
To: John Crispin <john@phrozen.org>
Cc: linux-wireless-owner@vger.kernel.org,
	linux-wireless@vger.kernel.org,
	Rajkumar Manoharan <rmanohar@qti.qualcomm.com>,
	Srini Kode <skode@qti.qualcomm.com>,
	Shashidhar Lakkavalli <slakkavalli@datto.com>,
	Johannes Berg <johannes@sipsolutions.net>,
	ath11k@lists.infradead.org, Kalle Valo <kvalo@codeaurora.org>
Subject: Re: [PATCH V2 3/3] ath11k: add TWT support
Date: Mon, 29 Apr 2019 23:50:28 -0700	[thread overview]
Message-ID: <a71b6e5a4e60500c2d7cfa94563b0a5a@codeaurora.org> (raw)
In-Reply-To: <20190426094150.18078-4-john@phrozen.org>

On 2019-04-26 02:41, John Crispin wrote:
> diff --git a/drivers/net/wireless/ath/ath11k/mac.c
> b/drivers/net/wireless/ath/ath11k/mac.c
> index 8bb4ff82fb6f..a38c101e0140 100644
> --- a/drivers/net/wireless/ath/ath11k/mac.c
> +++ b/drivers/net/wireless/ath/ath11k/mac.c
> @@ -1938,6 +1938,13 @@ static void ath11k_bss_info_changed(struct
> ieee80211_hw *hw,
>  		ath11k_mac_txpower_recalc(ar);
>  	}
> 
> +	if (changed & BSS_CHANGED_TWT) {
> +		if (info->twt_responder || info->twt_responder)
> 
typo? two twt_responder checks?

-Rajkumar

_______________________________________________
ath11k mailing list
ath11k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath11k

WARNING: multiple messages have this Message-ID (diff)
From: Rajkumar Manoharan <rmanohar@codeaurora.org>
To: John Crispin <john@phrozen.org>
Cc: Johannes Berg <johannes@sipsolutions.net>,
	Kalle Valo <kvalo@codeaurora.org>,
	Srini Kode <skode@qti.qualcomm.com>,
	Rajkumar Manoharan <rmanohar@qti.qualcomm.com>,
	linux-wireless@vger.kernel.org, ath11k@lists.infradead.org,
	Shashidhar Lakkavalli <slakkavalli@datto.com>,
	linux-wireless-owner@vger.kernel.org
Subject: Re: [PATCH V2 3/3] ath11k: add TWT support
Date: Mon, 29 Apr 2019 23:50:28 -0700	[thread overview]
Message-ID: <a71b6e5a4e60500c2d7cfa94563b0a5a@codeaurora.org> (raw)
In-Reply-To: <20190426094150.18078-4-john@phrozen.org>

On 2019-04-26 02:41, John Crispin wrote:
> diff --git a/drivers/net/wireless/ath/ath11k/mac.c
> b/drivers/net/wireless/ath/ath11k/mac.c
> index 8bb4ff82fb6f..a38c101e0140 100644
> --- a/drivers/net/wireless/ath/ath11k/mac.c
> +++ b/drivers/net/wireless/ath/ath11k/mac.c
> @@ -1938,6 +1938,13 @@ static void ath11k_bss_info_changed(struct
> ieee80211_hw *hw,
>  		ath11k_mac_txpower_recalc(ar);
>  	}
> 
> +	if (changed & BSS_CHANGED_TWT) {
> +		if (info->twt_responder || info->twt_responder)
> 
typo? two twt_responder checks?

-Rajkumar

  reply	other threads:[~2019-04-30  6:50 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-04-26  9:41 [PATCH V2 0/3] mac80211: notify the driver when it should enable TWT John Crispin
2019-04-26  9:41 ` John Crispin
2019-04-26  9:41 ` [PATCH V2 1/3] mac80211: allow turning TWT responder support on and off via netlink John Crispin
2019-04-26  9:41   ` John Crispin
2019-04-26 19:50   ` John Crispin
2019-04-26 19:50     ` John Crispin
2019-04-26 19:51     ` Johannes Berg
2019-04-26 19:51       ` Johannes Berg
2019-04-26 19:53       ` John Crispin
2019-04-26 19:53         ` John Crispin
2019-04-30  6:42   ` Rajkumar Manoharan
2019-04-30  6:42     ` Rajkumar Manoharan
2019-04-26  9:41 ` [PATCH V2 2/3] mac80211: dynamically turn TWT requester support on and off John Crispin
2019-04-26  9:41   ` John Crispin
2019-04-30  6:45   ` Rajkumar Manoharan
2019-04-30  6:45     ` Rajkumar Manoharan
2019-04-30  6:58     ` John Crispin
2019-04-30  6:58       ` John Crispin
2019-04-26  9:41 ` [PATCH V2 3/3] ath11k: add TWT support John Crispin
2019-04-26  9:41   ` John Crispin
2019-04-30  6:50   ` Rajkumar Manoharan [this message]
2019-04-30  6:50     ` Rajkumar Manoharan
  -- strict thread matches above, loose matches on Subject: below --
2019-04-30  7:03 [PATCH V2 0/3] mac80211: add code to explicitly enable TWT support inside the driver John Crispin
2019-04-30  7:03 ` [PATCH V2 3/3] ath11k: add TWT support John Crispin

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=a71b6e5a4e60500c2d7cfa94563b0a5a@codeaurora.org \
    --to=rmanohar@codeaurora.org \
    --cc=ath11k@lists.infradead.org \
    --cc=johannes@sipsolutions.net \
    --cc=john@phrozen.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless-owner@vger.kernel.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=rmanohar@qti.qualcomm.com \
    --cc=skode@qti.qualcomm.com \
    --cc=slakkavalli@datto.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.