linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-10-11 11:56:52 to 2024-10-16 12:41:47 UTC [more...]

[PATCH v4 00/10] Remove pcim_iomap_regions_request_all()
 2024-10-16 12:41 UTC  (2+ messages)
` [PATCH v4 01/10] PCI: Make pcim_request_all_regions() a public function

[PATCH v2 2/2] wifi: ath12k: fix warning when unbinding
 2024-10-16 12:37 UTC 

[PATCH v2 1/2] wifi: ath12k: fix crash when unbinding
 2024-10-16 12:34 UTC 

[PATCH] rtlwifi: Update firmware for RTL8192FU to v7.3
 2024-10-16 12:15 UTC 

[PATCH 0/2] wifi: ath12k: fix issues when unbinding
 2024-10-16 12:01 UTC  (8+ messages)
` [PATCH 1/2] wifi: ath12k: fix crash "
` [PATCH 2/2] wifi: ath12k: fix warning "

[PATCH v2 00/22] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
 2024-10-16 11:13 UTC  (33+ messages)
` [PATCH v2 01/22] dt-bindings: net: wireless: describe the ath12k AHB module
` [PATCH v2 02/22] arm64: dts: qcom: add wifi node for IPQ5332 based RDP441
` [PATCH v2 03/22] wifi: ath12k: add ath12k_hw_params for IPQ5332
` [PATCH v2 04/22] wifi: ath12k: refactor ath12k_hw_regs structure
` [PATCH v2 05/22] wifi: ath12k: add ath12k_hw_regs for IPQ5332
` [PATCH v2 06/22] wifi: ath12k: add ath12k_hw_ring_mask "
` [PATCH v2 07/22] wifi: ath12k: add CE configurations "
` [PATCH v2 08/22] wifi: ath12k: add ath12k_hw_hal_params "
` [PATCH v2 09/22] wifi: ath12k: avoid m3 firmware download in AHB device IPQ5332
` [PATCH v2 10/22] wifi: ath12k: add new CMEM read-write ath12k_hif_ops
` [PATCH v2 11/22] wifi: ath12k: remap CMEM register space for IPQ5332
` [PATCH v2 12/22] wifi: ath12k: fix incorrect CE addresses
` [PATCH v2 13/22] wifi: ath12k: remap CE register space for IPQ5332
` [PATCH v2 14/22] wifi: ath12k: add support for fixed QMI firmware memory
` [PATCH v2 15/22] wifi: ath12k: add BDF address in hardware parameter
` [PATCH v2 16/22] wifi: ath12k: convert tasklet to BH workqueue for CE interrupts
` [PATCH v2 17/22] wifi: ath12k: add AHB driver support for IPQ5332
` [PATCH v2 18/22] wifi: ath12k: Power up root PD
` [PATCH v2 19/22] wifi: ath12k: Register various userPD interrupts and save SMEM entries
` [PATCH v2 20/22] wifi: ath12k: Power up userPD
` [PATCH v2 21/22] wifi: ath12k: Power down userPD
` [PATCH v2 22/22] wifi: ath12k: enable ath12k AHB support

[PATCH v3] wifi: mt76: introduce mt792x_config_mac_addr_list routine
 2024-10-16 10:10 UTC 

[PATCH wireless] wifi: mac80211: skip non-uploaded keys in ieee80211_iter_keys
 2024-10-16  9:41 UTC  (4+ messages)

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

[PATCH 0/5][next] net: Avoid thousands of -Wflex-array-member-not-at-end warnings
 2024-10-16  9:06 UTC  (5+ messages)
` [PATCH 1/5][next] net: dev: Introduce struct sockaddr_legacy
` [PATCH 3/5][next] uapi: wireless: Avoid -Wflex-array-member-not-at-end warnings

[PATCH v1 wl-next 0/3] wifi: wext: Namespacify wireless_nlevent_flush() calls
 2024-10-16  8:56 UTC  (7+ messages)
` [PATCH v1 wl-next 1/3] wifi: wext: Move wext_nlevents to net->gen[]
` [PATCH v1 wl-next 2/3] wifi: wext: Convert wireless_nlevent_work to per-netns work
` [PATCH v1 wl-next 3/3] wifi: wext: Don't iterate all netns in wireless_nlevent_flush()

