public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
From: Felix Fietkau <nbd@nbd.name>
To: linux-wireless@vger.kernel.org
Cc: johannes@sipsolutions.net
Subject: [PATCH v2 03/13] mac80211: remove tx status call to ieee80211_sta_register_airtime
Date: Fri, 21 Aug 2020 06:19:51 +0200	[thread overview]
Message-ID: <20200821042001.23388-4-nbd@nbd.name> (raw)
In-Reply-To: <20200821042001.23388-1-nbd@nbd.name>

All drivers using airtime fairness are calling ieee80211_sta_register_airtime
directly

Signed-off-by: Felix Fietkau <nbd@nbd.name>
---
 net/mac80211/status.c | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/net/mac80211/status.c b/net/mac80211/status.c
index b3c356b3fc78..67df7a5acee5 100644
--- a/net/mac80211/status.c
+++ b/net/mac80211/status.c
@@ -988,12 +988,6 @@ static void __ieee80211_tx_status(struct ieee80211_hw *hw,
 			ieee80211_sta_tx_notify(sta->sdata, (void *) skb->data,
 						acked, info->status.tx_time);
 
-		if (info->status.tx_time &&
-		    wiphy_ext_feature_isset(local->hw.wiphy,
-					    NL80211_EXT_FEATURE_AIRTIME_FAIRNESS))
-			ieee80211_sta_register_airtime(&sta->sta, tid,
-						       info->status.tx_time, 0);
-
 		if ((tx_time_est = ieee80211_info_get_tx_time_est(info)) > 0) {
 			/* Do this here to avoid the expensive lookup of the sta
 			 * in ieee80211_report_used_skb().
-- 
2.28.0


  parent reply	other threads:[~2020-08-21  4:20 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-21  4:19 [PATCH v2 00/13] mac80211 encapsulation offload / performance patches Felix Fietkau
2020-08-21  4:19 ` [PATCH v2 01/13] mac80211: rework tx encapsulation offload API Felix Fietkau
2020-08-21  4:19 ` [PATCH v2 02/13] mac80211: reduce duplication in tx status functions Felix Fietkau
2020-08-21  4:19 ` Felix Fietkau [this message]
2020-08-21  4:19 ` [PATCH v2 04/13] mac80211: optimize station connection monitor Felix Fietkau
2020-08-21  4:19 ` [PATCH v2 05/13] mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flags Felix Fietkau
2020-08-21  4:19 ` [PATCH v2 06/13] mac80211: unify 802.3 (offload) and 802.11 tx status codepath Felix Fietkau
2020-08-21  4:19 ` [PATCH v2 07/13] mac80211: add missing queue/hash initialization to 802.3 xmit Felix Fietkau
2020-08-21  4:19 ` [PATCH v2 08/13] mac80211: check and refresh aggregation session in encap offload tx Felix Fietkau
2020-08-21  4:19 ` [PATCH v2 09/13] mac80211: support using ieee80211_tx_status_ext to free skbs without status info Felix Fietkau
2020-08-21  6:40   ` Felix Fietkau
2020-08-21  4:19 ` [PATCH v2 10/13] mac80211: extend ieee80211_tx_status_ext to support bulk free Felix Fietkau
2020-08-21  4:19 ` [PATCH v2 11/13] mac80211: notify the driver when a sta uses 4-address mode Felix Fietkau
2020-08-21  4:20 ` [PATCH v2 12/13] mac80211: skip encap offload for tx multicast/control packets Felix Fietkau
2020-08-21  4:20 ` [PATCH v2 13/13] mac80211: set info->control.hw_key for encap offload packets Felix Fietkau

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=20200821042001.23388-4-nbd@nbd.name \
    --to=nbd@nbd.name \
    --cc=johannes@sipsolutions.net \
    --cc=linux-wireless@vger.kernel.org \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox