linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-19 17:43:42 to 2024-08-23 06:10:56 UTC [more...]

[PATCH 1/2] dt-bindings: wireless: wilc1000: Document WILC3000 compatible string
 2024-08-23  6:10 UTC  (9+ messages)
` [PATCH 2/2] wifi: wilc1000: Add WILC3000 support

[PATCH RESEND] wifi: iwlwifi: mvm: fix an error code in iwl_mvm_alloc_sta_after_restart()
 2024-08-23  5:56 UTC  (3+ messages)

[PATCH] linux-firmware: update firmware for MT7925 WiFi device
 2024-08-23  2:55 UTC 

[PATCH -next] mac80211: remove redundant unlikely() around IS_ERR()
 2024-08-23  2:37 UTC 

[PATCH V2] linux-firmware: Add firmware for RTL8812AU device
 2024-08-23  0:58 UTC 

[PATCH 00/31] wifi: mwifiex: cleanup driver
 2024-08-22 23:38 UTC  (49+ messages)
` [PATCH 01/31] wifi: mwifiex: remove unnecessary checks for valid priv
` [PATCH 02/31] wifi: mwifiex: use adapter as context pointer for mwifiex_hs_activated_event()
` [PATCH 03/31] wifi: mwifiex: drop HostCmd_CMD_802_11_MAC_ADDRESS response handling
` [PATCH 04/31] wifi: mwifiex: drop unnecessary initialization
` [PATCH 05/31] wifi: mwifiex: make region_code_mapping_t const
` [PATCH 06/31] wifi: mwifiex: use mwifiex_deauthenticate_all()
` [PATCH 07/31] wifi: mwifiex: pass adapter to mwifiex_dnld_cmd_to_fw()
` [PATCH 08/31] wifi: mwifiex: simplify mwifiex_setup_ht_caps()
` [PATCH 09/31] wifi: mwifiex: deduplicate code in mwifiex_cmd_tx_rate_cfg()
` [PATCH 10/31] wifi: mwifiex: fix indention
  ` [EXT] "
    `  "
        `  "
            `  "
` [PATCH 11/31] wifi: mwifiex: use priv index as bss_num
` [PATCH 12/31] wifi: mwifiex: fix MAC address handling
` [PATCH 13/31] wifi: mwifiex: drop driver internal AP/STA limit counting
` [PATCH 14/31] wifi: mwifiex: iterate over privs in mwifiex_process_assoc_resp()
` [PATCH 15/31] wifi: mwifiex: add missing locking
` [PATCH 16/31] wifi: mwifiex: make locally used function static
` [PATCH 17/31] wifi: mwifiex: fix multiple station handling
` [PATCH 18/31] wifi: mwifiex: make mwifiex_enable_hs() safe for multiple station mode
` [PATCH 19/31] wifi: mwifiex: add function to send command specific to the adapter
` [PATCH 20/31] wifi: mwifiex: pass adapter to host sleep functions
` [PATCH 21/31] wifi: mwifiex: associate tx_power to the adapter
` [PATCH 22/31] wifi: mwifiex: pass adapter to mwifiex_init_shutdown_fw()
` [PATCH 23/31] wifi: mwifiex: pass adapter to mwifiex_disable_auto_ds()
` [PATCH 24/31] wifi: mwifiex: make txpwr specific to adapter
` [PATCH 25/31] wifi: mwifiex: return error on unexpected bss_num
` [PATCH 26/31] wifi: mwifiex: coalesce rules are adapter specific
` [PATCH 27/31] wifi: mwifiex: do not use mwifiex_get_priv() in mwifiex_dnld_sleep_confirm_cmd()
` [PATCH 28/31] wifi: mwifiex: move rx_ant/tx_ant to adapter
` [PATCH 29/31] wifi: mwifiex: pass adapter to mwifiex_fw_dump_event()
` [PATCH 30/31] wifi: mwifiex: move common settings out of switch/case
` [PATCH 31/31] wifi: mwifiex: allow to set MAC address in add_virtual_intf()

[PATCH][next] wifi: mwifiex: Fix memcpy() field-spanning write warning in mwifiex_cmd_802_11_scan_ext()
 2024-08-22 17:50 UTC  (3+ messages)

[PATCH v2] wifi: mwifiex: Convert to use jiffies macro
 2024-08-22 17:46 UTC  (2+ messages)

[PATCH][next] wifi: ath12k: Avoid -Wflex-array-member-not-at-end warnings
 2024-08-22 17:01 UTC  (3+ messages)

[PATCH 1/3] wifi: ath12k: Introduce iface combination cleanup helper
 2024-08-22 16:53 UTC  (2+ messages)

[PATCH][next] wifi: ath11k: Avoid -Wflex-array-member-not-at-end warnings
 2024-08-22 16:50 UTC  (3+ messages)