[PATCH v3 00/11] wifi: ath12k: some fixes and clean up for monitor mode
 2024-10-16  6:57 UTC  (12+ messages)
` [PATCH v3 01/11] wifi: ath12k: remove unused variable monitor_present
` [PATCH v3 02/11] wifi: ath12k: optimize storage size for struct ath12k
` [PATCH v3 03/11] wifi: ath12k: fix struct hal_rx_ppdu_end_user_stats
` [PATCH v3 04/11] wifi: ath12k: fix struct hal_rx_ppdu_start
` [PATCH v3 05/11] wifi: ath12k: fix struct hal_rx_phyrx_rssi_legacy_info
` [PATCH v3 06/11] wifi: ath12k: fix struct hal_rx_mpdu_start
` [PATCH v3 07/11] wifi: ath12k: properly handling the state variables of monitor mode
` [PATCH v3 08/11] wifi: ath12k: delete NSS and TX power setting for monitor vdev
` [PATCH v3 09/11] wifi: ath12k: use tail MSDU to get MSDU information
` [PATCH v3 10/11] wifi: ath12k: fix A-MSDU indication in monitor mode
` [PATCH v3 11/11] wifi: ath12k: delete mon reap timer

[PATCH v5 0/4] wifi: ath12k: add 11d scan offload support and handle country code for WCN7850
 2024-10-16  6:35 UTC  (5+ messages)
` [PATCH v5 1/4] wifi: ath12k: add configure "
` [PATCH v5 2/4] wifi: ath12k: add 11d scan offload support
` [PATCH v5 3/4] wifi: ath12k: use correct WMI command to set country code for WCN7850
` [PATCH v5 4/4] wifi: ath12k: store and send country code to firmware after recovery

[PATCH 0/4] wifi: ath12k: Support Pager, Counter, SoC, Transmit Rate Stats
 2024-10-16  6:26 UTC  (5+ messages)
` [PATCH 1/4] wifi: ath12k: Support Downlink Pager Stats
` [PATCH 2/4] wifi: ath12k: Support phy counter and TPC stats
` [PATCH 3/4] wifi: ath12k: Support SoC Common Stats
` [PATCH 4/4] wifi: ath12k: Support Transmit PER Rate Stats

[PATCH] wifi: rtw88: Refactor looping in rtw_phy_store_tx_power_by_rate
 2024-10-16  6:06 UTC 

[PATCH v3 0/2] wifi: ath11k: fix full monitor mode for QCN9074
 2024-10-16  1:45 UTC  (5+ messages)
` [PATCH v3 1/2] wifi: ath11k: fix RCU stall while reaping monitor destination ring
` [PATCH v3 2/2] wifi: ath11k: add srng->lock for ath11k_hal_srng_* in monitor mode

[PATCH 5.15.y 5.10.y 5.4.y] wifi: mac80211: fix potential key use-after-free
 2024-10-15 22:20 UTC 

[PATCH v2 1/2] wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_config_scan()
 2024-10-15 22:06 UTC  (4+ messages)
` [PATCH v2 2/2] wifi: mwifiex: Annotate mwifiex_ie_types_wildcard_ssid_params with __counted_by()

[PATCH] wifi: ath12k: Fix for out-of bound access error
 2024-10-15 19:21 UTC 

iwlwifi: question on failure path in iwl_txq_gen2
 2024-10-15 17:23 UTC  (2+ messages)

[PATCH 00/11] wifi: ath12k: MLO support part 1
 2024-10-15 17:14 UTC  (12+ messages)
