linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-09 02:42:03 to 2024-12-10 22:02:49 UTC [more...]

[PATCH v3 00/19] Converge on using secs_to_jiffies()
 2024-12-10 22:02 UTC  (20+ messages)
` [PATCH v3 01/19] netfilter: conntrack: Cleanup timeout definitions
` [PATCH v3 02/19] coccinelle: misc: Add secs_to_jiffies script
` [PATCH v3 03/19] arm: pxa: Convert timeouts to use secs_to_jiffies()
` [PATCH v3 04/19] s390: kernel: "
` [PATCH v3 05/19] powerpc/papr_scm: Convert timeouts to secs_to_jiffies()
` [PATCH v3 06/19] mm: kmemleak: "
` [PATCH v3 07/19] accel/habanalabs: "
` [PATCH v3 08/19] drm/xe: Convert timeout "
` [PATCH v3 09/19] scsi: lpfc: Convert timeouts "
` [PATCH v3 10/19] scsi: arcmsr: "
` [PATCH v3 11/19] scsi: pm8001: "
` [PATCH v3 12/19] xen/blkback: "
` [PATCH v3 13/19] gve: "
` [PATCH v3 14/19] wifi: ath11k: "
` [PATCH v3 15/19] Bluetooth: MGMT: "
` [PATCH v3 16/19] staging: vc04_services: "
` [PATCH v3 17/19] ceph: "
` [PATCH v3 18/19] livepatch: "
` [PATCH v3 19/19] ALSA: line6: "

[PATCH 0/7] wifi: ath12k: MLO support part 6
 2024-12-10 20:58 UTC  (3+ messages)
` [PATCH 5/7] wifi: ath12k: move struct ath12k_hw from per device to group

[PATCH 1/2] wifi: iwlwifi: Fix eMLSR band comparison
 2024-12-10 20:12 UTC  (5+ messages)

[PATCH v4 00/13] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2024-12-10 17:00 UTC  (21+ messages)
` [PATCH v4 01/13] dt-bindings: net: wireless: describe the ath12k AHB module
` [PATCH v4 02/13] wifi: ath12k: fix incorrect CE addresses
` [PATCH v4 03/13] wifi: ath12k: refactor ath12k_hw_regs structure
` [PATCH v4 04/13] wifi: ath12k: add ath12k_hw_params for IPQ5332
` [PATCH v4 05/13] wifi: ath12k: avoid m3 firmware download in AHB device IPQ5332
` [PATCH v4 06/13] wifi: ath12k: Add hw_params to remap CE register space for IPQ5332
` [PATCH v4 07/13] wifi: ath12k: add support for fixed QMI firmware memory
` [PATCH v4 08/13] wifi: ath12k: add AHB driver support for IPQ5332
` [PATCH v4 09/13] wifi: ath12k: Power up root PD
` [PATCH v4 10/13] wifi: ath12k: Register various userPD interrupts and save SMEM entries
` [PATCH v4 11/13] wifi: ath12k: Power up userPD
` [PATCH v4 12/13] wifi: ath12k: Power down userPD
` [PATCH v4 13/13] wifi: ath12k: enable ath12k AHB support

[PATCH 1/2] wifi: cfg80211: annotate struct cfg80211_mgmt_registration with __counted_by()
 2024-12-10 16:42 UTC  (3+ messages)
` [PATCH 2/2] wifi: cfg80211: simplify cfg80211_mlme_register_mgmt()

[PATCH net-next v2 0/7] netlink: specs: add a spec for nl80211 wiphy
 2024-12-10 16:14 UTC  (8+ messages)
` [PATCH net-next v2 1/7] tools/net/ynl: remove extraneous plural from variable names
` [PATCH net-next v2 2/7] tools/net/ynl: support decoding indexed arrays as enums
` [PATCH net-next v2 3/7] tools/net/ynl: support rendering C array members to strings
` [PATCH net-next v2 4/7] tools/net/ynl: accept IP string inputs
` [PATCH net-next v2 5/7] netlink: specs: support nested structs in genetlink legacy
` [PATCH net-next v2 6/7] netlink: specs: add s8, s16 to genetlink schemas
` [PATCH net-next v2 7/7] netlink: specs: wireless: add a spec for nl80211

pull-request: wireless-2024-12-10
 2024-12-10 13:01 UTC 

[wireless-next:main] BUILD SUCCESS b20821248e262a7d16882137419460030c1aead6
 2024-12-10 12:55 UTC 

[PATCH net-next v1 0/7] netlink: specs: add a spec for nl80211 wiphy
 2024-12-10 12:00 UTC  (5+ messages)
` [PATCH net-next v1 4/7] tools/net/ynl: accept IP string inputs

[PATCH 1/3] wifi: ath9k: cleanup ath_txq_skb_done()
 2024-12-10 11:37 UTC  (7+ messages)
` [PATCH 2/3] wifi: ath9k: cleanup a few (mostly) TX-related routines
` [PATCH 3/3] wifi: ath9k: simplify internal time management

[PATCH] wifi: ath11k: allow APs combination when dual stations are supported
 2024-12-10  8:44 UTC  (4+ messages)

[PATCH 0/9] wifi: ath12k: MLO support part 8
 2024-12-10  8:25 UTC  (13+ messages)
` [PATCH 1/9] wifi: ath12k: move to HW link id based reveive handling
` [PATCH 2/9] wifi: ath12k: add partner device buffer support in receive data path
` [PATCH 3/9] wifi: ath12k: add helper function to init partner cmem configuration
` [PATCH 4/9] wifi: ath12k: introduce interface combination cleanup helper
` [PATCH 5/9] wifi: ath12k: Refactor radio frequency information
` [PATCH 6/9] wifi: ath12k: advertise multi device interface combination
` [PATCH 7/9] wifi: ath12k: fix ath12k_qmi_alloc_chunk() to handle too large allocations
` [PATCH 8/9] wifi: ath12k: fix ar->supports_6ghz usage during hw register
` [PATCH 9/9] wifi: ath12k: pass link ID during MLO while delivering skb

[PATCH v3 00/13] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2024-12-10  7:43 UTC  (16+ messages)
` [PATCH v3 01/13] dt-bindings: net: wireless: describe the ath12k AHB module
` [PATCH v3 02/13] wifi: ath12k: fix incorrect CE addresses
` [PATCH v3 03/13] wifi: ath12k: refactor ath12k_hw_regs structure
` [PATCH v3 04/13] wifi: ath12k: add ath12k_hw_params for IPQ5332
` [PATCH v3 05/13] wifi: ath12k: avoid m3 firmware download in AHB device IPQ5332
` [PATCH v3 06/13] wifi: ath12k: Add hw_params to remap CE register space for IPQ5332
` [PATCH v3 07/13] wifi: ath12k: add support for fixed QMI firmware memory
` [PATCH v3 08/13] wifi: ath12k: add AHB driver support for IPQ5332
` [PATCH v3 09/13] wifi: ath12k: Power up root PD
` [PATCH v3 10/13] wifi: ath12k: Register various userPD interrupts and save SMEM entries
` [PATCH v3 11/13] wifi: ath12k: Power up userPD
` [PATCH v3 12/13] wifi: ath12k: Power down userPD
` [PATCH v3 13/13] wifi: ath12k: enable ath12k AHB support

[PATCH] wifi: brcmsmac: add gain range check to wlc_phy_iqcal_gainparams_nphy()
 2024-12-10  7:04 UTC 

[PATCH] wifi: brcmfmac: handle possible pci_enable_msi() error
 2024-12-10  7:03 UTC 

[PATCH v2 wireless-next] wifi: ath12k: Fix out-of-bounds read in ath12k_mac_vdev_create
 2024-12-10  6:47 UTC  (6+ messages)

[PATCH] wifi: ath12k: fix read pointer after free in ath12k_mac_assign_vif_to_vdev()
 2024-12-10  6:04 UTC  (2+ messages)

ath11k swiotlb buffer is full (on IMX8M with 4GiB DRAM)
 2024-12-10  4:11 UTC  (10+ messages)

[PATCH] wireless-regdb: Update regulatory info for Cayman Islands (KY) for 2024
 2024-12-10  3:00 UTC 

[PATCH] wifi: ath11k: allow APs combination when dual stations are supported
 2024-12-10  2:32 UTC  (5+ messages)

