linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-07-25 14:45:53 to 2023-08-01 05:00:15 UTC [more...]

[PATCH 1/4] wifi: mt76: handle possible error returned by sdio_set_host_pm_flags()
 2023-08-01  4:57 UTC  (2+ messages)
` [PATCH 2/4] wifi: mt76: handle possible hardware timeout in mt7603_pse_client_reset()

[PATCH v4 0/3] wifi: ath11k: support firmware-2.bin
 2023-08-01  4:20 UTC  (7+ messages)
` [PATCH v4 1/3] bus: mhi: host: allow MHI client drivers to provide the firmware via a pointer
` [PATCH v4 2/3] wifi: ath11k: qmi: refactor ath11k_qmi_m3_load()
` [PATCH v4 3/3] wifi: ath11k: add firmware-2.bin support

[PATCH 0/8] wifi: rtw89: support more formats of firmware file
 2023-08-01  2:11 UTC  (9+ messages)
` [PATCH 1/8] Wifi: rtw89: recognize log format from "
` [PATCH 2/8] wifi: rtw89: support firmware log with formatted text
` [PATCH 3/8] wifi: rtw89: introduce v1 format of firmware header
` [PATCH 4/8] wifi: rtw89: add firmware parser for v1 format
` [PATCH 5/8] wifi: rtw89: add firmware suit for BB MCU 0/1
` [PATCH 6/8] wifi: rtw89: introduce infrastructure of firmware elements
` [PATCH 7/8] wifi: rtw89: add to parse firmware elements of BB and RF tables
` [PATCH 8/8] wifi: rtw89: return failure if needed firmware elements are not recognized

[PATCH] wifi: brcmfmac: Fix field-spanning write in brcmf_scan_params_v2_to_v1()
 2023-07-31 23:06 UTC  (2+ messages)

[PATCH net-next v3 1/2] dt-bindings: mt76: support setting per-band MAC address
 2023-07-31 22:24 UTC  (2+ messages)
` [PATCH v3 2/2] wifi: mt76: support per-band MAC addresses from OF child nodes

Problem with rtw8723ds
 2023-07-31 17:07 UTC  (3+ messages)

[PATCH] mac80211: mesh: Remove unused function declaration mesh_ids_set_default()
 2023-07-31 14:07 UTC 

[PATCH 1/4] wifi: libertas: add missing calls to cancel_work_sync()
 2023-07-31 13:25 UTC  (3+ messages)
` [PATCH 1/6] [v2] "

[PATCH -next] ath9k: Remove unnecessary ternary operators
 2023-07-31 12:44 UTC 

[PATCH 1/5] wifi: mwifiex: fix memory leak in mwifiex_histogram_read()
 2023-07-31  9:55 UTC  (16+ messages)
` [PATCH 2/5] wifi: mwifiex: drop BUG_ON() from TX error handling
` [PATCH 3/5] wifi: mwifiex: cleanup private data structures
` [PATCH 4/5] wifi: mwifiex: handle possible sscanf() errors
` [PATCH 5/5] wifi: mwifiex: handle possible mwifiex_write_reg() errors
  ` [PATCH 1/5] [v2] wifi: mwifiex: fix memory leak in mwifiex_histogram_read()
    ` [PATCH 2/2] [v2] wifi: mwifiex: cleanup TX error handling
    ` [PATCH 3/5] [v2] wifi: mwifiex: cleanup private data structures
    ` [PATCH 4/5] [v2] wifi: mwifiex: handle possible sscanf() errors
    ` [PATCH 5/5] [v2] wifi: mwifiex: handle possible mwifiex_write_reg() errors
      ` [lvc-project] [PATCH 1/5] [v2] wifi: mwifiex: fix memory leak in mwifiex_histogram_read()
  ` [lvc-project] [PATCH 1/5] "

pull request: mt76 2023-07-31
 2023-07-31  9:10 UTC 

[PATCH] wifi: mwifiex: fix error recovery in PCIE buffer descriptor management
 2023-07-31  7:43 UTC 

[PATCH] ath6kl: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
 2023-07-31  6:05 UTC  (2+ messages)

[PATCH] ath6kl: Fix debugfs_create_dir error checking
 2023-07-31  6:01 UTC  (2+ messages)

[PATCH] ath5k: Fix debugfs_create_dir error checking
 2023-07-31  5:20 UTC  (2+ messages)

[PATCH] brcmfmac: Replace zero-length arrays with DECLARE_FLEX_ARRAY() helper
 2023-07-31  1:16 UTC 

[PATCH] wifi: nl80211: Remove unused declaration nl80211_pmsr_dump_results()
 2023-07-30 17:23 UTC  (2+ messages)

[syzbot] [wireless?] KMSAN: uninit-value in ieee80211_rx_handlers
 2023-07-30 12:06 UTC  (2+ messages)

[PATCH v2 1/2] dt-bindings: mt76: support setting per-band MAC address
 2023-07-29 10:10 UTC  (3+ messages)
` [PATCH v2 2/2] wifi: mt76: support per-band MAC addresses from OF child nodes