` [PATCH 01/11] wifi: ath12k: prepare vif data structure for MLO handling
` [PATCH 02/11] wifi: ath12k: pass ath12k_link_vif instead of vif/ahvif
` [PATCH 03/11] wifi: ath12k: prepare sta data structure for MLO handling
` [PATCH 04/11] wifi: ath12k: prepare vif config caching for MLO
` [PATCH 05/11] wifi: ath12k: modify ath12k_mac_vif_chan() "
` [PATCH 06/11] wifi: ath12k: modify ath12k_get_arvif_iter() "
` [PATCH 07/11] wifi: ath12k: modify ath12k_mac_op_bss_info_changed() "
` [PATCH 08/11] wifi: ath12k: modify ath12k_mac_op_set_key() "
` [PATCH 09/11] wifi: ath12k: update ath12k_mac_op_conf_tx() "
` [PATCH 10/11] wifi: ath12k: update ath12k_mac_op_update_vif_offload() "
` [PATCH 11/11] wifi: ath12k: modify link arvif creation and removal "

[PATCH v2 00/11] wifi: ath12k: some fixes and clean up for monitor mode
 2024-10-15 16:41 UTC  (2+ messages)

[PATCH v4 0/4] wifi: ath12k: add 11d scan offload support and handle country code for WCN7850
 2024-10-15 16:38 UTC  (2+ messages)

[PATCH] wifi: mt76: introduce mt792x_config_mac_addr_list routine
 2024-10-15 12:05 UTC  (2+ messages)

[PATCH v2] wifi: ath11k: Fix invalid ring usage in full monitor mode
 2024-10-15 11:43 UTC  (2+ messages)

[PATCH v3] wifi: mwifiex: avoid AP and STA running on different channel
 2024-10-15 10:20 UTC  (2+ messages)

[PATCH] wifi: rtw88: coex: remove rf4ce unused code
 2024-10-15  9:59 UTC  (4+ messages)

[PATCH] wifi: rtlwifi: rtl8192du: Don't claim USB ID 0bda:8171
 2024-10-15  9:35 UTC  (3+ messages)

[PATCH] wifi: ipw2x00/lib80211: select ARC4 helper
 2024-10-15  8:26 UTC  (3+ messages)

[PATCH ath-current] wifi: ath10k: Fix memory leak in management tx
 2024-10-15  6:41 UTC 

incorrect shift and mask operation in drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_n.c
 2024-10-14 23:02 UTC 

pull request: iwlwifi firmware updates 2024-10-14
 2024-10-14 20:34 UTC 

[RFC] ipw2100 ipw2200 ps3_gelic rtl8712 --- Are we ready for wext cleanup?
 2024-10-14 18:39 UTC  (3+ messages)

[syzbot] [wireless?] INFO: task hung in cfg80211_event_work (4)
 2024-10-14 14:38 UTC  (4+ messages)

[RFC PATCH 00/13] Remove implicit devres from pci_intx()
 2024-10-14  9:12 UTC  (16+ messages)
` [RFC PATCH 01/13] PCI: Prepare removing "
` [RFC PATCH 02/13] ALSA: hda: hda_intel: Use always-managed version of pcim_intx()
` [RFC PATCH 13/13] Remove devres from pci_intx()

[PATCH v3 0/2] wifi: ath12k: Support AST and Puncture Stats
 2024-10-14  7:17 UTC  (3+ messages)
` [PATCH v3 1/2] wifi: ath12k: Support AST Entry Stats
` [PATCH v3 2/2] wifi: ath12k: Support pdev Puncture Stats

[syzbot] Monthly wireless report (Oct 2024)
 2024-10-14  7:15 UTC 

[PATCH v3 0/2] wifi: ath12k: Support pdev Rate, Scheduled Algorithm Stats
 2024-10-14  7:06 UTC  (3+ messages)
` [PATCH v3 1/2] wifi: ath12k: Support Pdev "
` [PATCH v3 2/2] wifi: ath12k: Support BE OFDMA Pdev Rate Stats

[PATCH v3] wifi: ath12k: Support DMAC Reset Stats
 2024-10-14  6:52 UTC 

wifi: mt76: mt7921 Survey is missing noise floor
 2024-10-13 11:19 UTC 

[PATCH] cw1200: Remove unused cw1200_queue_requeue_all
 2024-10-12 20:38 UTC 

[PATCH wireless] wifi: mt76: mt7915: add module param to select 5 GHz or 6 GHz on MT7916
 2024-10-12 14:27 UTC  (3+ messages)

[PATCH 0/2] Improve ath10k flush queue mechanism
 2024-10-12 14:13 UTC  (3+ messages)
` [PATCH 1/2] wifi: ath10k: Implement ieee80211 flush_sta callback
` [PATCH 2/2] wifi: ath10k: Flush only requested txq in ath10k_flush()

