public inbox for ath12k@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2023-12-07 02:14:49 to 2024-01-15 15:28:06 UTC [more...]

[PATCH 0/4] wifi: ath12k: Refactor MAC alloc/destroy/un/register helper functions
 2024-01-15 15:27 UTC  (12+ messages)
` [PATCH 1/4] wifi: ath12k: Refactor the DP pdev pre alloc call sequence
` [PATCH 2/4] wifi: ath12k: Refactor the MAC allocation and destroy
` [PATCH 3/4] wifi: ath12k: Refactor MAC setup channel helper function
` [PATCH 4/4] wifi: ath12k: Refactor MAC un/register "

[PATCH 00/12] wifi: ath12k: Add single wiphy support
 2024-01-15  7:53 UTC  (32+ messages)
` [PATCH 01/12] wifi: ath12k: add multiple radio support in a single MAC HW un/register
` [PATCH 02/12] wifi: ath12k: Modify add and remove chanctx ops for single wiphy support
` [PATCH 03/12] wifi: ath12k: modify ath12k mac start/stop ops for single wiphy
` [PATCH 04/12] wifi: ath12k: vdev statemachine changes "
` [PATCH 05/12] wifi: ath12k: scan "
` [PATCH 06/12] wifi: ath12k: fetch correct radio based on vdev status
` [PATCH 07/12] wifi: ath12k: Cache vdev configs before vdev create
` [PATCH 08/12] wifi: ath12k: Add additional checks for vif and sta iterators
` [PATCH 09/12] wifi: ath12k: modify regulatory support for single wiphy architecture
` [PATCH 10/12] wifi: ath12k: Modify set and get antenna mac ops for single wiphy
` [PATCH 11/12] wifi: ath12k: Modify rts threshold mac op "
` [PATCH 12/12] wifi: ath12k: support get_survey "

[PATCH] wifi: ath12k: add support for collecting firmware log
 2024-01-15  2:37 UTC 

[PATCH v2 0/3] wifi: ath12k: Cleanup QMI messaging functions
 2024-01-14 15:01 UTC  (5+ messages)
` [PATCH v2 1/3] wifi: ath12k: Remove unnecessary struct qmi_txn initializers
` [PATCH v2 2/3] wifi: ath12k: Add missing qmi_txn_cancel() calls
` [PATCH v2 3/3] wifi: ath12k: Use initializers for QMI message buffers

[PATCH 0/2] wifi: ath12k: Enable QMI MLO helper function on QCN9274
 2024-01-13  2:06 UTC  (5+ messages)
` [PATCH 1/2] wifi: ath12k: Refactor QMI MLO host capability helper function
` [PATCH 2/2] wifi: ath12k: Add QMI PHY capability learn support

[PATCH v2 00/10] wifi: ath12k: P2P support for WCN7850
 2024-01-13  2:05 UTC  (24+ messages)
` [PATCH v2 01/10] wifi: ath12k: change interface combination for P2P mode
` [PATCH v2 02/10] wifi: ath12k: add P2P IE in beacon template
` [PATCH v2 03/10] wifi: ath12k: implement handling of P2P NoA event
` [PATCH v2 04/10] wifi: ath12k: implement remain on channel for P2P mode
` [PATCH v2 05/10] wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512
` [PATCH v2 06/10] wifi: ath12k: allow specific mgmt frame tx while vdev is not up
` [PATCH v2 07/10] wifi: ath12k: fix broken structure wmi_vdev_create_cmd
` [PATCH v2 08/10] wifi: ath12k: move peer delete after vdev stop of station for WCN7850
` [PATCH v2 09/10] wifi: ath12k: designating channel frequency for ROC scan
` [PATCH v2 10/10] wifi: ath12k: advertise P2P dev support for WCN7850

[PATCH v2 0/2] wifi: ath12k: Introduce hw abstraction
 2024-01-12 16:39 UTC  (5+ messages)
` [PATCH v2 1/2] wifi: ath12k: Refactor the mac80211 hw access from link/radio
` [PATCH v2 2/2] wifi: ath12k: Introduce the container for mac80211 hw

[PATCH 0/2] wifi: ath12k: Introduce hw abstraction
 2024-01-12  1:38 UTC  (5+ messages)
` [PATCH 1/2] wifi: ath12k: Refactor the mac80211 hw access from link/radio
` [PATCH 2/2] wifi: ath12k: Introduce the container for mac80211 hw

[PATCH 0/2] wifi: ath12k: add processing for TWT enable/disable event
 2024-01-11 16:55 UTC  (7+ messages)
` [PATCH 1/2] wifi: ath12k: add processing for TWT enable event
` [PATCH 2/2] wifi: ath12k: add processing for TWT disable event

[PATCH 0/3] wifi: ath12k: Cleanup QMI messaging functions
 2024-01-11 16:21 UTC  (5+ messages)
` [PATCH 1/3] wifi: ath12k: Remove unnecessary struct qmi_txn initializers
` [PATCH 2/3] wifi: ath12k: Add missing qmi_txn_cancel() calls
` [PATCH 3/3] wifi: ath12k: Use initializers for QMI message buffers

