linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Johannes Berg <johannes@sipsolutions.net>
To: linux-wireless@vger.kernel.org
Cc: Johannes Berg <johannes.berg@intel.com>
Subject: [RFC/RFT 07/11] ath10k: enable IEEE80211_HW_SUPPORT_FAST_XMIT
Date: Tue, 14 Apr 2015 17:03:45 +0200	[thread overview]
Message-ID: <1429023829-3991-8-git-send-email-johannes@sipsolutions.net> (raw)
In-Reply-To: <1429023829-3991-1-git-send-email-johannes@sipsolutions.net>

From: Johannes Berg <johannes.berg@intel.com>

The driver can clearly enable fast-xmit since it does rate
control in the device and thus must do duration calculation
there as well.

Signed-off-by: Johannes Berg <johannes.berg@intel.com>
---
 drivers/net/wireless/ath/ath10k/mac.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/ath/ath10k/mac.c
index 6fd7189b7b01..9c0c0a12a85a 100644
--- a/drivers/net/wireless/ath/ath10k/mac.c
+++ b/drivers/net/wireless/ath/ath10k/mac.c
@@ -5500,7 +5500,8 @@ int ath10k_mac_register(struct ath10k *ar)
 			IEEE80211_HW_HAS_RATE_CONTROL |
 			IEEE80211_HW_AP_LINK_PS |
 			IEEE80211_HW_SPECTRUM_MGMT |
-			IEEE80211_HW_SW_CRYPTO_CONTROL;
+			IEEE80211_HW_SW_CRYPTO_CONTROL |
+			IEEE80211_HW_SUPPORT_FAST_XMIT;
 
 	ar->hw->wiphy->features |= NL80211_FEATURE_STATIC_SMPS;
 
-- 
2.1.4


  parent reply	other threads:[~2015-04-14 15:04 UTC|newest]

Thread overview: 13+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-14 15:03 [RFC/RFT 00/11] mac80211: enable fast-xmit and some offloads Johannes Berg
2015-04-14 15:03 ` [RFC/RFT 01/11] mac80211: add TX fastpath Johannes Berg
2015-04-14 15:03 ` [RFC/RFT 02/11] mac80211_hwsim: enable IEEE80211_HW_SUPPORT_FAST_XMIT Johannes Berg
2015-04-14 15:03 ` [RFC/RFT 03/11] mac80211: extend fast-xmit to driver fragmentation Johannes Berg
2015-04-14 15:03 ` [RFC/RFT 04/11] mac80211: extend fast-xmit for more ciphers Johannes Berg
2015-04-14 15:03 ` [RFC/RFT 05/11] mac80211: extend fast-xmit to cover IBSS Johannes Berg
2015-04-14 15:03 ` [RFC/RFT 06/11] wlcore: enable IEEE80211_HW_SUPPORT_FAST_XMIT Johannes Berg
2015-04-14 15:03 ` Johannes Berg [this message]
2015-04-14 15:03 ` [RFC/RFT 08/11] mac80211: allow checksum offload only in fast-xmit Johannes Berg
2015-04-14 15:03 ` [RFC/RFT 09/11] mac80211: enable changing netdev features with ethtool Johannes Berg
2015-04-14 15:03 ` [RFC/RFT 10/11] mac80211: allow drivers to support S/G Johannes Berg
2015-04-14 15:03 ` [RFC/RFT 11/11] mac80211: allow segmenation offloads Johannes Berg
2015-04-14 15:13 ` [RFC/RFT 00/11] mac80211: enable fast-xmit and some offloads Johannes Berg

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=1429023829-3991-8-git-send-email-johannes@sipsolutions.net \
    --to=johannes@sipsolutions.net \
    --cc=johannes.berg@intel.com \
    --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;
as well as URLs for NNTP newsgroup(s).