linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-12-05 09:22:23 to 2024-12-09 23:20:18 UTC [more...]

[PATCH net-next v2] net: reformat kdoc return statements
 2024-12-09 23:20 UTC  (4+ 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)

[PATCH 0/9] wifi: ath12k: MLO support part 8
 2024-12-09 20:01 UTC  (12+ 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

ath11k swiotlb buffer is full (on IMX8M with 4GiB DRAM)
 2024-12-09 19:15 UTC  (9+ messages)

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

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

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

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

[PATCH v3 00/13] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2024-12-09 16:56 UTC  (14+ 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

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  (11+ messages)

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

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

[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  (3+ 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  (4+ 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] wifi: ath11k: allow APs combination when dual stations are supported
 2024-12-09 11:23 UTC  (4+ messages)

rtw88: missing device IDs in v6.13
 2024-12-09 11:14 UTC 

[PATCH] wifi: rtl8xxxu: add more missing rtl8192cu USB IDs
 2024-12-09 11:05 UTC  (7+ messages)

[PATCH] wifi: ath11k: allow APs combination when dual stations are supported
 2024-12-09  8:33 UTC  (7+ messages)

[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  (17+ messages)
` [PATCH v2 15/22] wifi: ath12k: add BDF address in hardware parameter
` [PATCH v2 17/22] wifi: ath12k: add AHB driver support for IPQ5332

[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 

[wireless:for-next] BUILD SUCCESS f1d3334d604cc32db63f6e2b3283011e02294e54
 2024-12-07  8:30 UTC 

brcmfmac: Unexpected brcmf_set_channel: set chanspec 0xd022 fail, reason -52 - Part 2
 2024-12-07  4:44 UTC  (10+ messages)

[PATCH v2 0/4] wifi: rtlwifi probe error path fixes
 2024-12-06 17:37 UTC  (5+ messages)
` [PATCH v2 1/4] wifi: rtlwifi: remove unused check_buddy_priv
` [PATCH v2 2/4] wifi: rtlwifi: destroy workqueue at rtl_deinit_core
` [PATCH v2 3/4] wifi: rtlwifi: fix memory leaks and invalid acess at probe error path
` [PATCH v2 4/4] wifi: rtlwifi: pci: wait for firmware loading before releasing memory

[PATCH 0/7] wifi: ath12k: MLO support part 6
 2024-12-06 15:42 UTC  (5+ messages)
` [PATCH 2/7] wifi: ath12k: rename mlo_capable_flags to single_chip_mlo_supp

[PATCH] net: wireless: Remove adhoc and beacon_int_min_gcd check
 2024-12-06 15:12 UTC  (3+ messages)

[PATCH v3 0/3] wifi: ath12k: Support dump PDEV transmit and receive rate HTT stats
 2024-12-06 13:33 UTC  (4+ messages)
` [PATCH v3 1/3] wifi: ath12k: Dump PDEV transmit "
` [PATCH v3 2/3] wifi: ath12k: Dump PDEV receive "
` [PATCH v3 3/3] wifi: ath12k: Dump additional "

[PATCH 0/7] wifi: rtw89: refactor PS flow, rate selection rule and something others
 2024-12-06  5:57 UTC  (8+ messages)
` [PATCH 1/7] wifi: rtw89: ps: refactor PS flow to support MLO
` [PATCH 2/7] wifi: rtw89: ps: refactor channel info to firmware before entering PS
` [PATCH 3/7] wifi: rtw89: ps: update data for firmware and settings for hardware before/after PS
` [PATCH 4/7] wifi: rtw89: disable firmware training HE GI and LTF
` [PATCH 5/7] wifi: rtw89: 8852c: disable ER SU when 4x HE-LTF and 0.8 GI capability differ
` [PATCH 6/7] wifi: rtw89: regd: update regulatory map to R68-R51
` [PATCH 7/7] wifi: rtw89: 8922a: update format of RFK pre-notify H2C command v2

[PATCH] wifi: mac80211: re-order unassigning channel in activate links
 2024-12-05 11:10 UTC  (3+ messages)

[syzbot] [wireless?] KASAN: slab-use-after-free Read in ath9k_hif_request_firmware
 2024-12-05  9:22 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).