linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2025-02-20 03:11:42 to 2025-02-23 23:23:13 UTC [more...]

[PATCH wireless-next] wifi: mt76: mt7925: Remove unnecessary if-check
 2025-02-23 23:21 UTC 

[PATCH 00/17] Introduce and use generic parity32/64 helper
 2025-02-23 20:25 UTC  (19+ messages)
` [PATCH 01/17] bitops: Add generic parity calculation for u32
` [PATCH 02/17] bitops: Add generic parity calculation for u64
` [PATCH 03/17] x86: Replace open-coded parity calculation with parity8()
` [PATCH 04/17] media: media/test_drivers: "
` [PATCH 05/17] media: pci: cx18-av-vbi: "
` [PATCH 06/17] media: saa7115: "
` [PATCH 07/17] serial: max3100: "
` [PATCH 08/17] lib/bch: Replace open-coded parity calculation with parity32()
` [PATCH 09/17] Input: joystick - "
` [PATCH 10/17] net: ethernet: oa_tc6: "
` [PATCH 11/17] wifi: brcm80211: "
` [PATCH 12/17] drm/bridge: dw-hdmi: "
` [PATCH 13/17] mtd: ssfdc: "
` [PATCH 14/17] fsi: i2cr: "
` [PATCH 15/17] fsi: i2cr: Replace open-coded parity calculation with parity64()
` [PATCH 16/17] Input: joystick - "
` [PATCH 17/17] nfp: bpf: "

[PATCH v2 3/5] wifi: ath12k: add EHT support for TX rate
 2025-02-23  2:27 UTC  (3+ messages)

[PATCH v8 0/9] wifi: ath12k: Add monitor interface support on QCN9274
 2025-02-22 15:22 UTC  (11+ messages)
` [PATCH v8 1/9] wifi: ath12k: fix link valid field initialization in the monitor Rx
` [PATCH v8 2/9] wifi: ath12k: Add extra TLV tag parsing support in monitor Rx path
` [PATCH v8 3/9] wifi: ath12k: Avoid fetch Error bitmap and decap format from Rx TLV
` [PATCH v8 4/9] wifi: ath12k: Replace band define G with GHZ where appropriate
` [PATCH v8 5/9] wifi: ath12k: change the status update in the monitor Rx
` [PATCH v8 6/9] wifi: ath12k: Avoid packet offset and FCS length from Rx TLV
` [PATCH v8 7/9] wifi: ath12k: fix NULL access in assign channel context handler
` [PATCH v8 8/9] wifi: ath12k: Refactor the monitor channel context procedure
` [PATCH v8 9/9] wifi: ath12k: add monitor interface support on QCN9274

[PATCH v7 0/9] wifi: ath12k: Add monitor interface support on QCN9274
 2025-02-22 14:50 UTC  (14+ messages)