W sprawie samochodu
 2023-07-26  7:50 UTC 

[PATCH] wifi: ray_cs: Replace 1-element array with flexible array
 2023-07-28 23:13 UTC 

Build regressions/improvements in v6.5-rc3
 2023-07-28 22:57 UTC  (2+ messages)

[PATCH] wifi: mwifiex: added code to support host mlme
 2023-07-28 16:48 UTC  (3+ messages)

[PATCH 1/2] wifi: mt76: split get_of_eeprom in subfunction
 2023-07-28 17:45 UTC  (4+ messages)
` [PATCH 2/2] wifi: mt76: add support for providing eeprom in nvmem cells

[PATCH v2 1/1] wifi: changes for FILS Authentication for External Auth
 2023-07-28 15:17 UTC 

[PATCH 00/10] wifi: rtw89: add hardware rate v1 and adjust related things for WiFi 7
 2023-07-28  7:02 UTC  (11+ messages)
` [PATCH 01/10] wifi: rtw89: add chip_info::chip_gen to determine chip generation
` [PATCH 02/10] wifi: rtw89: define hardware rate v1 for WiFi 7 chips
` [PATCH 03/10] wifi: rtw89: phy: rate pattern handles HW rate by chip gen
` [PATCH 04/10] wifi: rtw89: use struct to set RA H2C command
` [PATCH 05/10] wifi: rtw89: add H2C RA command V1 to support WiFi 7 chips
` [PATCH 06/10] wifi: rtw89: use struct to access firmware C2H event header
` [PATCH 07/10] wifi: rtw89: use struct to access RA report
` [PATCH 08/10] wifi: rtw89: add C2H RA event V1 to support WiFi 7 chips
` [PATCH 09/10] wifi: rtw89: add to display hardware rates v1 histogram in debugfs
` [PATCH 10/10] wifi: rtw89: get data rate mode/NSS/MCS v1 from RX descriptor

[PATCH v3 0/9] wifi: cfg80211/mac80211: extend 6 GHz support for all power modes
 2023-07-28  4:38 UTC  (4+ messages)

[PATCH v5 00/11] wifi: ath12k: (v5) EHT support
 2023-07-28  2:50 UTC  (17+ messages)
` [PATCH v5 01/11] wifi: ath12k: rename HE capabilities setup/copy functions
` [PATCH v5 02/11] wifi: ath12k: move HE capabilities processing to a new function
` [PATCH v5 03/11] wifi: ath12k: WMI support to process EHT capabilities
` [PATCH v5 04/11] wifi: ath12k: propagate EHT capabilities to userspace
` [PATCH v5 05/11] wifi: ath12k: add EHT PHY modes
` [PATCH v5 06/11] wifi: ath12k: prepare EHT peer assoc parameters
` [PATCH v5 07/11] wifi: ath12k: add WMI support for EHT peer
` [PATCH v5 08/11] wifi: ath12k: peer assoc for 320 MHz
` [PATCH v5 09/11] wifi: ath12k: add MLO header in peer association
` [PATCH v5 10/11] wifi: ath12k: parse WMI service ready ext2 event
` [PATCH v5 11/11] wifi: ath12k: configure puncturing bitmap

MT7601U Kernel Driver Issue
 2023-07-27 23:10 UTC 

[PATCH] wifi: mwifiex: Replace strlcpy with strscpy
 2023-07-27 18:04 UTC  (6+ messages)

[PATCH v8 0/5] Additional processing in beacon updates (v8)
 2023-07-27 17:41 UTC  (6+ messages)
