All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@codeaurora.org>
To: Ping-Ke Shih <pkshih@realtek.com>
Cc: <Larry.Finger@lwfinger.net>, <linux-wireless@vger.kernel.org>
Subject: Re: [01/14] rtlwifi: support accurate nullfunc frame tx ack report
Date: Tue, 29 May 2018 07:18:35 +0000 (UTC)	[thread overview]
Message-ID: <20180529071835.128C5605FF@smtp.codeaurora.org> (raw)
In-Reply-To: <20180518093007.23594-2-pkshih@realtek.com>

Ping-Ke Shih <pkshih@realtek.com> wrote:

> From: Tzu-En Huang <tehuang@realtek.com>
> 
> In order to realize the keep-alive mechanism in mac80211 stack, reporting
> accurate tx ack status for nullfunc frame is added in this commit.
> 
> If current frame is nullfunc frame, we ask firmware to report by filling
> TX report bit in TX descriptor. After this frame DMA done, TX interrupt is
> triggered but TX status is unknown at this moment, so enqueue this skb
> into tx_report->queue. Finally, C2H report will be received if the frame
> is transmitted successfully or retried over, and then we report to mac80211
> with IEEE80211_TX_STAT_ACK flag only if it's successful. Otherwise, if
> failure or timeout (one second), we report to mac80211 without this flag.
> 
> Signed-off-by: Tzu-En Huang <tehuang@realtek.com>
> Signed-off-by: Ping-Ke Shih <pkshih@realtek.com>

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

6acfbb81ab0a rtlwifi: support accurate nullfunc frame tx ack report
faa280065397 rtlwifi: remove CONNECTION_MONITOR flag
c4528686d0ea rtlwifi: remove duplicate rx_packet_type definition
249155973f52 rtlwifi: rename register-based C2H command IDs to V0
7aeb100b7d70 rtlwifi: remove duplicate C2H definition
16e78cb4a571 rtlwifi: remove unused fw C2H command ID
ff77960d62d2 rtlwifi: remove dummy hal_op rx_command_packet from rtl8188ee and rtl8723ae
16cefa449c9c rtlwifi: Add hal_op c2h_ra_report_handler for special process
daf026ae5fbe rtlwifi: remove duplicate C2H handler
23ffab177b1d rtlwifi: remove hal_op rx_command_packet
b4f6ee489cff rtlwifi: remove hal_op c2h_content_parsing
9ae6ed271a60 rtlwifi: use sk_buff to queue C2H commands
9644032e3070 rtlwifi: access skb->data to get C2H data by macro
0a9f8f0a1ba9 rtlwifi: fix btmpinfo timeout while processing C2H_BT_INFO

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

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

  reply	other threads:[~2018-05-29  7:18 UTC|newest]

Thread overview: 25+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-18  9:29 [PATCH 00/14] rtlwifi: remove duplicate C2H handlers pkshih
2018-05-18  9:29 ` [PATCH 01/14] rtlwifi: support accurate nullfunc frame tx ack report pkshih
2018-05-29  7:18   ` Kalle Valo [this message]
2018-05-18  9:29 ` [PATCH 02/14] rtlwifi: remove CONNECTION_MONITOR flag pkshih
2018-05-18  9:29 ` [PATCH 03/14] rtlwifi: remove duplicate rx_packet_type definition pkshih
2018-05-18  9:29 ` [PATCH 04/14] rtlwifi: rename register-based C2H command IDs to V0 pkshih
2018-05-18  9:29 ` [PATCH 05/14] rtlwifi: remove duplicate C2H definition pkshih
2018-05-18  9:29 ` [PATCH 06/14] rtlwifi: remove unused fw C2H command ID pkshih
2018-05-18  9:30 ` [PATCH 07/14] rtlwifi: remove dummy hal_op rx_command_packet from rtl8188ee and rtl8723ae pkshih
2018-05-18  9:30 ` [PATCH 08/14] rtlwifi: Add hal_op c2h_ra_report_handler for special process pkshih
2018-05-18  9:30 ` [PATCH 09/14] rtlwifi: remove duplicate C2H handler pkshih
2018-05-18  9:30 ` [PATCH 10/14] rtlwifi: remove hal_op rx_command_packet pkshih
2018-05-18  9:30 ` [PATCH 11/14] rtlwifi: remove hal_op c2h_content_parsing pkshih
2018-05-18  9:30 ` [PATCH 12/14] rtlwifi: use sk_buff to queue C2H commands pkshih
2018-05-18  9:30 ` [PATCH 13/14] rtlwifi: access skb->data to get C2H data by macro pkshih
2018-05-29  5:18   ` Kalle Valo
2018-05-31  2:13     ` Pkshih
2018-06-29  7:30       ` Kalle Valo
2018-07-03  6:03         ` Pkshih
2018-07-03  6:14           ` Kalle Valo
2018-07-03  8:32             ` Felix Fietkau
2018-07-03 10:57               ` Kalle Valo
2018-07-03 11:01                 ` Felix Fietkau
2018-07-03 15:28                 ` Larry Finger
2018-05-18  9:30 ` [PATCH 14/14] rtlwifi: fix btmpinfo timeout while processing C2H_BT_INFO pkshih

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=20180529071835.128C5605FF@smtp.codeaurora.org \
    --to=kvalo@codeaurora.org \
    --cc=Larry.Finger@lwfinger.net \
    --cc=linux-wireless@vger.kernel.org \
    --cc=pkshih@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.