linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-08-24 05:55:10 to 2023-08-28 17:53:39 UTC [more...]

[PATCH 0/2] wifi: Fix struct ieee80211_tim_ie::virtual_map
 2023-08-28 17:52 UTC  (3+ messages)
` [PATCH 1/2] wifi: cw1200: Avoid processing an invalid TIM IE
` [PATCH 2/2] mac80211: Use flexible array in struct ieee80211_tim_ie

[RFC PATCH] wifi: mt76: use atomic iface iteration for pre-TBTT work
 2023-08-28 15:18 UTC 

[PATCH v3] wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT PHY capability for WCN7850
 2023-08-28 14:47 UTC  (2+ messages)

[PATCH wireless] mt76: fix lock dependency problem for wed_lock
 2023-08-28 13:16 UTC 

[PATCH v2 1/4] wifi: mac80211: tx: clarify conditions in if statement
 2023-08-28 13:09 UTC  (4+ messages)
` [PATCH v2 2/4] wifi: mac80211: rework ack_frame_id handling a bit
` [PATCH v2 3/4] wifi: mac80211: Fix SMPS handling in the context of MLO
` [PATCH v2 4/4] wifi: mac80211: fix SMPS status handling

[PATCH] wifi: iwlwifi: Ensure ack flag is properly cleared
 2023-08-28 12:48 UTC  (2+ messages)

[PATCH wireless] wifi: iwlwifi: mvm: Fix a memory corruption issue
 2023-08-28 12:47 UTC  (2+ messages)

[PATCH] iwlwifi: dbg_ini: fix structure packing
 2023-08-28 12:46 UTC  (2+ messages)

[PATCH 1/5] MAINTAINERS: wifi: remove generic wiki links from drivers
 2023-08-28 12:36 UTC  (5+ messages)
` [PATCH 2/5] MAINTAINERS: wifi: rtlwifi: remove git tree
` [PATCH 3/5] MAINTAINERS: wifi: rtl8xxxu: "
` [PATCH 4/5] MAINTAINERS: wifi: wl12xx: "
` [PATCH 5/5] MAINTAINERS: wifi: hostap: remove maintainer and web page

[PATCH 00/40] wifi: cfg80211/mac80211: locking cleanups
 2023-08-28 12:00 UTC  (41+ messages)
` [PATCH 01/40] wifi: mac80211: debugfs: lock wiphy instead of RTNL
` [PATCH 02/40] wifi: mac80211: hold wiphy lock in netdev/link debugfs
` [PATCH 03/40] wifi: mac80211: lock wiphy for aggregation debugfs
` [PATCH 04/40] wifi: cfg80211: check RTNL when iterating devices
` [PATCH 05/40] wifi: cfg80211: add flush functions for wiphy work
` [PATCH 06/40] wifi: mac80211: flush wiphy work where appropriate
` [PATCH 07/40] wifi: mac80211: convert A-MPDU work to wiphy work
` [PATCH 08/40] wifi: mac80211: add more ops assertions
` [PATCH 09/40] wifi: mac80211: move DFS CAC work to wiphy work
` [PATCH 10/40] wifi: mac80211: move radar detect "
` [PATCH 11/40] wifi: mac80211: move scan "
` [PATCH 12/40] wifi: mac80211: move monitor "
` [PATCH 13/40] wifi: mac80211: lock wiphy in IP address notifier
` [PATCH 14/40] wifi: mac80211: move offchannel works to wiphy work
` [PATCH 15/40] wifi: mac80211: move link activation work "
` [PATCH 16/40] wifi: mac80211: move dynamic PS "
` [PATCH 17/40] wifi: mac80211: move sched-scan stop work "
` [PATCH 18/40] wifi: mac80211: move TDLS "
` [PATCH 19/40] wifi: mac80211: move key tailroom "
` [PATCH 20/40] wifi: mac80211: move tspec "
` [PATCH 21/40] wifi: mac80211: move filter reconfig "
` [PATCH 22/40] wifi: mac80211: move CSA finalize "
` [PATCH 23/40] wifi: mac80211: move color change "
` [PATCH 24/40] wifi: mac80211: check wiphy mutex in ops
` [PATCH 25/40] wifi: cfg80211: reg: hold wiphy mutex for wdev iteration
` [PATCH 26/40] wifi: cfg80211: sme: hold wiphy lock "
` [PATCH 27/40] wifi: cfg80211: hold wiphy lock in cfg80211_any_wiphy_oper_chan()
` [PATCH 28/40] wifi: cfg80211: check wiphy mutex is held for wdev mutex
` [PATCH 29/40] wifi: mac80211: ethtool: hold wiphy mutex
` [PATCH 30/40] wifi: mac80211: hold wiphy_lock around concurrency checks
` [PATCH 31/40] wifi: mac80211: extend wiphy lock in interface removal
` [PATCH 32/40] wifi: mac80211: take wiphy lock for MAC addr change
` [PATCH 33/40] wifi: mac80211: remove sta_mtx
` [PATCH 34/40] wifi: mac80211: remove key_mtx
` [PATCH 35/40] wifi: mac80211: remove chanctx_mtx
` [PATCH 36/40] wifi: mac80211: remove ampdu_mlme.mtx
` [PATCH 37/40] wifi: mac80211: remove local->mtx
` [PATCH 38/40] wifi: mac80211: reduce iflist_mtx
` [PATCH 39/40] wifi: mac80211: set wiphy for virtual monitors
` [PATCH 40/40] wifi: cfg80211: remove wdev mutex

[PATCH 1/4] wifi: mac80211: tx: clarify conditions in if statement
 2023-08-28 11:59 UTC  (4+ messages)
` [PATCH 2/4] wifi: mac80211: rework ack_frame_id handling a bit
` [PATCH 3/4] wifi: mac80211: Fix SMPS handling in the context of MLO
` [PATCH 4/4] wifi: mac80211: fix SMPS status handling