` [PATCH v8 1/5] wifi: nl80211: fixes to FILS discovery updates
` [PATCH v8 2/5] wifi: mac80211: fixes in "
` [PATCH v8 3/5] wifi: cfg80211: modify prototype for change_beacon
` [PATCH v8 4/5] wifi: nl80211: additions to NL80211_CMD_SET_BEACON
` [PATCH v8 5/5] wifi: mac80211: additions to change_beacon()

[PATCH v2] wifi: ath12k: trigger station disconnect on hardware restart
 2023-07-27 17:03 UTC  (2+ messages)

[PATCH] wifi: mt76: Replace strlcpy with strscpy
 2023-07-27 17:02 UTC  (7+ messages)

[PATCH] wifi: ath11k: simplify ath11k_mac_validate_vht_he_fixed_rate_settings()
 2023-07-27 16:33 UTC  (3+ messages)

[PATCH 0/3] wifi: ath11k: fix CAC running state
 2023-07-27 16:29 UTC  (4+ messages)
` [PATCH 1/3] wifi: cfg80211: export DFS CAC time and usable state helper functions

[PATCH v7] wifi: mwifiex: Fix OOB and integer underflow when rx packets
 2023-07-27 16:13 UTC  (5+ messages)

[PATCH] wifi: wil6210: fix fortify warnings
 2023-07-27 16:12 UTC  (2+ messages)

[PATCH net-next v4] wifi: ath6kl: Remove error checking for debugfs_create_dir()
 2023-07-27 15:56 UTC  (2+ messages)

[PATCH net-next v3] wifi: ath9k: Remove error checking for debugfs_create_dir()
 2023-07-27 15:55 UTC  (2+ messages)

[PATCH net-next v2] page_pool: split types and declarations from page_pool.h
 2023-07-27 13:58 UTC  (16+ messages)

[PATCH] wifi: ath11k: fix band selection for ppdu received in channel 177 of 5 GHz
 2023-07-27 12:02 UTC  (5+ messages)

[PATCH v3 0/3] wifi: ath11k: support firmware-2.bin
 2023-07-27 10:07 UTC  (4+ messages)
` [PATCH v3 1/3] bus: mhi: host: allow MHI client drivers to provide the firmware via a pointer

[syzbot] Monthly wireless report (Jul 2023)
 2023-07-27  6:53 UTC 

[PATCH 1/2] wifi: mt76: move struct ieee80211_chanctx_conf up to struct mt76_vif
 2023-07-27  6:25 UTC  (5+ messages)
` [PATCH 2/2] wifi: mt76: mt7921: fix the wrong rate pickup for the chanctx driver

[PATCH] wifi: rtw88: sdio: Honor the host max_req_size in the RX path
 2023-07-27  1:44 UTC  (5+ messages)

[wireless:for-next] BUILD SUCCESS 456b5e85d8a56e5563573b10e0840c7ae59373da
 2023-07-26 19:25 UTC 

[PATCH] iw: connect: Fix segfault during open authentication
 2023-07-26 19:22 UTC 

[PATCH] wifi: ath9k: consistently use kstrtoX_from_user() functions
 2023-07-26 18:50 UTC 

[PATCH 1/2] wifi: mt76: mt7915: fix tlv length of mt7915_mcu_get_chan_mib_info
 2023-07-26 18:35 UTC  (2+ messages)
` [PATCH 2/2] wifi: mt76: mt7915: fix power-limits while chan_switch

Memory providers multiplexing (Was: [PATCH net-next v4 4/5] page_pool: remove PP_FLAG_PAGE_FRAG flag)
 2023-07-26 17:36 UTC  (15+ messages)

[PATCH] wifi: mt76: support per-band MAC addresses from OF child nodes
 2023-07-26 16:04 UTC  (3+ messages)

[PATCH 0/3] wifi: ath11k: add coldboot calibration in QCN9074
 2023-07-26 14:10 UTC  (4+ messages)
` [PATCH 1/3] wifi: ath11k: Split coldboot calibration hw_param
` [PATCH 2/3] wifi: ath11k: Add coldboot calibration support for QCN9074
` [PATCH 3/3] wifi: ath11k: Remove cal_done check during probe

[PATCH] wifi: ath12k: correct the data_type from QMI_OPT_FLAG to QMI_UNSIGNED_1_BYTE for mlo_capable
 2023-07-26  9:38 UTC 

[PATCH] ath12k: Fix a NULL pointer dereference in ath12k_mac_op_hw_scan()
 2023-07-26  9:26 UTC 

[PATCH 1/3] wifi: mt76: mt7915: remove VHT160 capability on MT7915
 2023-07-26  9:17 UTC  (3+ messages)
` [PATCH 2/3] wifi: mt76: mt7603: fix beacon interval after disabling a single vif
` [PATCH 3/3] wifi: mt76: mt7603: fix tx filter/flush function

[PATCH -next] wifi: ath5k: Remove redundant dev_err()
 2023-07-26 17:12 UTC 

[PATCH] MAINTAINERS: add Jeff as ath10k, ath11k and ath12k maintainer
 2023-07-26  7:15 UTC  (2+ messages)
`  "

[PATCH 1/9] MAINTAINERS: wifi: rtw88: change Ping as the maintainer
 2023-07-26  7:11 UTC  (2+ messages)

[PATCH] Revert "wifi: ath6k: silence false positive -Wno-dangling-pointer warning on GCC 12"
 2023-07-26  7:09 UTC  (2+ messages)

[PATCH v2] wifi: cfg80211: Fix return value in scan logic
 2023-07-26  7:09 UTC  (2+ messages)
` [v2] "

[PATCH 0/9] MAINTAINERS: wifi: driver cleanup
 2023-07-26  6:59 UTC  (6+ messages)
` [PATCH 8/9] MAINTAINERS: wifi: mark b43 as orphan

[PATCH v6.5] Revert "wifi: ath11k: Enable threaded NAPI"
 2023-07-26  6:57 UTC  (2+ messages)

parsing the multi-link element with STA profile wifi: mac80211: support MLO authentication/association with one link
 2023-07-26  6:30 UTC  (8+ messages)

[wireless-next:main] BUILD SUCCESS b2090d93d4b6f1c72a9793d5a171806b8468b7cb
 2023-07-26  3:49 UTC 

[PATCH v4 00/11] wifi: ath12k: (v4) EHT support
 2023-07-25 22:44 UTC  (10+ messages)
` [PATCH v4 03/11] wifi: ath12k: WMI support to process EHT capabilities
` [PATCH v4 06/11] wifi: ath12k: prepare EHT peer assoc parameters

[PATCH V7 0/9] Enable Wifi RFI interference mitigation feature support
 2023-07-25 20:44 UTC  (9+ messages)
` [PATCH V7 4/9] wifi: mac80211: Add support for ACPI WBRF

[PATCH 1/2] wifi: brcmsmac: remove more unused data types
 2023-07-25 16:23 UTC  (2+ messages)
` [PATCH 2/2] wifi: brcmsmac: cleanup SCB-related "

[PATCH] wifi: wilc1000: simplify TX callback functions
 2023-07-25 15:50 UTC  (4+ messages)

[PATCH] wifi: wilc1000: remove use of has_thrpt_enh3 flag
 2023-07-25 15:18 UTC  (3+ messages)

[PATCH] wifi: brcmsmac: remove unused data type
 2023-07-25 15:16 UTC  (2+ messages)

[PATCH] wifi: mwifiex: Set WIPHY_FLAG_NETNS_OK flag
 2023-07-25 15:15 UTC  (2+ messages)

[PATCH 1/3] [v4] wifi: mwifiex: prefer strscpy() over strlcpy()
 2023-07-25 15:14 UTC  (2+ messages)

[PATCH v2] wifi: wilc1000: change firmware path from 'atmel' to 'microchip/wilc'
 2023-07-25 15:02 UTC  (2+ messages)

[PATCH 1/4] wifi: rtl8xxxu: Enable AP mode for RTL8192FU
 2023-07-25 14:48 UTC  (2+ messages)

[PATCH 3/8] zd1211rw: fix comment typo
 2023-07-25 14:47 UTC  (2+ messages)
` [3/8] wifi: zd1211rw: fix typo "tranmits"

[PATCH v4] wifi: rtw89: debug: Fix error handling in rtw89_debug_priv_btc_manual_set()
 2023-07-25 14:45 UTC  (2+ 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).