[PATCH] wifi: ath12k: refactor ath12k_wmi_tlv_parse_alloc()
 2024-01-11 11:19 UTC  (3+ messages)

[PATCH v3] wifi: ath12k: report tx bitrate for iw dev xxx station dump
 2024-01-11 11:12 UTC  (3+ messages)

[PATCH 00/10] wifi: ath12k: P2P support for WCN7850
 2024-01-08 18:10 UTC  (15+ messages)
` [PATCH 01/10] wifi: ath12k: change interface combination for P2P mode
` [PATCH 02/10] wifi: ath12k: add P2P IE in beacon template
` [PATCH 03/10] wifi: ath12k: implement handling of P2P NoA event
` [PATCH 04/10] wifi: ath12k: implement remain on channel for P2P mode
` [PATCH 05/10] wifi: ath12k: change WLAN_SCAN_PARAMS_MAX_IE_LEN from 256 to 512
` [PATCH 06/10] wifi: ath12k: allow specific mgmt frame tx while vdev is not up
` [PATCH 07/10] wifi: ath12k: fix broken structure wmi_vdev_create_cmd
` [PATCH 08/10] wifi: ath12k: move peer delete after vdev stop of station for WCN7850
` [PATCH 09/10] wifi: ath12k: designating channel frequency for ROC scan
` [PATCH 10/10] wifi: ath12k: advertise P2P dev support for WCN7850

[PATCH v2 00/12] wifi: ath12k: QCN9274 dualmac bring up
 2024-01-08 17:52 UTC  (14+ messages)
` [PATCH v2 01/12] wifi: ath12k: indicate NON MBSSID vdev by default during vdev start
` [PATCH v2 02/12] wifi: ath12k: fetch correct pdev id from WMI_SERVICE_READY_EXT_EVENTID
` [PATCH v2 03/12] wifi: ath12k: add support for peer meta data version
` [PATCH v2 04/12] wifi: ath12k: fix fetching MCBC flag for QCN9274
` [PATCH v2 05/12] wifi: ath12k: Add logic to write QRTR node id to scratch
` [PATCH v2 06/12] wifi: ath12k: fix firmware assert during insmod in memory segment mode
` [PATCH v2 07/12] wifi: ath12k: split hal_ops to support RX TLVs word mask compaction
` [PATCH v2 08/12] wifi: ath12k: remove hal_desc_sz from hw params
` [PATCH v2 09/12] wifi: ath12k: subscribe required word mask from rx tlv
` [PATCH v2 10/12] wifi: ath12k: add MAC id support in WBM error path
` [PATCH v2 11/12] wifi: ath12k: fix PCI read and write
` [PATCH v2 12/12] wifi: ath12k: Read board id to support split-PHY QCN9274

[PATCH 00/13] wifi: ath12k: QCN9274 dualmac bring up
 2024-01-05 18:42 UTC  (7+ messages)