[PATCH 1/2] wifi: brcmfmac: add support for TRX firmware download
 2024-08-22 15:15 UTC  (8+ messages)

[PATCH 00/20] wifi: rtw88: Add support for RTL8821AU and RTL8812AU
 2024-08-22 14:04 UTC  (18+ messages)
` [PATCH 02/20] wifi: rtw88: Dump the HW features only for some chips
` [PATCH 03/20] wifi: rtw88: Allow different C2H RA report sizes
` [PATCH 05/20] wifi: rtw88: Allow rtw_chip_info.ltecoex_addr to be NULL

[PATCH v2 00/43] wifi: nxpwifi: create nxpwifi to support iw61x
 2024-08-22 12:56 UTC  (2+ messages)

[PATCH ath-current] wifi: ath11k: fix NULL pointer dereference in ath11k_mac_get_eirp_power()
 2024-08-22 11:17 UTC  (3+ messages)

[PATCH] MAINTAINERS: Add net-cw1200.h to NETWORKING DRIVERS (WIRELESS) section
 2024-08-22  9:08 UTC  (2+ messages)
`  "

[PATCH] wifi: mwifiex: remove unnecessary checks for valid priv
 2024-08-22  9:00 UTC  (3+ messages)

[PATCH v11 1/4] dt-bindings: net: wireless: brcm4329-fmac: add pci14e4,449d
 2024-08-22  8:59 UTC  (2+ messages)

[PATCH] wifi: mwifiex: Fix uninitialized variable in mwifiex_cfg80211_authenticate()
 2024-08-22  8:41 UTC  (2+ messages)

[PATCH][next] wifi: iwlegacy: Avoid multiple -Wflex-array-member-not-at-end warnings
 2024-08-22  8:41 UTC  (2+ messages)

[PATCH v1] wifi: mwifiex: Convert to use jiffies macro
 2024-08-22  7:48 UTC 

[PATCH v4] wifi: cfg80211: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-22  7:47 UTC 

[PATCH v3] wifi: cfg80211: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-22  6:59 UTC  (2+ messages)

[PATCH 0/2] dt-bindings fixup for brcm,bcm4329-fmac.yaml
 2024-08-22  6:29 UTC  (20+ messages)
` [PATCH 1/2] dt-bindings: wireless: restore constraint for brcm,bcm4329-fmac compatible property
` [PATCH 2/2] arm64: boot: apple: fixup wifi device specification

[PATCH RFC 0/4] wifi: ath12k: switch to using wiphy_lock()
 2024-08-22  6:19 UTC  (9+ messages)
` [PATCH RFC 1/4] wifi: ath12k: switch to using wiphy_lock() and remove ar->conf_mutex
` [PATCH RFC 2/4] wifi: ath12k: cleanup unneeded labels
` [PATCH RFC 3/4] wifi: ath12k: ath12k_mac_op_set_key(): remove exit label
` [PATCH RFC 4/4] wifi: ath12k: convert struct ath12k_sta::update_wk to use struct wiphy_work

[PATCH 0/4] wifi: rtw89: coex: add BT-coexistence support of RTL8852BT
 2024-08-22  2:45 UTC  (3+ messages)
` [PATCH 1/4] wifi: rtw89: coex: Update report version of Wi-Fi firmware 0.29.90.0 for RTL8852BT

[PATCH] wifi: rtw89: limit the PPDU length for VHT rate to 0x40000
 2024-08-22  2:31 UTC  (2+ messages)

[PATCH v2] wifi: rtw89: debugfs: support multiple adapters debugging
 2024-08-22  2:13 UTC  (2+ messages)

[PATCH v2 1/2] wifi: mac80211: export ieee80211_purge_tx_queue() for drivers
 2024-08-22  1:48 UTC  (3+ messages)
` [PATCH v2 2/2] wifi: rtw88: use ieee80211_purge_tx_queue() to purge TX skb

[PATCH 1/2] wifi: mac80211: export ieee80211_purge_tx_queue() for drivers
 2024-08-22  1:46 UTC  (4+ messages)

[PATCH][next] wifi: mwifiex: Replace one-element arrays with flexible-array members
 2024-08-21 21:25 UTC  (5+ messages)

[PATCH] wifi: wilc1000: Keep slot powered on during suspend/resume
 2024-08-21 18:37 UTC 

[PATCH] wifi: wilc1000: Re-enable RTC clock on resume
 2024-08-21 18:36 UTC 

[PATCH] wifi: wilc1000: Do not operate uninitialized hardware during suspend/resume
 2024-08-21 18:36 UTC 

[PATCH v2] wifi: cfg80211: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-21 17:26 UTC  (3+ messages)