[PATCH 00/15] cfg80211/mac80211 patches from our internal tree 2023-08-27
 2023-08-28 10:37 UTC  (19+ messages)
` [PATCH 01/15] wifi: mac80211: add support for mld in ieee80211_chswitch_done
` [PATCH 02/15] wifi: cfg80211: fix off-by-one in element defrag
` [PATCH 03/15] wifi: cfg80211: add first kunit tests, for "
` [PATCH 04/15] wifi: mac80211: add an element parsing unit test
` [PATCH 05/15] wifi: cfg80211: add ieee80211_fragment_element to public API
` [PATCH 06/15] wifi: mac80211: add more warnings about inserting sta info
` [PATCH 07/15] wifi: mac80211: remove unnecessary struct forward declaration
` [PATCH 08/15] wifi: mac80211: fix various kernel-doc issues
` [PATCH 09/15] wifi: cfg80211: reg: "
` [PATCH 10/15] wifi: mac80211_hwsim: clean up kernel-doc
` [PATCH 11/15] wifi: mac80211: fix # of MSDU in A-MSDU calculation
` [PATCH 12/15] wifi: mac80211: Print local link address during authentication
` [PATCH 13/15] wifi: mac80211: take MBSSID/EHT data also from probe resp
` [PATCH 14/15] wifi: mac80211: Do not force off-channel for management Tx with MLO
` [PATCH 15/15] wifi: mac80211: fix channel switch link data

[PATCH 6.4 010/129] wifi: iwlwifi: mvm: add dependency for PTP clock
 2023-08-28 10:11 UTC 

[PATCH v4 1/1] wifi: mwifiex: added code to support host mlme
 2023-08-28 10:10 UTC  (4+ messages)
  ` [EXT] "

[PATCH v2 01/15] wifi: mac80211: add support for mld in ieee80211_chswitch_done
 2023-08-28 10:04 UTC 

[PATCH 2/12] ubifs: Do not include crypto/algapi.h
 2023-08-28  9:33 UTC  (4+ messages)
  ` [PATCH] KEYS: Include linux/errno.h in linux/verification.h

[PATCH] wifi: cfg80211: annotate iftype_data pointer with sparse
 2023-08-28  7:54 UTC 

[PATCH v2] wifi: ath12k: enable 320 MHz bandwidth for 6 GHz band in EHT PHY capbility for WCN7850
 2023-08-28  6:09 UTC  (3+ messages)

[V10 0/8] Enable Wifi RFI interference mitigation feature support
 2023-08-28  2:11 UTC  (15+ messages)
` [V10 1/8] ACPI: Add support for AMD ACPI based Wifi band RFI mitigation feature
` [V10 2/8] cfg80211: expose nl80211_chan_width_to_mhz for wide sharing
` [V10 3/8] wifi: mac80211: Add support for WBRF features
` [V10 4/8] drm/amd/pm: update driver_if and ppsmc headers for coming wbrf feature
` [V10 5/8] drm/amd/pm: setup the framework to support Wifi RFI mitigation feature
` [V10 6/8] drm/amd/pm: add flood detection for wbrf events
` [V10 7/8] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.0
` [V10 8/8] drm/amd/pm: enable Wifi RFI mitigation feature support for SMU13.0.7

[wireless-next:main] BUILD SUCCESS b32add2d20ea6e62f30a3c0a7c2fb306ec5ceb3d
 2023-08-27 17:22 UTC 

[syzbot] Monthly wireless report (Aug 2023)
 2023-08-27 14:06 UTC 

Fwd: 5c8a79e8e12b ("wifi: rtw88: correct PS calculation for SUPPORTS_DYNAMIC_PS", 2023-05-27) increases CPU usage usage for irq
 2023-08-27  2:37 UTC 

[PATCH 1/2] wifi: ath9k_htc: use module_usb_driver
 2023-08-27  0:38 UTC  (3+ messages)
` [PATCH 2/2] wifi: purelifi: "

