All of lore.kernel.org
 help / color / mirror / Atom feed
From: Kalle Valo <kvalo@kernel.org>
To: Aloka Dixit <quic_alokad@quicinc.com>
Cc: <ath12k@lists.infradead.org>,  <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH v3 00/11] wifi: ath12k: (v3) EHT support
Date: Wed, 26 Apr 2023 09:03:59 +0300	[thread overview]
Message-ID: <87ildjtc1c.fsf@kernel.org> (raw)
In-Reply-To: <20230413215156.2649-1-quic_alokad@quicinc.com> (Aloka Dixit's message of "Thu, 13 Apr 2023 14:51:45 -0700")

Aloka Dixit <quic_alokad@quicinc.com> writes:

> Add driver support to bring AP up in EHT mode, configure a preamble
> puncturing bitmap and associate with an EHT client.
>
> v3: Modified patches 6 and 9 to fix some issues,
> changelog included in the respective patches.
> v2: This version modifies only few commit descriptions,
> changelog included in the respective patches.
>
> Following list gives the details for each patch.
> 1-4: Propagation of EHT capabilities from target to userspace.
> Patches 1, 2 refactor the existing code to make EHT additions easier.
> 5: Addition of EHT phy modes.
> 6-9: EHT related additions in peer association.
> 10: Process the new WMI service ready ext2 event.
> 11: Preamble puncturing support.
>
> Aloka Dixit (9):
>   wifi: ath12k: rename HE capabilities setup/copy functions
>   wifi: ath12k: move HE capabilities processing to a new function
>   wifi: ath12k: process EHT capabilities
>   wifi: ath12k: propagate EHT capabilities to userspace
>   wifi: ath12k: prepare EHT peer assoc parameters
>   wifi: ath12k: add WMI support for EHT peer
>   wifi: ath12k: peer assoc for 320 MHz
>   wifi: ath12k: parse WMI service ready ext2 event
>   wifi: ath12k: configure puncturing bitmap
>
> Muna Sinada (1):
>   wifi: ath12k: add EHT PHY modes
>
> Pradeep Kumar Chitrapu (1):
>   wifi: ath12k: add MLO header in peer association

This breaks WCN7850 support:

[  144.039164] ath12k_pci 0000:06:00.0: BAR 0: assigned [mem 0xda200000-0xda3fffff 64bit]
[  144.039315] ath12k_pci 0000:06:00.0: enabling device (0000 -> 0002)
[  144.046220] ath12k_pci 0000:06:00.0: Hardware name: wcn7850 hw2.0
[  144.118539] mhi mhi0: Requested to power ON
[  144.118716] mhi mhi0: Power on setup success
[  144.222303] mhi mhi0: Wait for device to enter SBL or Mission mode
[  144.627712] ath12k_pci 0000:06:00.0: chip_id 0x2 chip_family 0x4 board_id 0x104 soc_id 0x40170200
[  144.627945] ath12k_pci 0000:06:00.0: fw_version 0x1005bc12 fw_build_timestamp 2022-10-11 12:13 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HMT.1.0-03427-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1.15378.4
[  144.959196] ath12k_pci 0000:06:00.0: failed to parse tlv -22
[  144.959317] ath12k_pci 0000:06:00.0: failed to parse ext2 event tlv -22
[  150.263567] ath12k_pci 0000:06:00.0: failed to receive wmi service ready event: -110
[  150.276547] ath12k_pci 0000:06:00.0: failed to start core: -110

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

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

-- 
ath12k mailing list
ath12k@lists.infradead.org
https://lists.infradead.org/mailman/listinfo/ath12k

WARNING: multiple messages have this Message-ID (diff)
From: Kalle Valo <kvalo@kernel.org>
To: Aloka Dixit <quic_alokad@quicinc.com>
Cc: <ath12k@lists.infradead.org>, <linux-wireless@vger.kernel.org>
Subject: Re: [PATCH v3 00/11] wifi: ath12k: (v3) EHT support
Date: Wed, 26 Apr 2023 09:03:59 +0300	[thread overview]
Message-ID: <87ildjtc1c.fsf@kernel.org> (raw)
In-Reply-To: <20230413215156.2649-1-quic_alokad@quicinc.com> (Aloka Dixit's message of "Thu, 13 Apr 2023 14:51:45 -0700")

Aloka Dixit <quic_alokad@quicinc.com> writes:

> Add driver support to bring AP up in EHT mode, configure a preamble
> puncturing bitmap and associate with an EHT client.
>
> v3: Modified patches 6 and 9 to fix some issues,
> changelog included in the respective patches.
> v2: This version modifies only few commit descriptions,
> changelog included in the respective patches.
>
> Following list gives the details for each patch.
> 1-4: Propagation of EHT capabilities from target to userspace.
> Patches 1, 2 refactor the existing code to make EHT additions easier.
> 5: Addition of EHT phy modes.
> 6-9: EHT related additions in peer association.
> 10: Process the new WMI service ready ext2 event.
> 11: Preamble puncturing support.
>
> Aloka Dixit (9):
>   wifi: ath12k: rename HE capabilities setup/copy functions
>   wifi: ath12k: move HE capabilities processing to a new function
>   wifi: ath12k: process EHT capabilities
>   wifi: ath12k: propagate EHT capabilities to userspace
>   wifi: ath12k: prepare EHT peer assoc parameters
>   wifi: ath12k: add WMI support for EHT peer
>   wifi: ath12k: peer assoc for 320 MHz
>   wifi: ath12k: parse WMI service ready ext2 event
>   wifi: ath12k: configure puncturing bitmap
>
> Muna Sinada (1):
>   wifi: ath12k: add EHT PHY modes
>
> Pradeep Kumar Chitrapu (1):
>   wifi: ath12k: add MLO header in peer association

This breaks WCN7850 support:

[  144.039164] ath12k_pci 0000:06:00.0: BAR 0: assigned [mem 0xda200000-0xda3fffff 64bit]
[  144.039315] ath12k_pci 0000:06:00.0: enabling device (0000 -> 0002)
[  144.046220] ath12k_pci 0000:06:00.0: Hardware name: wcn7850 hw2.0
[  144.118539] mhi mhi0: Requested to power ON
[  144.118716] mhi mhi0: Power on setup success
[  144.222303] mhi mhi0: Wait for device to enter SBL or Mission mode
[  144.627712] ath12k_pci 0000:06:00.0: chip_id 0x2 chip_family 0x4 board_id 0x104 soc_id 0x40170200
[  144.627945] ath12k_pci 0000:06:00.0: fw_version 0x1005bc12 fw_build_timestamp 2022-10-11 12:13 fw_build_id QC_IMAGE_VERSION_STRING=WLAN.HMT.1.0-03427-QCAHMTSWPL_V1.0_V2.0_SILICONZ-1.15378.4
[  144.959196] ath12k_pci 0000:06:00.0: failed to parse tlv -22
[  144.959317] ath12k_pci 0000:06:00.0: failed to parse ext2 event tlv -22
[  150.263567] ath12k_pci 0000:06:00.0: failed to receive wmi service ready event: -110
[  150.276547] ath12k_pci 0000:06:00.0: failed to start core: -110

-- 
https://patchwork.kernel.org/project/linux-wireless/list/

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

  parent reply	other threads:[~2023-04-26  6:04 UTC|newest]

Thread overview: 34+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-04-13 21:51 [PATCH v3 00/11] wifi: ath12k: (v3) EHT support Aloka Dixit
2023-04-13 21:51 ` Aloka Dixit
2023-04-13 21:51 ` [PATCH v3 01/11] wifi: ath12k: rename HE capabilities setup/copy functions Aloka Dixit
2023-04-13 21:51   ` Aloka Dixit
2023-04-13 21:51 ` [PATCH v3 02/11] wifi: ath12k: move HE capabilities processing to a new function Aloka Dixit
2023-04-13 21:51   ` Aloka Dixit
2023-04-13 21:51 ` [PATCH v3 03/11] wifi: ath12k: process EHT capabilities Aloka Dixit
2023-04-13 21:51   ` Aloka Dixit
2023-04-17 13:01   ` Kalle Valo
2023-04-17 13:01     ` Kalle Valo
2023-04-13 21:51 ` [PATCH v3 04/11] wifi: ath12k: propagate EHT capabilities to userspace Aloka Dixit
2023-04-13 21:51   ` Aloka Dixit
2023-04-13 21:51 ` [PATCH v3 05/11] wifi: ath12k: add EHT PHY modes Aloka Dixit
2023-04-13 21:51   ` Aloka Dixit
2023-04-13 21:51 ` [PATCH v3 06/11] wifi: ath12k: prepare EHT peer assoc parameters Aloka Dixit
2023-04-13 21:51   ` Aloka Dixit
2023-04-13 21:51 ` [PATCH v3 07/11] wifi: ath12k: add WMI support for EHT peer Aloka Dixit
2023-04-13 21:51   ` Aloka Dixit
2023-04-13 21:51 ` [PATCH v3 08/11] wifi: ath12k: peer assoc for 320 MHz Aloka Dixit
2023-04-13 21:51   ` Aloka Dixit
2023-04-13 21:51 ` [PATCH v3 09/11] wifi: ath12k: add MLO header in peer association Aloka Dixit
2023-04-13 21:51   ` Aloka Dixit
2023-04-13 21:51 ` [PATCH v3 10/11] wifi: ath12k: parse WMI service ready ext2 event Aloka Dixit
2023-04-13 21:51   ` Aloka Dixit
2023-04-13 21:51 ` [PATCH v3 11/11] wifi: ath12k: configure puncturing bitmap Aloka Dixit
2023-04-13 21:51   ` Aloka Dixit
2023-04-26  6:03 ` Kalle Valo [this message]
2023-04-26  6:03   ` [PATCH v3 00/11] wifi: ath12k: (v3) EHT support Kalle Valo
2023-04-26 16:49   ` Aloka Dixit
2023-04-26 16:49     ` Aloka Dixit
2023-04-28 21:50     ` Aloka Dixit
2023-04-28 21:50       ` Aloka Dixit
2023-05-05  3:09   ` Wen Gong
2023-05-05  3:09     ` Wen Gong

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=87ildjtc1c.fsf@kernel.org \
    --to=kvalo@kernel.org \
    --cc=ath12k@lists.infradead.org \
    --cc=linux-wireless@vger.kernel.org \
    --cc=quic_alokad@quicinc.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.