All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tom Psyborg <pozega.tomislav@gmail.com>
To: Sebastian Gottschall <s.gottschall@newmedia-net.de>
Cc: Kalle Valo <kvalo@codeaurora.org>,
	John Crispin <john@phrozen.org>,
	ath10k@lists.infradead.org, linux-wireless@vger.kernel.org,
	Vasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com>,
	Johannes Berg <johannes@sipsolutions.net>
Subject: Re: [RESEND] ath10k: add tx hw 802.11 encapusaltion offloading support
Date: Thu, 19 Dec 2019 15:39:31 +0100	[thread overview]
Message-ID: <CAKR_QV+Le2zRvnGz4EiMKtXY8HTzH9eru86n6kN+5A9XSF7y3A@mail.gmail.com> (raw)
In-Reply-To: <000eaa2a-4798-a855-93a9-c9679b8860c8@newmedia-net.de>

in core.c there is also needed ethernetmode check in
ath10k_core_init_firmware_features

ar->wmi.rx_decap_mode = ATH10K_HW_TXRX_NATIVE_WIFI

replace with

if (ethernetmode)
	ar->wmi.rx_decap_mode = ATH10K_HW_TXRX_ETHERNET
else
	ar->wmi.rx_decap_mode = ATH10K_HW_TXRX_NATIVE_WIFI

QSDK driver sets it like that when using eth mode

WARNING: multiple messages have this Message-ID (diff)
From: Tom Psyborg <pozega.tomislav@gmail.com>
To: Sebastian Gottschall <s.gottschall@newmedia-net.de>
Cc: Vasanthakumar Thiagarajan <vthiagar@qti.qualcomm.com>,
	linux-wireless@vger.kernel.org, ath10k@lists.infradead.org,
	John Crispin <john@phrozen.org>,
	Johannes Berg <johannes@sipsolutions.net>,
	Kalle Valo <kvalo@codeaurora.org>
Subject: Re: [RESEND] ath10k: add tx hw 802.11 encapusaltion offloading support
Date: Thu, 19 Dec 2019 15:39:31 +0100	[thread overview]
Message-ID: <CAKR_QV+Le2zRvnGz4EiMKtXY8HTzH9eru86n6kN+5A9XSF7y3A@mail.gmail.com> (raw)
In-Reply-To: <000eaa2a-4798-a855-93a9-c9679b8860c8@newmedia-net.de>

in core.c there is also needed ethernetmode check in
ath10k_core_init_firmware_features

ar->wmi.rx_decap_mode = ATH10K_HW_TXRX_NATIVE_WIFI

replace with

if (ethernetmode)
	ar->wmi.rx_decap_mode = ATH10K_HW_TXRX_ETHERNET
else
	ar->wmi.rx_decap_mode = ATH10K_HW_TXRX_NATIVE_WIFI

QSDK driver sets it like that when using eth mode

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

  reply	other threads:[~2019-12-19 14:39 UTC|newest]

Thread overview: 24+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-16  9:22 [RESEND] ath10k: add tx hw 802.11 encapusaltion offloading support John Crispin
2019-12-16  9:22 ` John Crispin
2019-12-17 15:29 ` Kalle Valo
2019-12-17 15:30 ` Kalle Valo
2019-12-18 20:14   ` Tom Psyborg
2019-12-18 20:14     ` Tom Psyborg
2019-12-18 22:45     ` Tom Psyborg
2019-12-18 22:45       ` Tom Psyborg
2019-12-18 23:18       ` John Crispin
2019-12-18 23:18         ` John Crispin
2019-12-28  3:21         ` Tom Psyborg
2019-12-28  3:21           ` Tom Psyborg
2019-12-19  6:36       ` Sebastian Gottschall
2019-12-19  6:36         ` Sebastian Gottschall
2019-12-19 10:31         ` Tom Psyborg
2019-12-19 10:31           ` Tom Psyborg
2019-12-19 10:44           ` Sebastian Gottschall
2019-12-19 10:44             ` Sebastian Gottschall
2019-12-19 14:39             ` Tom Psyborg [this message]
2019-12-19 14:39               ` Tom Psyborg
2020-02-13 16:18     ` Kalle Valo
2020-02-13 16:18       ` Kalle Valo
2019-12-28  4:45 ` Justin Capella
2019-12-28  4:45   ` Justin Capella

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=CAKR_QV+Le2zRvnGz4EiMKtXY8HTzH9eru86n6kN+5A9XSF7y3A@mail.gmail.com \
    --to=pozega.tomislav@gmail.com \
    --cc=ath10k@lists.infradead.org \
    --cc=johannes@sipsolutions.net \
    --cc=john@phrozen.org \
    --cc=kvalo@codeaurora.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=s.gottschall@newmedia-net.de \
    --cc=vthiagar@qti.qualcomm.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.