[PATCH v2] wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)
 2023-08-26 20:02 UTC 

[PATCH] Revert "Revert "wifi: ath11k: Enable threaded NAPI""
 2023-08-26 15:53 UTC  (5+ messages)

[PATCH] wifi: ath10k: Default to board.bin for legacy board data file
 2023-08-26 13:56 UTC  (3+ messages)

pull-request: wireless-next-2023-08-25
 2023-08-26  1:40 UTC  (2+ messages)

[PATCH v2 0/3] wifi: mwifiex: Fix tlv_buf_left calculation and replace one-element array
 2023-08-25 23:54 UTC  (9+ messages)
` [PATCH v2 1/3] wifi: mwifiex: Fix tlv_buf_left calculation
` [PATCH v2 2/3] wifi: mwifiex: Replace one-element array with flexible-array member in struct mwifiex_ie_types_rxba_sync
` [PATCH v2 3/3] wifi: mwifiex: Sanity check tlv_len and tlv_bitmap_len

[PATCH] wifi: mwifiex: cleanup struct mwifiex_sdio_mpa_rx
 2023-08-25 23:48 UTC  (2+ messages)

[PATCH 0/12] Do not include crypto/algapi.h
 2023-08-25 21:23 UTC  (9+ messages)
  ` [PATCH 6/12] wifi: mac80211: "
  ` [PATCH 9/12] evm: "
  ` [PATCH 10/12] KEYS: encrypted: "
  ` [PATCH 1/12] fscrypt: "
  ` [PATCH 3/12] Bluetooth: "

[PATCH 1/6] wifi: mt76: mt7996: get tx_retries and tx_failed from txfree
 2023-08-25 18:08 UTC  (7+ messages)
` [PATCH 2/6] wifi: mt76: mt7996: Add mcu commands for getting sta tx statistic
` [PATCH 3/6] wifi: mt76: mt7996: enable PPDU-TxS to host
` [PATCH 4/6] wifi: mt76: mt7996: remove periodic MPDU TXS request
` [PATCH 5/6] wifi: mac80211: export ieee80211_tpt_led_trig_tx/rx for driver
` [PATCH 6/6] wifi: mt76: report per-phy tx and rx byte to tpt_led

[PATCH 5/6] mac80211: export ieee80211_tpt_led_trig_tx/rx for driver
 2023-08-25 17:47 UTC 

[PATCH] rtlwifi: rtl8723: Remove unused function rtl8723_cmd_send_packet()
 2023-08-25 10:03 UTC  (3+ messages)
` wifi: "

[PATCH] wifi: rtw88: usb: kill and free rx urbs on probe failure
 2023-08-25 10:02 UTC  (3+ messages)
`  "

[PATCH 1/6] wifi: rtw89: mac: add mac_gen_def::band1_offset to map MAC band1 register address
 2023-08-25 10:00 UTC  (2+ messages)

[PATCH] wifi: rtw89: Fix clang -Wimplicit-fallthrough in rtw89_query_sar()
 2023-08-25 10:00 UTC  (2+ messages)

[PATCH -next v2] wifi: wlcore: sdio: Use module_sdio_driver macro to simplify the code
 2023-08-25  9:59 UTC  (2+ messages)

[PATCH 1/6] wifi: rtw89: add function prototype for coex request duration
 2023-08-25  9:59 UTC  (2+ messages)

[PATCH] Fix nomenclature for USB and PCI wireless devices
 2023-08-25  9:57 UTC  (2+ messages)

[PATCH] wifi: mac80211: limit reorder_buf_filtered <=64 to avoid shift-out-of-bounds UBSAN warning
 2023-08-25  9:09 UTC  (3+ messages)

[V9 0/9] Enable Wifi RFI interference mitigation feature support
 2023-08-25  8:48 UTC  (7+ messages)
` [V9 4/9] wifi: mac80211: Add support for WBRF features
` [V9 6/9] drm/amd/pm: setup the framework to support Wifi RFI mitigation feature

[PATCH] brcm80211: brcmsmac: phy_cmn: Remove unreachable code
 2023-08-25  8:34 UTC  (3+ messages)
` [PATCH v2] brcm80211: brcmsmac: phy: "