[PATCH AUTOSEL 6.6 15/20] wifi: mt76: mt7921: fix NULL pointer access in mt7921_ipv6_addr_change
 2024-10-12 11:26 UTC 

[PATCH v2 00/22] wifi: rtw88: Add support for RTL8821AU and RTL8812AU
 2024-10-11 20:59 UTC  (23+ messages)
` [PATCH v2 01/22] wifi: rtw88: Add some definitions for RTL8821AU/RTL8812AU
` [PATCH v2 02/22] wifi: rtw88: Dump the HW features only for some chips
` [PATCH v2 03/22] wifi: rtw88: Allow different C2H RA report sizes
` [PATCH v2 04/22] wifi: rtw88: Extend the init table parsing for RTL8812AU
` [PATCH v2 05/22] wifi: rtw88: Allow rtw_chip_info.ltecoex_addr to be NULL
` [PATCH v2 06/22] wifi: rtw88: Let each driver control the power on/off process
` [PATCH v2 07/22] wifi: rtw88: Enable data rate fallback for older chips
` [PATCH v2 08/22] wifi: rtw88: Make txagc_remnant_ofdm an array
` [PATCH v2 09/22] wifi: rtw88: Support TX page sizes bigger than 128
` [PATCH v2 10/22] wifi: rtw88: Move pwr_track_tbl to struct rtw_rfe_def
` [PATCH v2 11/22] wifi: rtw88: usb: Set pkt_info.ls for the reserved page
` [PATCH v2 12/22] wifi: rtw88: Detect beacon loss with chips other than 8822c
` [PATCH v2 13/22] wifi: rtw88: coex: Support chips without a scoreboard
` [PATCH v2 14/22] wifi: rtw88: 8821a: Regularly ask for BT info updates
` [PATCH v2 15/22] wifi: rtw88: 8812a: Mitigate beacon loss
` [PATCH v2 16/22] wifi: rtw88: Add rtw8812a_table.{c,h}
` [PATCH v2 17/22] wifi: rtw88: Add rtw8821a_table.{c,h}
` [PATCH v2 18/22] wifi: rtw88: Add rtw88xxa.{c,h}
` [PATCH v2 19/22] wifi: rtw88: Add rtw8821a.{c,h}
` [PATCH v2 20/22] wifi: rtw88: Add rtw8812a.{c,h}
` [PATCH v2 21/22] wifi: rtw88: Add rtw8821au.c and rtw8812au.c
` [PATCH v2 22/22] wifi: rtw88: Enable the new RTL8821AU/RTL8812AU drivers

[PATCH 0/2] wifi: ath5k: add two PCI IDs
 2024-10-11 19:55 UTC  (3+ messages)

[PATCH] wifi: ath12k: add missing lockdep_assert_wiphy() for ath12k_mac_op_ functions
 2024-10-11 17:33 UTC 

[PATCH] wifi: ath10k: add channel 177 for 5 GHz band
 2024-10-11 16:51 UTC  (3+ messages)
` [PATCH v2] "

failed to remove key (0, ce:ce:1e:27:bb:e0) from hardware (-110) (ETIMEDOUT)
 2024-10-11 16:36 UTC  (4+ messages)

[PATCH v4 0/6] wifi: ath12k: switch to using wiphy_lock()
 2024-10-11 14:39 UTC  (2+ messages)

[PATCH v2 0/4] wifi: ath12k: Support Ring, SFM, Transmit MU, SelfGen stats, CCA stats
 2024-10-11 14:39 UTC  (2+ messages)

[PATCH v2] wifi: ath12k: Support Pdev OBSS Stats
 2024-10-11 14:39 UTC  (2+ messages)

[PATCH] wifi: rtw88: Fix the RX aggregation in USB 3 mode
 2024-10-11 13:44 UTC  (5+ messages)

[PATCH] wifi: mac80211_hwsim: use hrtimer_active()
 2024-10-11 12:52 UTC 

[PATCH] MAINTAINERS: wifi: brcm80211: add Infineon DEV list for communication & maintenance
 2024-10-11 12:44 UTC  (3+ messages)

[PATCH] wifi: rtw89: pci: early chips only enable 36-bit DMA on specific PCI hosts
 2024-10-11 12:43 UTC  (3+ 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 NNTP newsgroup(s).