messages from 2024-10-21 14:28:00 to 2024-10-24 14:31:47 UTC [more...]
[RFC PATCH 1/2] net: netlink: add nla_get_*_default() accessors
2024-10-24 14:31 UTC (8+ messages)
` [RFC PATCH 2/2] net: convert to nla_get_*_default()
[PATCH] wifi: ath9k: fix out-of-bounds endpoint index in htc_issue_send()
2024-10-24 13:48 UTC (2+ messages)
[PATCH v4 00/10] Remove pcim_iomap_regions_request_all()
2024-10-24 11:48 UTC (3+ messages)
` [PATCH v4 05/10] intel_th: pci: Replace deprecated PCI functions
[PATCH v2 1/2] wifi: ath12k: annotate skb of struct ath12k_ce_ring with __counted_by
2024-10-24 11:29 UTC (2+ messages)
` [PATCH v2 2/2] wifi: ath12k: annotate channel of struct ath12k_wmi_scan_chan_list_arg "
[PATCH v2 1/3] wifi: ath11k: annotate skb of struct ath11k_ce_ring with __counted_by
2024-10-24 11:19 UTC (3+ messages)
` [PATCH v2 2/3] wifi: ath11k: annotate ch_param of struct scan_chan_list_params "
` [PATCH v2 3/3] wifi: ath11k: miscellaneous spelling fixes
[PATCH v3] wifi: ath12k: convert tasklet to BH workqueue for CE interrupts
2024-10-24 9:48 UTC (3+ messages)
[PATCH v2] wifi: wilc1000: Rework bus locking
2024-10-24 9:44 UTC (2+ messages)
How to distinguish multi PHY devices for interface naming?
2024-10-24 8:41 UTC (2+ messages)
[PATCH 00/13] Remove implicit devres from pci_intx()
2024-10-24 8:02 UTC (6+ messages)
` [PATCH 02/13] ALSA: hda_intel: Use always-managed version of pcim_intx()
[RESEND PATCH v2 0/2] wifi: ath11k: support board-specific firmware overrides
2024-10-24 7:41 UTC (3+ messages)
` [RESEND PATCH v2 1/2] dt-bindings: net: wireless: ath11k-pci: add firmware-name property
` [RESEND PATCH v2 2/2] wifi: ath11k: support board-specific firmware overrides
[PATCH] wifi: mac80211: Add ADDBA Extension element parsing logics
2024-10-24 7:04 UTC (2+ messages)
linux-next: manual merge of the wireless-next tree with the wireless tree
2024-10-24 6:58 UTC (2+ messages)
[PATCH v2 0/2] wifi: ath11k: support board-specific firmware overrides
2024-10-24 6:43 UTC (4+ messages)
` [PATCH v2 1/2] dt-bindings: net: wireless: ath11k-pci: add firmware-name property
` [PATCH v2 2/2] wifi: ath11k: support board-specific firmware overrides
[PATCH] wifi: rtw89: don't check done-ack for entering PS
2024-10-24 5:55 UTC
[PATCH 1/1] ath11k: fix return value check in ath11k_spectral_debug_register()
2024-10-24 2:12 UTC (4+ messages)
[PATCH 0/8] wifi: ath12k: MLO support part 2
2024-10-24 1:22 UTC (18+ messages)
` [PATCH 1/8] wifi: ath12k: ath12k_mac_vdev_create(): use goto for error handling
` [PATCH 2/8] wifi: ath12k: MLO vdev bringup changes
` [PATCH 3/8] wifi: ath12k: Refactor sta state machine
` [PATCH 4/8] wifi: ath12k: introduce ath12k_hw_warn()
` [PATCH 5/8] wifi: ath12k: Add helpers for multi link peer creation and deletion
` [PATCH 6/8] wifi: ath12k: add multi-link flag in peer create command
` [PATCH 7/8] wifi: ath12k: add helper to find multi-link station
` [PATCH 8/8] wifi: ath12k: Add MLO peer assoc command support
[PATCH] wifi: rtw88: Report the signal strength only if it's known
2024-10-24 1:17 UTC (4+ messages)
[PATCH 1/2] wifi: ath12k: annotate skb of struct ath12k_ce_ring with __counted_by
2024-10-23 21:43 UTC (4+ messages)
` [PATCH 2/2] wifi: ath12k: annotate channel of struct ath12k_wmi_scan_chan_list_arg "
[PATCH] wifi: wilc1000: Rework bus locking
2024-10-23 18:47 UTC (11+ messages)
[RFC PATCH 0/6] wifi: ath12k: Add WSI node for QCN9274 in RDP433 for MLO
2024-10-23 17:57 UTC (21+ messages)
` [RFC PATCH 1/6] dt-bindings: net: wireless: update required properties for ath12k PCI module
` [RFC PATCH 2/6] dt-bindings: net: wireless: ath12k: describe WSI property for QCN9274
` [RFC PATCH 3/6] wifi: ath12k: parse multiple device information from device tree
` [RFC PATCH 4/6] wifi: ath12k: Send partner device details in QMI MLO capability
` [RFC PATCH 5/6] wifi: ath12k: assign unique hardware link IDs during QMI host cap
` [RFC PATCH 6/6] arm64: dts: qcom: ipq9574: Add WiFi nodes for RDP433
[PATCH v3 0/4] wifi: ath12k: Add new features to ACPI
2024-10-23 17:48 UTC (6+ messages)
` [PATCH v3 1/4] wifi: ath12k: Add support for obtaining the buffer type ACPI function bitmap
` [PATCH v3 2/4] wifi: ath12k: Add Support for enabling or disabling specific features based on ACPI bitflag
` [PATCH v3 3/4] wifi: ath12k: Adjust the timing to access ACPI table
` [PATCH v3 4/4] wifi: ath12k: Add support for reading variant from ACPI to download board data file
[PATCH v6 0/8] wifi: ath12k: some fixes and clean up for monitor mode
2024-10-23 17:19 UTC (10+ messages)
` [PATCH v6 1/8] wifi: ath12k: remove unused variable monitor_present
` [PATCH v6 2/8] wifi: ath12k: fix struct hal_rx_ppdu_end_user_stats
` [PATCH v6 3/8] wifi: ath12k: fix struct hal_rx_ppdu_start
` [PATCH v6 4/8] wifi: ath12k: fix struct hal_rx_phyrx_rssi_legacy_info
` [PATCH v6 5/8] wifi: ath12k: fix struct hal_rx_mpdu_start
` [PATCH v6 6/8] wifi: ath12k: delete NSS and TX power setting for monitor vdev
` [PATCH v6 7/8] wifi: ath12k: use tail MSDU to get MSDU information
` [PATCH v6 8/8] wifi: ath12k: fix A-MSDU indication in monitor mode
[PATCH] wifi: mac80211: override HE/EHT capabilities if NSS is zero
2024-10-23 15:15 UTC (4+ messages)
[PATCH] Fixed broken link to iw documentation page
2024-10-23 15:11 UTC (2+ messages)
[syzbot] [wireless?] WARNING: ODEBUG bug in ieee80211_led_exit (2)
2024-10-23 14:23 UTC
[PATCH v3 00/22] wifi: rtw88: Add support for RTL8821AU and RTL8812AU
2024-10-23 14:22 UTC (23+ messages)
` [PATCH v3 01/22] wifi: rtw88: Add some definitions for RTL8821AU/RTL8812AU
` [PATCH v3 02/22] wifi: rtw88: Dump the HW features only for some chips
` [PATCH v3 03/22] wifi: rtw88: Allow different C2H RA report sizes
` [PATCH v3 04/22] wifi: rtw88: Extend the init table parsing for RTL8812AU
` [PATCH v3 05/22] wifi: rtw88: Allow rtw_chip_info.ltecoex_addr to be NULL
` [PATCH v3 06/22] wifi: rtw88: Let each driver control the power on/off process
` [PATCH v3 07/22] wifi: rtw88: Enable data rate fallback for older chips
` [PATCH v3 08/22] wifi: rtw88: Make txagc_remnant_ofdm an array
` [PATCH v3 09/22] wifi: rtw88: Support TX page sizes bigger than 128
` [PATCH v3 10/22] wifi: rtw88: Move pwr_track_tbl to struct rtw_rfe_def
` [PATCH v3 11/22] wifi: rtw88: usb: Set pkt_info.ls for the reserved page
` [PATCH v3 12/22] wifi: rtw88: Detect beacon loss with chips other than 8822c
` [PATCH v3 13/22] wifi: rtw88: coex: Support chips without a scoreboard
` [PATCH v3 14/22] wifi: rtw88: 8821a: Regularly ask for BT info updates
` [PATCH v3 15/22] wifi: rtw88: 8812a: Mitigate beacon loss
` [PATCH v3 16/22] wifi: rtw88: Add rtw8812a_table.{c,h}
` [PATCH v3 17/22] wifi: rtw88: Add rtw8821a_table.{c,h}
` [PATCH v3 18/22] wifi: rtw88: Add rtw88xxa.{c,h}
` [PATCH v3 19/22] wifi: rtw88: Add rtw8821a.{c,h}
` [PATCH v3 20/22] wifi: rtw88: Add rtw8812a.{c,h}
` [PATCH v3 21/22] wifi: rtw88: Add rtw8821au.c and rtw8812au.c
` [PATCH v3 22/22] wifi: rtw88: Enable the new RTL8821AU/RTL8812AU drivers
[PATCH next] wifi: rtw89: unlock on error path in rtw89_ops_unassign_vif_chanctx()
2024-10-23 10:06 UTC (6+ messages)
[Regression] wifi problems since tg3 started throwing rcu stall warnings
2024-10-23 9:11 UTC
[PATCH wireless] wifi: iwlwifi: mvm: fix 6 GHz scan construction
2024-10-23 7:17 UTC
ath11k_pci. wifi stop to work after long laptop suspend
2024-10-23 7:14 UTC
[PATCH 1/1] iwlwifi: mei: fix return value check in iwl_mei_dbgfs_register()
2024-10-23 6:52 UTC
[PATCH 0/5][next] net: Avoid thousands of -Wflex-array-member-not-at-end warnings
2024-10-22 17:30 UTC (6+ messages)
` [PATCH 1/5][next] net: dev: Introduce struct sockaddr_legacy
[PATCH] mac80211: Remove NOP call to ieee80211_hw_config
2024-10-22 16:14 UTC (3+ messages)
[PATCH 0/2] add firmware-name device tree property for ath11k
2024-10-22 15:58 UTC (6+ messages)
` [PATCH 2/2] wifi: ath11k: add firmware-name device tree property
[PATCH v4 0/2] wifi: ath12k: fix issues when unbinding
2024-10-22 15:01 UTC (2+ messages)
[PATCH] wifi: ath12k: remove msdu_end structure for WCN7850
2024-10-22 15:01 UTC (2+ messages)
[PATCH] wifi: wilc1000: Add proper error handling for remaining CMD52
2024-10-22 13:23 UTC (3+ messages)
[PATCH 0/2] MLO MBSSID Support
2024-10-22 14:22 UTC (5+ messages)
` [PATCH 1/2] wifi: nl80211: add link id of transmitted profile for MLO MBSSID
[PATCH] wifi: cfg80211: clear wdev->cqm_config pointer on free
2024-10-22 14:17 UTC
[PATCH 1/2] debugfs: add small file operations for most files
2024-10-22 14:02 UTC (4+ messages)
` [PATCH 2/2] wifi: mac80211: convert debugfs files to short fops
[PATCH] wifi: wfx: Fix error handling in wfx_core_init()
2024-10-22 10:15 UTC (3+ messages)
[PATCH v2 0/2] Improve ath10k flush queue mechanism
2024-10-22 9:14 UTC (3+ messages)
` [PATCH v2 1/2] wifi: ath10k: Implement ieee80211 flush_sta callback
` [PATCH v2 2/2] wifi: ath10k: Flush only requested txq in ath10k_flush()
[PATCH 0/5] wifi: rtw89: configure encryption/decryption and channels for MLO
2024-10-22 8:31 UTC (6+ messages)
` [PATCH 1/5] wifi: rtw89: Add header conversion for MLO connections
` [PATCH 2/5] wifi: rtw89: Add encryption support "
` [PATCH 3/5] wifi: rtw89: chan: manage active interfaces
` [PATCH 4/5] wifi: rtw89: tweak setting of channel and TX power for MLO
` [PATCH 5/5] wifi: rtw89: 8922a: extend RFK handling and consider MLO
[PATCH] wifi: mt76: do not increase mcu skb refcount if retry is not supported
2024-10-22 7:47 UTC (3+ messages)
[PATCH wireless] Revert "wifi: iwlwifi: remove retry loops in start"
2024-10-22 7:22 UTC
[PATCH v2 00/22] wifi: ath12k: add Ath12k AHB driver support for IPQ5332
2024-10-22 7:13 UTC (4+ messages)
` [PATCH v2 16/22] wifi: ath12k: convert tasklet to BH workqueue for CE interrupts
[PATCH v2] wifi: ath9k: add range check for conn_rsp_epid in htc_connect_service()
2024-10-22 7:02 UTC (4+ messages)
[PATCH net-next v3 1/3] page_pool: introduce page_pool_to_pp() API
2024-10-22 3:22 UTC
[PATCH v2] wifi: ath12k: Fix for out-of bound access error
2024-10-22 0:03 UTC (2+ messages)
[PATCH] wifi: ath12k: Introduce a helper macro for print functions
2024-10-21 19:47 UTC (2+ messages)
[PATCH 0/9] [wireless] iwlwifi bugfixes - 10-10-2024
2024-10-21 19:26 UTC (4+ messages)
` [PATCH 9/9] wifi: iwlwifi: mvm: tell iwlmei when we finished suspending
pull-request: wireless-2024-10-21
2024-10-21 18:06 UTC
[PATCH 1/2] wifi: ath11k: annotate skb of struct ath11k_ce_ring with __counted_by
2024-10-21 16:30 UTC (3+ messages)
` [PATCH 2/2] wifi: ath11k: annotate ch_param of struct scan_chan_list_params "
ath11k-firmware: QCA6390 hw2.0: Add bdf for Xiaomi Pad 5 Pro
2024-10-21 14:33 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).