ath11k WCN6855 seems to have incorrect regulatory info for US DFS-FCC (no 6ghz)
 2024-08-21 17:05 UTC  (2+ messages)

Ubuntu RT2X00 WIFI USB Driver Kernel NULL pointer Dereference&Use-After-Free Vulnerability
 2024-08-21 14:06 UTC  (8+ messages)

[PATCH] wifi: brcmfmac: ensure that brcmfmac pcie devices are properly reset at shutdown
 2024-08-21 13:52 UTC 

[PATCH v2] wifi: rtw88: Fix USB/SDIO devices not transmitting beacons
 2024-08-21 13:11 UTC 

[PATCH v1] net: wireless: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-21 10:05 UTC  (3+ messages)

[PATCH 1/2] wifi: rtw88: Fix USB devices not transmitting beacons
 2024-08-21 11:17 UTC  (14+ messages)
` [PATCH 2/2] wifi: rtw88: Avoid using macid 0 in AP mode

[PATCH 1/1] wifi: mac80211: Fix 320 MHz max TPE field parsing
 2024-08-21  9:16 UTC  (2+ messages)

[PATCH] wifi: cfg80211: fix bug of mapping AF3x to incorrect User Priority
 2024-08-21  9:10 UTC  (3+ messages)
` [PATCH wireless-next v2] "

[PATCH RFC v4 0/2] Add Multi-Link Reconfigure link removal support
 2024-08-21  9:01 UTC  (5+ messages)
` [PATCH RFC v4 1/2] wifi: cfg80211/mac80211: Introduce nl80211 commands to support MLD link removal offload
` [PATCH RFC v4 2/2] wifi: mac80211: Add support for link reconfigure removal

wireless-next v6.12 deadline September 9th
 2024-08-21  9:01 UTC 

[PATCH v1] drivers:mei:Fix the NULL vs IS_ERR() bug for debugfs_create_dir()
 2024-08-21  8:23 UTC 

[PATCH -next v2] wifi: brcmsmac: Use kvmemdup to simplify the code
 2024-08-21  7:29 UTC  (2+ messages)

[PATCH v1] net: wireless: Use kmemdup_array instead of kmemdup for multiple allocation
 2024-08-21  7:20 UTC 

[PATCH -next] wifi: mac80211: Use kvmemdup to simplify the code
 2024-08-21  6:43 UTC  (4+ messages)

[PATCH v3 1/1] dt-bindings: net: wireless: convert marvel-8xxx.txt to yaml format
 2024-08-20 14:21 UTC 

INFO: rcu detected stall in x64_sys_call
 2024-08-20 13:24 UTC 

[PATCH] wifi: mac80211: remove DEAUTH_NEED_MGD_TX_PREP
 2024-08-20 12:07 UTC  (4+ messages)

[PATCH 01/12] wifi: mt76: mt7996: use hweight16 to get correct tx antenna
 2024-08-20 10:23 UTC  (4+ messages)
` [PATCH 07/12] wifi: mt76: mt7996: set correct beamformee SS capability

[PATCH v11 0/4] Add AP6275P wireless support
 2024-08-20 10:04 UTC  (6+ messages)

[PATCH v2 1/1] dt-bindings: net: wireless: convert marvel-8xxx.txt to yaml format
 2024-08-20  9:17 UTC  (3+ messages)

[net/wireless] Question about `cfg80211_conn_scan` func: misuse of __counted_by
 2024-08-20  8:59 UTC  (2+ messages)

[PATCH] wifi: rtw88: coex: remove rf4ce unused code
 2024-08-20  5:52 UTC 

[PATCH 0/2] wifi: ath10k: fix invalid VHT parameters
 2024-08-20  1:51 UTC  (8+ messages)
` [PATCH 2/2] wifi: ath10k: fix invalid VHT parameters in supported_vht_mcs_rate_nss2

[PATCH] wifi: rtw88: assign mac_id for vif/sta and update to TX desc
 2024-08-20  0:32 UTC  (3+ messages)

[PATCH v5 0/4] tracing: improve symbolic printing
 2024-08-19 22:23 UTC  (2+ messages)

[PATCH v2 0/3] Cleanup: Formatting iwlwifi driver
 2024-08-19 21:45 UTC  (4+ messages)
` [PATCH v2 1/3] iwlwifi: mvm: Improve code style in pointer declarations
` [PATCH v2 2/3] iwlwifi: mvm: Enclose multi-statement macro in a do while
` [PATCH v2 3/3] iwlwifi: mvm: Replace spaces for tabs in iwl_mvm_vendor_events_idx

[net/mac80211] Question about `ieee80211_copy_mbssid_beacon` func: misuse of __counted_by
 2024-08-19 20:59 UTC 


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