` [PATCH v7 1/9] wifi: ath12k: fix link valid field initialization in the monitor Rx
` [PATCH v7 2/9] wifi: ath12k: Add extra TLV tag parsing support in monitor Rx path
` [PATCH v7 3/9] wifi: ath12k: Avoid fetch Error bitmap and decap format from Rx TLV
` [PATCH v7 4/9] wifi: ath12k: Replace band define G with GHZ where appropriate
` [PATCH v7 5/9] wifi: ath12k: change the status update in the monitor Rx
` [PATCH v7 6/9] wifi: ath12k: Avoid packet offset and FCS length from Rx TLV
` [PATCH v7 7/9] wifi: ath12k: fix NULL access in assign channel context handler
` [PATCH v7 8/9] wifi: ath12k: Refactor the monitor channel context procedure
` [PATCH v7 9/9] wifi: ath12k: add monitor interface support on QCN9274

[PATCH v1] mt76: mt7915: wed: find rx token by physical address
 2025-02-22 11:38 UTC 

[PATCH *-next 00/18] Remove weird and needless 'return' for void APIs
 2025-02-22 11:00 UTC  (30+ messages)
` [PATCH *-next 01/18] mm/mmu_gather: Remove needless return in void API tlb_remove_page()
` [PATCH *-next 02/18] cpu: Remove needless return in void API suspend_enable_secondary_cpus()
` [PATCH *-next 03/18] crypto: api - Remove needless return in void API crypto_free_tfm()
` [PATCH *-next 04/18] crypto: scomp - Remove needless return in void API crypto_scomp_free_ctx()
` [PATCH *-next 05/18] sysfs: Remove needless return in void API sysfs_enable_ns()
` [PATCH *-next 06/18] skbuff: Remove needless return in void API consume_skb()
` [PATCH *-next 07/18] wifi: mac80211: Remove needless return in void API _ieee80211_hw_set()
` [PATCH *-next 08/18] net: sched: Remove needless return in void API qdisc_watchdog_schedule_ns()
` [PATCH *-next 09/18] ipv4/igmp: Remove needless return in void API ip_mc_dec_group()
` [PATCH *-next 10/18] IB/rdmavt: Remove needless return in void API rvt_mod_retry_timer()
` [PATCH *-next 11/18] ratelimit: Remove needless return in void API ratelimit_default_init()
` [PATCH *-next 12/18] siox: Remove needless return in void API siox_driver_unregister()
` [PATCH *-next 13/18] gpiolib: Remove needless return in two void APIs
` [PATCH *-next 14/18] PM: wakeup: Remove needless return in three "
` [PATCH *-next 15/18] mfd: db8500-prcmu: "
` [PATCH *-next 16/18] rhashtable: "
` [PATCH *-next 17/18] dma-mapping: Remove needless return in five "
` [PATCH *-next 18/18] mtd: nand: Do not return void function in void function

[PATCH v6 0/8] wifi: ath12k: Add monitor interface support on QCN9274
 2025-02-22  2:12 UTC  (12+ messages)
` [PATCH v6 1/8] wifi: ath12k: fix link valid field initialization in the monitor Rx
` [PATCH v6 2/8] wifi: ath12k: Add extra TLV tag parsing support in monitor Rx path
` [PATCH v6 3/8] wifi: ath12k: Avoid fetch Error bitmap and decap format from Rx TLV
` [PATCH v6 4/8] wifi: ath12k: Replace band define G with GHZ where appropriate
` [PATCH v6 5/8] wifi: ath12k: change the status update in the monitor Rx
` [PATCH v6 6/8] wifi: ath12k: Avoid packet offset and FCS length from Rx TLV
` [PATCH v6 7/8] wifi: ath12k: fix NULL access in assign channel context handler
` [PATCH v6 8/8] wifi: ath12k: add monitor interface support on QCN9274

[PATCH net-next v10 00/13] net: Improve netns handling in rtnetlink
 2025-02-21 23:50 UTC  (3+ messages)

/proc/net/wireless has gone missing in 6.13
 2025-02-21 19:52 UTC  (3+ messages)

[PATCH net-next v5 0/2] netconsole: allow selection of egress interface via MAC address
 2025-02-21 19:46 UTC  (6+ messages)
` [PATCH net-next v5 1/2] net, treewide: define and use MAC_ADDR_STR_LEN
` [PATCH net-next v5 2/2] netconsole: allow selection of egress interface via MAC address

[PATCH] wifi: nl80211: report real HE length
 2025-02-21 18:40 UTC  (2+ messages)

[PATCH] wifi: cfg80211: convert timeouts to secs_to_jiffies()
 2025-02-21 18:31 UTC  (2+ messages)

please use tree tags in patches
 2025-02-21 18:27 UTC  (2+ messages)

wifi: mt76: mt7915: fix broken background radar implementation
 2025-02-21 15:35 UTC 

[PATCH wireless 1/2] wifi: mac80211: fix MLE non-inheritance parsing
 2025-02-21 10:24 UTC  (2+ messages)
` [PATCH wireless 2/2] wifi: mac80211: fix vendor-specific inheritance

[PATCH net-next v10 07/13] net: ipv6: Init tunnel link-netns before registering dev
 2025-02-21  7:34 UTC  (3+ messages)

[PATCH] wifi: ath12k: Improve BSS discovery with hidden SSID in 6 GHz band
 2025-02-21  4:37 UTC  (2+ messages)

[PATCH] wifi: mac80211: Add counter for all monitor interfaces
 2025-02-21  4:30 UTC  (2+ messages)

[PATCH] wifi: ath12k: Add NULL check to validate tpc_stats
 2025-02-21  4:20 UTC  (2+ messages)

[PATCH net-next v10 11/13] rtnetlink: Create link directly in target net namespace
 2025-02-21  4:16 UTC  (2+ messages)

[PATCH net-next v10 10/13] rtnetlink: Remove "net" from newlink params
 2025-02-21  4:11 UTC  (2+ messages)

[PATCH net-next v10 09/13] net: xfrm: Use link netns in newlink() of rtnl_link_ops
 2025-02-21  4:10 UTC  (2+ messages)

[PATCH net-next v10 08/13] net: ipv6: Use link netns in newlink() of rtnl_link_ops
 2025-02-21  4:08 UTC  (2+ messages)

[PATCH net-next v10 06/13] net: ip_tunnel: Use link netns in newlink() of rtnl_link_ops
 2025-02-21  3:35 UTC  (2+ messages)