` [PATCH 02/13] wifi: ath12k: indicate NON MBSSID vdev by default during vdev start
` [PATCH 10/13] wifi: ath12k: subscribe required word mask from rx tlv

[PATCH] wifi: ath12k: add firmware-2.bin support
 2024-01-05 18:36 UTC  (2+ messages)

[PATCH] wifi: ath12k: add display tx and rx bitrate for 11be
 2024-01-04 16:50 UTC  (2+ messages)

[PATCH v2 0/3] wifi: ath: replace ENOTSUPP with EOPNOTSUPP
 2024-01-04 16:40 UTC  (6+ messages)
` [PATCH v2 1/3] wifi: ath12k: "
` [PATCH v2 2/3] wifi: ath11k: "
` [PATCH v2 3/3] wifi: ath10k: "

[PATCH 0/3] wifi: ath: replace ENOTSUPP with EOPNOTSUPP
 2024-01-04  3:03 UTC  (8+ messages)
` [PATCH 1/3] wifi: ath12k: "
` [PATCH 2/3] wifi: ath11k: "
` [PATCH 3/3] wifi: ath10k: "

[PATCH 00/10] wifi: ath12k: Refactor mac80211 callback operation functions
 2024-01-03 17:39 UTC  (21+ messages)
` [PATCH 01/10] wifi: ath12k: Refactor mac callback of config
` [PATCH 02/10] wifi: ath12k: Refactor mac callback of bss info changed
` [PATCH 03/10] wifi: ath12k: Refactor mac callback of conf tx
` [PATCH 04/10] wifi: ath12k: Refactor mac callback of start
` [PATCH 05/10] wifi: ath12k: Refactor mac callback of stop
` [PATCH 06/10] wifi: ath12k: Refactor mac callback of update vif offload
` [PATCH 07/10] wifi: ath12k: Refactor mac callback of configure filter
` [PATCH 08/10] wifi: ath12k: Refactor mac callback of ampdu action
` [PATCH 09/10] wifi: ath12k: Refactor mac callback of flush
` [PATCH 10/10] wifi: ath12k: Refactor start vdev delay function

[PULL linux-firmware] ath10k, ath11k and ath12k firmware 2023-12-21
 2023-12-26 19:41 UTC  (2+ messages)

[PATCH] wifi: ath12k: Make QMI message rules const
 2023-12-20 18:32 UTC  (2+ messages)

[PATCH 0/5] wifi: ath12k: support some new strings while searching board/regdb data in board-2.bin
 2023-12-18 18:48 UTC  (12+ messages)
` [PATCH 1/5] wifi: ath12k: add string type to search board data in board-2.bin for WCN7850
` [PATCH 2/5] wifi: ath12k: add fallback board name without variant while searching board-2.bin
` [PATCH 3/5] wifi: ath12k: remove unused ATH12K_BD_IE_BOARD_EXT
` [PATCH 4/5] wifi: ath12k: add support to search regdb data in board-2.bin for WCN7850
` [PATCH 5/5] wifi: ath12k: support default regdb while searching "

pull-request: ath-next-20231215
 2023-12-17 11:20 UTC  (2+ messages)

[PATCH] Revert "wifi: ath12k: use ATH12K_PCI_IRQ_DP_OFFSET for DP IRQ"
 2023-12-15 15:58 UTC  (3+ messages)

[PATCH v2] wifi: ath12k: fix the issue that the multicast/broadcast indicator is not read correctly for WCN7850
 2023-12-12 17:34 UTC  (3+ messages)

[PATCH v2] wifi: ath12k: report tx bitrate for iw dev xxx station dump
 2023-12-08  0:40 UTC  (2+ messages)

[PATCH] wifi: ath12k: report tx bitrate for iw dev xxx station dump
 2023-12-07 10:33 UTC  (3+ messages)

[PATCH v2] wifi: ath12k: report tx bitrate for iw dev xxx station dump
 2023-12-07  2:10 UTC 


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox