ATH11K Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-22 06:52:07 to 2023-09-28 15:45:35 UTC [more...]

[PATCH] wifi: ath11k: consistently use kstrtoul_from_user()
 2023-09-28 15:45 UTC  (3+ messages)

[PATCH v3 0/1] wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handling
 2023-09-28 15:15 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH v2 wireless-next 8/9] wifi: ath11k: remove unnecessary (void*) conversions
 2023-09-28 15:09 UTC  (3+ messages)

[PATCH 1/5] wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process()
 2023-09-28 14:25 UTC  (12+ messages)
` [PATCH 2/5] wifi: ath11k: remove unused members of 'struct ath11k_base'
` [PATCH 3/5] wifi: ath11k: simplify spectral pull functions
` [PATCH 4/5] wifi: ath11k: use kstrtoul_from_user() where appropriate
` [PATCH 5/5] wifi: ath11k: fix stack usage of ath11k_mac_op_remain_on_channel()

ath11k: QCN9074: low HE-MCS index
 2023-09-27  7:16 UTC  (7+ messages)

[PATCH v2] wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handling
 2023-09-27  5:12 UTC  (6+ messages)

QCN9074 monitor mode crash
 2023-09-26 13:31 UTC  (4+ messages)
  ` AW: "

Instalacja pv
 2023-09-26  7:50 UTC 

[PATCH] ath11k: add trace log support
 2023-09-25 15:05 UTC  (3+ messages)

[PATCH v6 00/13] wifi: ath11k: add support for 6 GHz station for various modes : LPI, SP and VLP
 2023-09-25 10:57 UTC  (45+ messages)
` [PATCH v6 01/13] wifi: ath11k: add support to select 6 GHz regulatory type
` [PATCH v6 02/13] wifi: ath11k: store cur_regulatory_info for each radio
` [PATCH v6 03/13] wifi: ath11k: fix a possible dead lock caused by ab->base_lock
` [PATCH v6 04/13] wifi: ath11k: update regulatory rules when interface added
` [PATCH v6 05/13] wifi: ath11k: update regulatory rules when connect to AP on 6 GHz band for station
` [PATCH v6 06/13] wifi: ath11k: save power spectral density(psd) of regulatory rule
` [PATCH v6 07/13] wifi: ath11k: add parse of transmit power envelope element
` [PATCH v6 08/13] wifi: ath11k: save max tx power in vdev start response event from firmware
` [PATCH v6 09/13] wifi: ath11k: fill parameters for vdev set tpc power WMI command
` [PATCH v6 10/13] wifi: ath11k: add WMI_TLV_SERVICE_EXT_TPC_REG_SUPPORT service bit
` [PATCH v6 11/13] wifi: ath11k: discard BSS_CHANGED_TXPOWER when EXT_TPC_REG_SUPPORT for 6 GHz
` [PATCH v6 12/13] wifi: ath11k: add handler for WMI_VDEV_SET_TPC_POWER_CMDID
` [PATCH v6 13/13] wifi: ath11k: send TPC power to firmware for 6 GHz station

[PATCH] wifi: ath11k: mac: fix struct ieee80211_sband_iftype_data handling
 2023-09-23 20:08 UTC  (4+ messages)

[bug] mhi: ath11k: resume after hibernation is not working
 2023-09-22 14:40 UTC  (3+ messages)

[PATCH] wifi: ath11k: drop NULL pointer check in ath11k_update_per_peer_tx_stats()
 2023-09-21  8:13 UTC  (3+ messages)

[PATCH v2] wifi: ath11k: fix boot failure with one MSI vector
 2023-09-21  8:12 UTC  (4+ messages)

[linux-next:master] BUILD REGRESSION 926f75c8a5ab70567eb4c2d82fbc96963313e564
 2023-09-20 16:30 UTC 

[PATCH v2 00/13] PCI/ASPM: Make ASPM in core robust and remove driver workarounds
 2023-09-19 13:36 UTC  (18+ messages)
` [PATCH v2 01/13] PCI/ASPM: Rename pci_enable_link_state() to pci_set_default_link_state()
` [PATCH v2 02/13] PCI/ASPM: Improve pci_set_default_link_state() kerneldoc
` [PATCH v2 03/13] PCI/ASPM: Disable ASPM when driver requests it
` [PATCH v2 04/13] PCI/ASPM: Move L0S/L1/sub states mask calculation into a helper
` [PATCH v2 05/13] PCI/ASPM: Add pci_enable_link_state()
` [PATCH v2 06/13] Bluetooth: hci_bcm4377: Convert aspm disable to quirk
` [PATCH v2 07/13] mt76: Remove unreliable pci_disable_link_state() workaround
` [PATCH v2 08/13] e1000e: Remove unreliable pci_disable_link_state{,_locked}() workaround
` [PATCH v2 09/13] wifi: ath10k: Use pci_disable/enable_link_state()
` [PATCH v2 10/13] wifi: ath11k: "
` [PATCH v2 11/13] wifi: ath12k: "
` [PATCH v2 12/13] RDMA/hfi1: "
` [PATCH v2 13/13] misc: rtsx: "

[PATCH v2 wireless-next 0/9] Remove unnecessary (void*) conversions
 2023-09-19  4:48 UTC 

[PATCH v6] wifi: cfg80211: save power spectral density(psd) of regulatory rule
 2023-09-14 13:18 UTC  (2+ messages)

[PATCH 0/3] wifi: ath11k: fix CAC running state
 2023-09-14 13:16 UTC  (9+ messages)
` [PATCH 1/3] wifi: cfg80211: export DFS CAC time and usable state helper functions
` [PATCH 2/3] wifi: ath11k: fix CAC running state during virtual interface start
` [PATCH 3/3] wifi: ath11k: fix Tx power value during active CAC