[PATCH net-next v10 05/13] net: ip_tunnel: Don't set tunnel->net in ip_tunnel_init()
 2025-02-21  3:26 UTC  (2+ messages)

[PATCH net-next v10 02/13] rtnetlink: Pack newlink() params into struct
 2025-02-21  3:24 UTC  (2+ messages)

[PATCH v3 0/8] wifi: rtw88: Prepare to support RTL8814AU (part 2/2)
 2025-02-21  2:11 UTC  (3+ messages)
` [PATCH v3 1/8] wifi: rtw88: Fix rtw_mac_power_switch() for RTL8814AU

[PATCH 0/5] wifi: rtw89: fw: add firmware blacklist to avoid obsolete secure firmware
 2025-02-21  2:00 UTC  (3+ messages)
` [PATCH 1/5] wifi: rtw89: fw: add "

[PATCH 0/2] wifi: rtw89: update TX time related configuration for WiFi 7 chips
 2025-02-21  1:48 UTC  (3+ messages)
` [PATCH 1/2] wifi: rtw89: mac: define registers of agg_limit and txcnt_limit to share common flow

[PATCH] wifi: rtw89: 8922a: fix incorrect STA-ID in EHT MU PPDU
 2025-02-21  1:39 UTC  (2+ messages)

[PATCH v3] wifi: rtw89: rtw8852b{t}: fix TSSI debug timestamps
 2025-02-21  1:36 UTC  (3+ messages)
` [PATCH v4] "

[PATCH] wifi: rtw88: Add support for Mercusys MA30N and D-Link DWA-T185 rev. A1
 2025-02-21  1:27 UTC  (2+ messages)

[PATCH v1 0/3] wifi: rtl8xxxu: AP mode fixes (for gen1 devices)
 2025-02-20 23:28 UTC  (8+ messages)
` [PATCH v1 1/3] wifi: rtl8xxxu: Use macid in rtl8xxxu_update_rate_mask()
` [PATCH v1 2/3] wifi: rtl8xxxu: Use macid in rtl8xxxu_fill_txdesc_v1()
` [PATCH v1 3/3] wifi: rtl8xxxu: Make sure TX rate is reported in AP mode

[PATCH] wifi: ath12k: fbx: Add missing htt_metadata flag in ath12k_dp_tx()
 2025-02-20 21:40 UTC  (7+ messages)

[PATCH] wifi: ath12k: remove redundant declaration of ath12k_dp_rx_h_find_peer()
 2025-02-20 21:40 UTC  (2+ messages)

[PATCH V11 0/9] wifi: ath12k: add MU-MIMO and 160 MHz bandwidth support
 2025-02-20 21:30 UTC  (10+ messages)
` [PATCH V11 1/9] wifi: ath12k: push HE MU-MIMO params to hardware
` [PATCH V11 2/9] wifi: ath12k: push EHT "
` [PATCH V11 3/9] wifi: ath12k: move HE MCS mapper to a separate function
` [PATCH V11 4/9] wifi: ath12k: generate rx and tx mcs maps for supported HE mcs
` [PATCH V11 5/9] wifi: ath12k: fix TX and RX MCS rate configurations in HE mode
` [PATCH V11 6/9] wifi: ath12k: add support for setting fixed HE rate/GI/LTF
` [PATCH V11 7/9] wifi: ath12k: clean up 80P80 support
` [PATCH V11 8/9] wifi: ath12k: add support for 160 MHz bandwidth
` [PATCH V11 9/9] wifi: ath12k: add extended NSS bandwidth support for 160 MHz

[PATCH v2 00/10] Convert mac80211 to TXQs only
 2025-02-20 13:56 UTC  (4+ messages)

[REGRESSION] ath10k: failed to flush transmit queue
 2025-02-20 13:55 UTC  (4+ messages)

[PATCH 00/14] wifi: mt76: mt7996: Preliminary work to support MLO
 2025-02-20 13:19 UTC  (15+ messages)