rtw88: missing device IDs in v6.13
 2024-12-10  0:30 UTC  (2+ messages)

[PATCH] wifi: rtl8xxxu: add more missing rtl8192cu USB IDs
 2024-12-10  0:26 UTC  (8+ messages)

[PATCH v5 0/2] iw: scan: add EHT beacon info support
 2024-12-09 23:27 UTC  (3+ messages)
` [PATCH v5 1/2] iw: util: update and clean up eht capa printing
` [PATCH v5 2/2] iw: scan: add eht capability parsing

[PATCH net-next v2] net: reformat kdoc return statements
 2024-12-09 23:20 UTC  (2+ messages)

[PATCH] brcmfmac: fix RSSI report in AP mode
 2024-12-09 21:43 UTC  (4+ messages)

[PATCH] wifi: brcmfmac: remove misleading log messages
 2024-12-09 20:08 UTC  (3+ messages)

pull-request: ath-next-20241209
 2024-12-09 18:42 UTC  (2+ messages)

[PATCH 0/8] wifi: ath12k: MLO support part 7
 2024-12-09 17:26 UTC  (5+ messages)
` [PATCH 1/8] dt-bindings: net: wireless: Describe ath12k PCI module with WSI

[PATCH] wireless-regdb: Update regulatory rules for Armenia (AM) on 2.4 and 5 GHz
 2024-12-09 17:02 UTC 

wireless-regdb: Update regulatory rules for Armenia (AM) on 2.4 and 5 GHz
 2024-12-09 16:57 UTC  (4+ messages)

[PATCH] wifi: mwifiex: decrease timeout waiting for host sleep from 10s to 5s
 2024-12-09 15:59 UTC  (2+ messages)

[PATCH] brcmfmac: fix brcmf_vif_clear_mgmt_ies when stopping AP
 2024-12-09 15:59 UTC  (2+ messages)
` wifi: "

[PATCH] wlcore: testmode: Constify strutc nla_policy
 2024-12-09 15:58 UTC  (2+ messages)
` wifi: "

[PATCH] wifi: brcmfmac: fix scatter-gather handling by detecting end of sg list
 2024-12-09 15:58 UTC  (2+ messages)

[PATCH] wifi: wlcore: fix unbalanced pm_runtime calls
 2024-12-09 15:51 UTC  (2+ messages)

[PATCH next] wifi: ath12k: Off by one in ath12k_wmi_process_csa_switch_count_event()
 2024-12-09 15:45 UTC  (2+ messages)

[PATCH] wifi: ath12k: fix leaking michael_mic for non-primary links
 2024-12-09 15:37 UTC  (2+ messages)

[PATCH v2 0/8] wifi: ath12k: MLO support part 7
 2024-12-09 15:30 UTC  (9+ messages)
` [PATCH v2 1/8] dt-bindings: net: wireless: Describe ath12k PCI module with WSI
` [PATCH v2 2/8] wifi: ath12k: parse multiple device information from Device Tree
` [PATCH v2 3/8] wifi: ath12k: send partner device details in QMI MLO capability
` [PATCH v2 4/8] wifi: ath12k: refactor ath12k_qmi_alloc_target_mem_chunk()
` [PATCH v2 5/8] wifi: ath12k: add support to allocate MLO global memory region
` [PATCH v2 6/8] wifi: ath12k: Add MLO WMI setup and teardown functions
` [PATCH v2 7/8] wifi: ath12k: enable MLO setup and teardown from core
` [PATCH v2 8/8] wifi: ath12k: avoid redundant code in DP Rx error process

[PATCH v2 00/21] Converge on using secs_to_jiffies()
 2024-12-09 15:03 UTC  (6+ messages)

brcmfmac SAE/WPA3 negotiation
 2024-12-09 14:30 UTC 

[PATCH net-next v5 0/5] net: Improve netns handling in RTNL and ip_tunnel
 2024-12-09 14:01 UTC  (6+ messages)
` [PATCH net-next v5 1/5] net: ip_tunnel: Build flow in underlay net namespace
` [PATCH net-next v5 2/5] rtnetlink: Lookup device in target netns when creating link
` [PATCH net-next v5 3/5] rtnetlink: Decouple net namespaces in rtnl_newlink_create()
` [PATCH net-next v5 4/5] selftests: net: Add python context manager for netns entering
` [PATCH net-next v5 5/5] selftests: net: Add two test cases for link netns