[PATCH] [v2] wifi: ath10k: cleanup CE initialization
 2023-08-25  7:47 UTC  (4+ messages)
` [lvc-project] "

Słowa kluczowe do wypozycjonowania
 2023-08-25  7:36 UTC 

[PATCH net-next 1/2] wifi: ath: Use is_multicast_ether_addr() to check multicast Ether address
 2023-08-25  7:39 UTC  (2+ messages)

[PATCH] wifi: ath12k: Remove unused declarations
 2023-08-25  7:38 UTC  (2+ messages)

[PATCH v2] wifi: ath12k: add check max message length while scanning with extraie
 2023-08-25  7:37 UTC  (2+ messages)

[PATCH net v1] net:wireless:Fix an NULL vs IS_ERR() bug for debugfs_create_dir()
 2023-08-25  7:35 UTC  (2+ messages)

[PATCH] wifi: rtw88: fix typo rtw8822cu_probe
 2023-08-25  7:22 UTC  (4+ messages)

[PATCH 0/6] wifi: rtw89: preparation of TDMA-based MCC (STA+P2P)
 2023-08-25  7:14 UTC  (6+ messages)

[PATCH 1/2] wifi: mwifiex: simplify PCIE DMA mapping management
 2023-08-25  7:13 UTC  (4+ messages)

[PATCH v3] wifi: mac80211: fix cfg80211_bss always hold when assoc response fail for MLO connection
 2023-08-25  7:00 UTC 

pull request: rtw89: update 8851b and 8852b firmware to v0.29.41.2 and v0.29.29.3 respectively
 2023-08-25  6:36 UTC 

[RFC] wifi: mwifiex: Asking for some light on this, please :)
 2023-08-25  3:16 UTC  (5+ messages)

[PATCH] wifi: mt76: mt7921e: Support MT7992 IP in Xiaomi Redmibook 15 Pro (2023)
 2023-08-24 22:16 UTC  (2+ messages)

wl18xx: firmware security, very unstable with multiple roles
 2023-08-24 21:01 UTC 

[PATCH 1/5] wifi: ath11k: drop redundant check in ath11k_dp_rx_mon_dest_process()
 2023-08-24 17:54 UTC  (10+ messages)
` [PATCH 2/5] wifi: ath11k: remove unused members of 'struct ath11k_base'
` [PATCH 3/5] wifi: ath11k: simplify spectral pull functions
` [PATCH 4/5] wifi: ath11k: use kstrtoul_from_user() where appropriate
` [PATCH 5/5] wifi: ath11k: fix stack usage of ath11k_mac_op_remain_on_channel()

[PATCH] wifi: mt76: add ability to explicitly forbid LED registration with DT
 2023-08-24 17:08 UTC 

[PATCH] [v2] wifi: ath10k: cleanup CE initialization
 2023-08-24 15:27 UTC  (10+ messages)
` [PATCH 1/6] [v3] wifi: ath10k: cleanup CE ring initialization
  ` [PATCH 2/6] [v3] wifi: ath10k: simplify ath10k_ce_init_pipe()
  ` [PATCH 3/6] [v3] wifi: ath10k: cleanup CE pipes initialization
  ` [PATCH 4/6] [v3] wifi: ath10k: do not ignore possible dma_alloc_coherent() error
  ` [PATCH 6/6] [v3] wifi: ath10k: simplify ath10k_pci_pm_suspend()

[wireless:for-next] BUILD SUCCESS b98c16107cc1647242abbd11f234c05a3a5864f6
 2023-08-24 11:44 UTC 

Pytanie o samochód
 2023-08-24  7:40 UTC 

[PATCH v2] wifi: mac80211: fix cfg80211_bss always hold when assoc response fail for MLO connection
 2023-08-24  7:05 UTC  (7+ 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).