[linux-next:master] BUILD REGRESSION e143016b56ecb0fcda5bb6026b0a25fe55274f56
 2023-09-13 22:33 UTC 

[PATCH wireless-next 8/9] wifi: ath11k: remove unnecessary (void*) conversions
 2023-09-14  4:05 UTC 

[PATCH wireless-next 0/9] Remove unnecessary (void*) conversions
 2023-09-14  4:03 UTC 

[PATCH v2 0/3] wifi: ath11k: fix CAC running state
 2023-09-13 10:17 UTC  (10+ messages)
` [PATCH v2 1/3] wifi: cfg80211: export DFS CAC time and usable state helper functions
` [PATCH v2 2/3] wifi: ath11k: fix CAC running state during virtual interface start
` [PATCH v2 3/3] wifi: ath11k: fix Tx power value during active CAC

WCN6855: Request: Support ThinkPad X13s 21BY-S03Y00
 2023-09-11 11:26 UTC  (9+ messages)
          ` WCN6855: Request: Support ThinkPad X13s 21BY-S03Y00^[

Rozłożenie zobowiązania na raty
 2023-09-11  7:50 UTC 

[PATCH AUTOSEL 6.5 43/45] Fix nomenclature for USB and PCI wireless devices
 2023-09-08 21:31 UTC  (3+ messages)

[PATCH AUTOSEL 6.4 39/41] Fix nomenclature for USB and PCI wireless devices
 2023-09-08 18:15 UTC 

Słowa kluczowe do wypozycjonowania
 2023-09-08  7:55 UTC 

[PATCH] wifi: ath11k: drop NULL pointer check in ath11k_dp_rx_mon_dest_process()
 2023-09-07 14:52 UTC  (2+ messages)

[PATCH] wifi: ath11k: fix boot failure with one MSI vector
 2023-09-06 15:12 UTC  (10+ messages)

[regression v6.5-rc1] PCI: comm "swapper/0" leaking memory
 2023-09-06 11:03 UTC  (6+ messages)

[PATCH 1/2] wifi: ath11k: move references from rsvd2 to info fields
 2023-09-05 13:27 UTC  (5+ messages)
` [PATCH 2/2] wifi: ath11k: fix tid bitmap is 0 in peer rx mu stats

[v4] wifi: ath11k: Add crash logging
 2023-09-05 13:25 UTC  (3+ messages)

Fwd: ath11k: QCN9074: ce desc not available for wmi command
 2023-09-04  9:47 UTC  (7+ messages)

[PATCH] wifi: ath11k: add chip id board name while searching board-2.bin for WCN6855
 2023-08-30  7:29 UTC 

[PATCH] Revert "Revert "wifi: ath11k: Enable threaded NAPI""
 2023-08-29 11:47 UTC  (6+ messages)

Fwd: Qualcomm NFA725A on T14s AMD Gen3: Bluetooth: hci0: Failed to send headers (or body or access otp area)
 2023-08-28  7:08 UTC  (5+ messages)

Uszczelnienie dachu
 2023-08-25  7:45 UTC 

[PATCH AUTOSEL 6.4 03/10] Revert "wifi: ath11k: Enable threaded NAPI"
 2023-08-23 18:03 UTC  (3+ messages)

[PATCH] wifi: ath11k: Remove unused declarations
 2023-08-23 14:10 UTC  (2+ messages)

[PATCH net-next 1/2] wifi: ath11k: fix Wvoid-pointer-to-enum-cast warning
 2023-08-23 14:10 UTC  (3+ messages)

[PATCH -next] wifi: ath11k: simplify the code with module_platform_driver
 2023-08-23 14:08 UTC  (2+ messages)

[PATCH 0/3] ath*: Fix a few spelling errors
 2023-08-23 14:06 UTC  (10+ messages)
` [PATCH 1/3] wifi: ath10k: "
` [PATCH 2/3] wifi: ath11k: "
` [PATCH 3/3] wifi: ath12k: "

[PATCH] wifi: ath11k: Consistently use ath11k_vif_to_arvif()
 2023-08-23 14:04 UTC  (2+ messages)

[PATCH v2 1/2] ath11k: Don't drop tx_status when peer cannot be found
 2023-08-23 14:03 UTC  (2+ messages)

[PATCH AUTOSEL 6.1 3/9] Revert "wifi: ath11k: Enable threaded NAPI"
 2023-08-22 11:31 UTC 

[PATCH 0/2] wifi: ath11k: fix data out of sync for channel list for reg update
 2023-08-22  6:51 UTC  (4+ messages)


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 read-only IMAP folder(s) and NNTP newsgroup(s).