[PATCH v3 00/11] Remove implicit devres from pci_intx()
 2024-12-09 13:06 UTC  (12+ messages)
` [PATCH v3 01/11] PCI: Prepare removing "
` [PATCH v3 02/11] drivers/xen: Use never-managed version of pci_intx()
` [PATCH v3 03/11] net/ethernet: "
` [PATCH v3 04/11] net/ntb: "
` [PATCH v3 05/11] misc: "
` [PATCH v3 06/11] vfio/pci: "
` [PATCH v3 07/11] PCI: MSI: "
` [PATCH v3 08/11] ata: Use always-managed "
` [PATCH v3 09/11] wifi: qtnfmac: use always-managed version of pcim_intx()
` [PATCH v3 10/11] HID: amd_sfh: Use "
` [PATCH v3 11/11] Remove devres from pci_intx()

[PATCH wireless-next] wifi: ath12k: Fix out-of-bounds read
 2024-12-09 12:39 UTC  (3+ messages)

ath10k "failed to install key for vdev 0 peer <mac>: -110"
 2024-12-09 12:37 UTC  (9+ messages)

ath11k-firmware: WCN6855 hw2.1: add Silex SX-PCEAX specific BDF
 2024-12-09 12:05 UTC 

[PATCH v2] wifi: mt76: mt7921: add rfkill_poll for hardware rfkill
 2024-12-09  7:09 UTC 

RE: [PATCH] rtlwifi: rtl8188ee: fix spelling error in _rtl88e_phy_set_rfpath_switch()
 2024-12-09  6:54 UTC  (2+ messages)

[PATCH] qtnfmac: fix spelling error in core.h
 2024-12-09  6:24 UTC 

[PATCH] wireless-regdb: Update regulatory info for Oman (OM)
 2024-12-09  5:52 UTC  (4+ messages)

[PATCH 6.1.y] ssb: Fix potential NULL pointer dereference in ssb_device_uevent()
 2024-12-09  6:33 UTC 

[PATCH v2] wifi: mac80211: re-order unassigning channel in activate links
 2024-12-09  5:12 UTC  (6+ messages)

[PATCH] wireless-regdb: Update regulatory info for Syria (SY) for 2020
 2024-12-09  4:35 UTC  (2+ messages)

[PATCH v2] wireless-regdb: assert and correct maximum bandwidth within frequency difference
 2024-12-09  4:35 UTC  (2+ messages)

[PATCH] wireless-regdb: Update regulatory info for Moldova (MD) on 6GHz for 2022
 2024-12-09  4:35 UTC  (2+ messages)

[PATCH] wireless-regdb: Update regulatory info for Azerbaijan (AZ) on 6GHz for 2024
 2024-12-09  4:35 UTC  (2+ messages)

[PATCH v2 00/22] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2024-12-09  4:23 UTC  (8+ messages)
` [PATCH v2 15/22] wifi: ath12k: add BDF address in hardware parameter

[PATCH] wifi: rtw89: phy: add dummy C2H event handler for report of TAS power
 2024-12-09  4:21 UTC 

[PATCH 1/2] wifi: rtw89: 8852c: rfk: refine target channel calculation in _rx_dck_channel_calc()
 2024-12-09  4:20 UTC  (2+ messages)
` [PATCH 2/2] wifi: rtw89: 8851b: rfk: remove unnecessary assignment of return value of _dpk_dgain_read()

[PATCH] wifi: mt76: mt7921: add rfkill_poll for hardware rfkill
 2024-12-09  4:10 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8188ee: fix spelling error in _rtl88e_phy_set_rfpath_switch()
 2024-12-09  3:30 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8188ee: fix spelling error in _rtl88e_phy_set_rfpath_switch()
 2024-12-09  3:21 UTC 

[PATCH] wifi: ath12k: use link specific bss_conf as well in ath12k_mac_vif_cache_flush()
 2024-12-09  2:41 UTC 


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).