All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Larry Finger <Larry.Finger@lwfinger.net>
Cc: linux-wireless@vger.kernel.org,
	Yan-Hsuan Chuang <yhchuang@realtek.com>,
	Larry Finger <Larry.Finger@lwfinger.net>,
	Pkshih <pkshih@realtek.com>, Birming Chiu <birming@realtek.com>,
	Shaofu <shaofu@realtek.com>, Steven Ting <steventing@realtek.com>
Subject: Re: [01/19] rtlwifi: btcoex: 21a 2ant: limit rx aggregation size to avoid bt interrupt
Date: Thu, 20 Apr 2017 07:24:45 +0000 (UTC)	[thread overview]
Message-ID: <20170420072445.F3AA661151@smtp.codeaurora.org> (raw)
In-Reply-To: <20170413180710.19953-2-Larry.Finger@lwfinger.net>

Larry Finger <Larry.Finger@lwfinger.net> wrote:
> From: Yan-Hsuan Chuang <yhchuang@realtek.com>
> 
> Larger packets have higher opportunity to be interrupt by bt signal.
> In order to shorten the transmission time, control the packet
> aggregation size.
> 
> Signed-off-by: Yan-Hsuan Chuang <yhchuang@realtek.com>
> Signed-off-by: Larry Finger <Larry.Finger@lwfinger.net>
> Cc: Pkshih <pkshih@realtek.com>
> Cc: Birming Chiu <birming@realtek.com>
> Cc: Shaofu <shaofu@realtek.com>
> Cc: Steven Ting <steventing@realtek.com>

19 patches applied to wireless-drivers-next.git, thanks.

930d2bf242d6 rtlwifi: btcoex: 21a 2ant: limit rx aggregation size to avoid bt interrupt
4776d349071d rtlwifi: btcoex: 21a 2ant: monitor if bt is slave or not
eebc58782eff rtlwifi: btcoex: 21a 2ant: monitor wifi counter to check network status
4b1f6eaac344 rtlwifi: btcoex: 21a 2ant: update bt profiling information
aed6b11e4fc2 rtlwifi: btcoex: 21a 2ant: finer adjustment of bt power
7cc7f1a18bcc rtlwifi: btcoex: 21a 2ant: move from bt_stack_info to bt_link_info
5a81969c1cc3 rtlwifi: btcoex: 21a 2ant: suffer less tx penalty from retry
d9158ea1d1bd rtlwifi: btcoex: 21a 2ant: check power save state before pstdma
d09199eb2038 rtlwifi: btcoex: 21a 2ant: do not check wifi bandwidth
d4acd81ed268 rtlwifi: btcoex: 21a 2ant: centralized control of coex table
3fd7ba4c764c rtlwifi: btcoex: 21a 2ant: check if wifi status changed
9153c11cefa3 rtlwifi: btcoex: 21a 2ant: ignore wifi if it is at 5G band
aae1e8f5a0f0 rtlwifi: btcoex: 21a 2ant: set coex table and tdma when bt inquiry
8c670a1b1dae rtlwifi: btcoex: 21a 2ant: let PTA circuit control the switch
8189d81890c1 rtlwifi: btcoex: 21a 2ant: slot time fine tune
4b7649192687 rtlwifi: btcoex: 21a 2ant: tdma cases for low wifi/bt rssi
3506bc286abe rtlwifi: btcoex: 21a 2ant: action for wifi is idle/linking/common
20ec48e51d25 rtlwifi: btcoex: 21a 2ant: fix invalid argument passed
3f775d5cee79 rtlwifi: btcoex: 21a 2ant: refine tdma duration adjust function

-- 
https://patchwork.kernel.org/patch/9679781/

https://wireless.wiki.kernel.org/en/developers/documentation/submittingpatches

  reply	other threads:[~2017-04-20  7:24 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-13 18:06 [PATCH 00/19] rtlwifi: btcoex: First set of changes for rtl8821ae 2ant Larry Finger
2017-04-13 18:06 ` [PATCH 01/19] rtlwifi: btcoex: 21a 2ant: limit rx aggregation size to avoid bt interrupt Larry Finger
2017-04-20  7:24   ` Kalle Valo [this message]
2017-04-13 18:06 ` [PATCH 02/19] rtlwifi: btcoex: 21a 2ant: monitor if bt is slave or not Larry Finger
2017-04-13 18:06 ` [PATCH 03/19] rtlwifi: btcoex: 21a 2ant: monitor wifi counter to check network status Larry Finger
2017-04-13 18:06 ` [PATCH 04/19] rtlwifi: btcoex: 21a 2ant: update bt profiling information Larry Finger
2017-04-13 18:06 ` [PATCH 05/19] rtlwifi: btcoex: 21a 2ant: finer adjustment of bt power Larry Finger
2017-04-13 18:06 ` [PATCH 06/19] rtlwifi: btcoex: 21a 2ant: move from bt_stack_info to bt_link_info Larry Finger
2017-04-13 18:06 ` [PATCH 07/19] rtlwifi: btcoex: 21a 2ant: suffer less tx penalty from retry Larry Finger
2017-04-13 18:06 ` [PATCH 08/19] rtlwifi: btcoex: 21a 2ant: check power save state before pstdma Larry Finger
2017-04-13 18:07 ` [PATCH 09/19] rtlwifi: btcoex: 21a 2ant: do not check wifi bandwidth Larry Finger
2017-04-13 18:07 ` [PATCH 10/19] rtlwifi: btcoex: 21a 2ant: centralized control of coex table Larry Finger
2017-04-13 18:07 ` [PATCH 11/19] rtlwifi: btcoex: 21a 2ant: check if wifi status changed Larry Finger
2017-04-13 18:07 ` [PATCH 12/19] rtlwifi: btcoex: 21a 2ant: ignore wifi if it is at 5G band Larry Finger
2017-04-13 18:07 ` [PATCH 13/19] rtlwifi: btcoex: 21a 2ant: set coex table and tdma when bt inquiry Larry Finger
2017-04-13 18:07 ` [PATCH 14/19] rtlwifi: btcoex: 21a 2ant: let PTA circuit control the switch Larry Finger
2017-04-13 18:07 ` [PATCH 15/19] rtlwifi: btcoex: 21a 2ant: slot time fine tune Larry Finger
2017-04-13 18:07 ` [PATCH 16/19] rtlwifi: btcoex: 21a 2ant: tdma cases for low wifi/bt rssi Larry Finger
2017-04-13 18:07 ` [PATCH 17/19] rtlwifi: btcoex: 21a 2ant: action for wifi is idle/linking/common Larry Finger
2017-04-13 18:07 ` [PATCH 18/19] rtlwifi: btcoex: 21a 2ant: fix invalid argument passed Larry Finger
2017-04-13 18:07 ` [PATCH 19/19] rtlwifi: btcoex: 21a 2ant: refine tdma duration adjust function Larry Finger

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=20170420072445.F3AA661151@smtp.codeaurora.org \
    --to=kvalo@codeaurora.org \
    --cc=Larry.Finger@lwfinger.net \
    --cc=birming@realtek.com \
    --cc=linux-wireless@vger.kernel.org \
    --cc=pkshih@realtek.com \
    --cc=shaofu@realtek.com \
    --cc=steventing@realtek.com \
    --cc=yhchuang@realtek.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.