` [PATCH 01/14] wifi: mt76: mt7996: Add chage_vif_links stub
` [PATCH 02/14] wifi: mt76: mt7996: Introduce mt7996_sta_link container
` [PATCH 03/14] wifi: mt76: mt7996: Add mt7996_sta_link struct in mt7996_vif_link
` [PATCH 04/14] wifi: mt76: mt7996: Add vif_cfg_changed callback
` [PATCH 05/14] wifi: mt76: mt7996: Add link_info_changed callback
` [PATCH 06/14] wifi: mt76: Add mt76_sta_common_init utility routine
` [PATCH 07/14] wifi: mt76: Move wcid cleanup logic in SoC driver codebase
` [PATCH 08/14] wifi: mt76: mt7996: Rely on mt7996_sta_link in sta_add/sta_remove callbacks
` [PATCH 09/14] wifi: mt76: mt7996: Add mt7996_mac_sta_change_links callback
` [PATCH 10/14] wifi: mt76: mt7996: Support MLO in mt7996_mac_sta_event()
` [PATCH 11/14] wifi: mt76: Check link_conf pointer in mt76_connac_mcu_sta_basic_tlv()
` [PATCH 12/14] wifi: mt76: mt7996: Update mt7996_mcu_add_sta to MLO support
` [PATCH 13/14] wifi: mt76: mt7996: Rely on mt7996_vif_link in mt7996_mcu_twt_agrt_update signature
` [PATCH 14/14] wifi: mt76: mt7996: Rely on mt7996_vif_link and mt7996_sta_link in mt7996_mac_twt_teardown_flow signature

[PATCH] linux-firmware: update firmware for MT7920 WiFi device
 2025-02-20 12:55 UTC  (2+ messages)

[PATCH v3 00/10] Convert mac80211 to TXQs only
 2025-02-20 10:44 UTC  (11+ messages)
` [PATCH v3 01/10] wifi: mac80211: move rate control setup
` [PATCH v3 02/10] wifi: mac80211: Always provide the MMPDU TXQ
` [PATCH v3 03/10] wifi: mac80211: Convert vif->txq to an array
` [PATCH v3 04/10] wifi: mac80211: Add new TX queues to replace legacy TX
` [PATCH v3 05/10] wifi: mac80211: Stop using legacy TX path
` [PATCH v3 06/10] wifi: mac80211: Call ieee80211_tx_h_select_key only once
` [PATCH v3 07/10] wifi: mac80211: Rename IEEE80211_TX_INTFL_OFFCHAN_TX_OK
` [PATCH v3 08/10] wifi: mac80211: Simplify AMPDU handling
` [PATCH v3 09/10] wifi: mac80211: Migrate TX to kthread
` [PATCH v3 10/10] wifi: mac80211: Cleanup *ieee80211_wake_txq* naming

[PATCH v2] wifi: ath12k: Fix double budget decrement while reaping monitor ring
 2025-02-20  9:42 UTC 

[PATCH] wifi: ath12k: Fix double budget decrement while reaping monitor ring
 2025-02-20  9:36 UTC 

[ANN] wireless-regdb: master-2025-02-20
 2025-02-20  9:28 UTC 

[PATCH v4 1/3] wireless-regdb: allow NO-INDOOR flag in db.txt
 2025-02-20  8:49 UTC  (3+ messages)

[PATCH v2 0/7] wifi: ath11k: fixes and refactor to firmware stats related functions
 2025-02-20  8:24 UTC  (8+ messages)
` [PATCH v2 1/7] wifi: ath11k: avoid burning CPU in ath11k_debugfs_fw_stats_request()
` [PATCH v2 2/7] wifi: ath11k: don't use static variables in ath11k_debugfs_fw_stats_process()
` [PATCH v2 3/7] wifi: ath11k: don't wait when there is no vdev started
` [PATCH v2 4/7] wifi: ath11k: move some firmware stats related functions outside of debugfs
` [PATCH v2 5/7] wifi: ath11k: adjust unlock sequence in ath11k_update_stats_event()
` [PATCH v2 6/7] wifi: ath11k: move locking outside of ath11k_mac_get_fw_stats()
` [PATCH v2 7/7] wifi: ath11k: consistently use ath11k_mac_get_fw_stats()

[PATCH v2 1/2] wifi: mwifiex: Resolve the failure in downloading calibration data
 2025-02-20  8:21 UTC  (5+ messages)
` [PATCH v3 0/2] Resolve the failure in downloading
  ` [PATCH v3 1/2] wifi: mwifiex: Part A of resolving the failure in downloading calibration data
  ` [PATCH v3 2/2] wifi: mwifiex: Part B "

[PATCH] wifi: rtw89: Parse channel from IE to correct invalid hardware reports during scanning
 2025-02-20  6:43 UTC 

[PATCH v2] wifi: ath12k: read country code from SMBIOS for WCN7850
 2025-02-20  6:26 UTC 

[PATCH] wifi: rtw89: add support for HW TKIP crypto
 2025-02-20  6:23 UTC 

[PATCH v11 0/4] wifi: ath12k: add 11d scan offload support and handle country code for WCN7850
 2025-02-20  3:10 UTC  (3+ messages)
` [PATCH v11 3/4] wifi: ath12k: add 11d scan offload support
` [PATCH v11 4/4] wifi: ath12k: store and send country code to firmware after recovery


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