linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-22 07:42:17 to 2020-09-28 09:23:37 UTC [more...]

[PATCH 00/12] iwlwifi: updates intended for v5.10 2020-09-28
 2020-09-28  9:23 UTC  (9+ messages)
` [PATCH 01/12] iwlwifi: add a common struct for all iwl_tx_power_cmd versions
` [PATCH 02/12] iwlwifi: acpi: prepare SAR profile selection code for multiple sizes
` [PATCH 03/12] iwlwifi: support REDUCE_TX_POWER_CMD version 6
` [PATCH 04/12] iwlwifi: acpi: rename geo structs to contain versioning
` [PATCH 05/12] iwlwifi: support version 3 of GEO_TX_POWER_LIMIT
` [PATCH 07/12] iwlwifi: rs: set RTS protection for all non legacy rates
` [PATCH 08/12] iwlwifi: acpi: in non acpi compilations remove iwl_sar_geo_init
` [PATCH 09/12] iwlwifi: fw: add default value for iwl_fw_lookup_cmd_ver

[patch 00/35] net: in_interrupt() cleanup and fixes
 2020-09-28  9:19 UTC  (44+ messages)
` [patch 01/35] net: enic: Cure the enic api locking trainwreck
` [patch 02/35] net: caif: Remove unused caif SPI driver
` [patch 03/35] net: Add netif_rx_any_context()
` [patch 04/35] net: caif: Use netif_rx_any_context()
` [patch 05/35] net: atheros: Remove WARN_ON(in_interrupt())
` [patch 06/35] net: cxgb3: Cleanup in_interrupt() usage
` [patch 07/35] net: cxbg4: Remove pointless in_interrupt() check
` [patch 08/35] net: e100: Remove in_interrupt() usage and pointless GFP_ATOMIC allocation
` [patch 09/35] net: fec_mpc52xx: Replace in_interrupt() usage
` [patch 10/35] net: intel: Remove in_interrupt() warnings
` [patch 11/35] net: ionic: Replace in_interrupt() usage
` [patch 12/35] net: ionic: Remove WARN_ON(in_interrupt())
` [patch 13/35] net: mdiobus: Remove WARN_ON_ONCE(in_interrupt())
` [patch 14/35] net: natsemi: Replace in_interrupt() usage
` [patch 15/35] net: sfc: "
` [patch 16/35] net: sunbmac: "
` [patch 17/35] net: sun3lance: Remove redundant checks in interrupt handler
` [patch 18/35] net: vxge: Remove in_interrupt() conditionals
` [patch 19/35] net: zd1211rw: Remove ZD_ASSERT(in_interrupt())
` [patch 20/35] net: usb: kaweth: Replace kaweth_control() with usb_control_msg()
` [patch 21/35] net: usb: kaweth: Remove last user of kaweth_control()
` [patch 22/35] net: usb: net1080: Remove in_interrupt() comment
` [patch 23/35] net: wan/lmc: Remove lmc_trace()
` [patch 24/35] net: brcmfmac: Replace in_interrupt()
` [patch 25/35] net: brcmfmac: Use netif_rx_any_context()
` [patch 26/35] net: brcmfmac: Convey allocation mode as argument
` [patch 27/35] net: ipw2x00,iwlegacy,iwlwifi: Remove in_interrupt() from debug macros
` [patch 28/35] net: iwlwifi: Remove in_interrupt() from tracing macro
` [patch 29/35] net: hostap: Remove in_interrupt() usage
` [patch 30/35] net: mwifiex: Use netif_rx_any_context()
` [patch 31/35] net: libertas libertas_tf: Remove in_interrupt() from debug macro
` [patch 32/35] net: libertas: Use netif_rx_any_context()
` [patch 33/35] net: rtlwifi: Remove void* casts related to delayed work
` [patch 34/35] net: rtlwifi: Remove in_interrupt() from debug macro
` [patch 35/35] net: rtlwifi: Replace in_interrupt() for context detection

general protection fault in mac80211_hwsim_tx_frame_no_nl
 2020-09-28  7:37 UTC 

[PATCH 1/2] nl80211: fix OBSS PD min and max offset validation
 2020-09-28  7:28 UTC  (2+ messages)
` [PATCH 2/2] nl80211: extend support to config spatial reuse parameter set

[PATCH 0/7] iwlwifi: updates intended for v5.10 2020-09-24
 2020-09-28  6:35 UTC  (11+ messages)
` [PATCH 1/7] iwlwifi: enable twt by default
  ` [PATCH v2 "
` [PATCH 2/7] iwlwifi: iwl-trans: move all txcmd init to trans alloc
` [PATCH 3/7] iwlwifi: move bc_pool to a common trans header
` [PATCH 4/7] iwlwifi: iwl-trans: move tfd to trans layer
` [PATCH 5/7] iwlwifi: move bc_table_dword to a common trans header
` [PATCH 6/7] iwlwifi: add new cards for MA family
` [PATCH 7/7] iwlwifi: acpi: support ppag table command v2

[PATCH 0/2] brcmfmac: Fix warning messages when meeting failed cases
 2020-09-28  5:49 UTC  (3+ messages)
` [PATCH 1/2] brcmfmac: Fix warning when hitting FW crash with flow control feature
` [PATCH 2/2] brcmfmac: Fix warning message after dongle setup failed

[PATCH 00/18] use semicolons rather than commas to separate statements
 2020-09-27 20:08 UTC  (3+ messages)
` [PATCH 05/18] bcma: "

[PATCH 1/2] ath10k: Try to get mac-address from dts
 2020-09-27 19:25 UTC  (2+ messages)
` [PATCH 2/2] ath10k: Try to download pre-cal using nvmem api

[PATCH 1/8] mt76: mt7915: add 802.11 encap offload support
 2020-09-27 17:18 UTC  (8+ messages)
` [PATCH 2/8] mt76: mt7915: add encap offload for 4-address mode stations
` [PATCH 3/8] mt76: use ieee80211_rx_list to pass frames to the network stack as a batch
` [PATCH 4/8] mt76: mt7615: add debugfs knob for setting extended local mac addresses
` [PATCH 5/8] mt76: do not set NEEDS_UNIQUE_STA_ADDR for 7615 and 7915
` [PATCH 6/8] mt76: mt7915: support 32 station interfaces
` [PATCH 7/8] mt76: mt7915: fix processing txfree events
` [PATCH 8/8] mt76: mt7915: use napi_consume_skb to bulk-free tx skbs

[PATCH] mt76: mt7615: enable beacon filtering by default for offload fw
 2020-09-27 17:09 UTC  (4+ messages)

[PATCH v3] mac80211: fix regression in sta connection monitor
 2020-09-27 15:10 UTC  (2+ messages)

[PATCH] ath11k: Correctly check errors for calls to debugfs_create_dir()
 2020-09-27 13:24 UTC 

[PATCH] ath10k: sdio: remove reduntant check in for loop
 2020-09-27 10:58 UTC  (5+ messages)
` [PATCH v2] ath10k: sdio: remove redundant "

WARNING: CPU: 1
 2020-09-27  8:47 UTC 

[PATCH] wl3501_cs: Remove unnecessary NULL check
 2020-09-26 17:45 UTC 

[PATCH 0/4] convert mt76 sdio to mt76 workers APIs
 2020-09-26 15:06 UTC  (5+ messages)
` [PATCH 1/4] mt76: mt7663s: move tx/rx processing in the same txrx workqueue
` [PATCH 2/4] mt76: mt7663s: convert txrx_work to mt76_worker
` [PATCH 3/4] mt76: mt7663s: disable interrupt during txrx_worker processing
` [PATCH 4/4] mt76: sdio: convert {status/net}_work to mt76_worker

WARNING in __cfg80211_ibss_joined (2)
 2020-09-26 12:09 UTC  (2+ messages)

[PATCH v2] mac80211: fix regression in sta connection monitor
 2020-09-26  7:31 UTC  (4+ messages)

[PATCH] net: wireless: ti: fix a typo in comments
 2020-09-26  2:37 UTC 

[PATCH] ath10k: Introduce a devicetree quirk to skip host cap QMI requests
 2020-09-26  0:00 UTC  (2+ messages)

[PATCH 00/15] iwlwifi: updates intended for v5.10 2020-09-26
 2020-09-25 21:30 UTC  (16+ messages)
` [PATCH 01/15] iwlwifi: dbg: remove IWL_FW_INI_TIME_POINT_WDG_TIMEOUT
` [PATCH 02/15] iwlwifi: dbg: add dumping special device memory
` [PATCH 03/15] iwlwifi: regulatory: regulatory capabilities api change
` [PATCH 04/15] iwl-trans: move dev_cmd_offs, page_offs to a common trans header
` [PATCH 05/15] iwlwifi: mvm: split a print to avoid a WARNING in ROC
` [PATCH 06/15] iwlwifi: mvm: Don't install CMAC/GMAC key in AP mode
` [PATCH 07/15] iwlwifi: mvm: add support for new version of WOWLAN_TKIP_SETTING_API_S
` [PATCH 08/15] iwlwifi: mvm: process ba-notifications also when sta rcu is invalid
` [PATCH 09/15] iwlwifi: don't export acpi functions unnecessarily
` [PATCH 10/15] iwlwifi: mvm: add support for new WOWLAN_TSC_RSC_PARAM version
` [PATCH 11/15] iwlwifi: mvm: remove redundant support_umac_log field
` [PATCH 12/15] iwlwifi: mvm: use CHECKSUM_COMPLETE
` [PATCH 13/15] iwlwifi: remove iwl_validate_sar_geo_profile() export
` [PATCH 14/15] iwlwifi: acpi: remove dummy definition of iwl_sar_set_profile()
` [PATCH 15/15] iwlwifi: add new card for MA family

pull-request: wireless-drivers-next-2020-09-25
 2020-09-25 20:16 UTC  (2+ messages)

pull-request: wireless-drivers-2020-09-25
 2020-09-25 20:14 UTC  (2+ messages)

[PATCH] ath10k: qmi: Skip host capability request for Xiaomi Poco F1
 2020-09-25 18:32 UTC  (7+ messages)

[PATCH 0/5] rtw88: add firmware crash recovery and some fixes
 2020-09-25 16:29 UTC  (7+ messages)
` [PATCH 1/5] rtw88: increse the size of rx buffer size
` [PATCH 2/5] rtw88: handle and recover when firmware crash
` [PATCH 3/5] rtw88: add dump firmware fifo support
` [PATCH 4/5] rtw88: add dump fw crash log
` [PATCH 5/5] rtw88: show current regulatory in tx power table

[PATCH] ath11k: fix undefined reference to 'ath11k_debugfs_htt_ext_stats_handler'
 2020-09-25 16:10 UTC  (2+ messages)

[PATCH] qtnfmac: fix resource leaks on unsupported iftype error return path
 2020-09-25 13:22 UTC 

[PATCH] crda: don't memset ctx before releasing members
 2020-09-25  7:54 UTC  (2+ messages)

[wireless-drivers-next:master] BUILD SUCCESS 5b365af4c86d1229fcb5a8683fb3284498c37606
 2020-09-25  5:34 UTC 

[wireless-drivers-next:pending] BUILD SUCCESS 6167cb6dba6067d056ff7d204cbfe17d79a56f8a
 2020-09-24 17:47 UTC 

[PATCH 1/3] mac80211_hwsim: fix typo in kernel-doc
 2020-09-24 17:25 UTC  (3+ messages)
` [PATCH 2/3] mac80211: fix some missing kernel-doc
` [PATCH 3/3] wireless: radiotap: fix some kernel-doc

pull request: mt76 2019-09-23 v2
 2020-09-24 16:45 UTC  (2+ messages)

[PATCH] ath11k: removing the ath11k debugfs dir properly
 2020-09-24 16:16 UTC  (2+ messages)

linux-next: Fixes tag needs some work in the wireless-drivers-next tree
 2020-09-24 16:11 UTC  (4+ messages)

pull request: mt76 2019-09-23
 2020-09-24 16:06 UTC  (2+ messages)

[PATCH 1/2] rtw88: Fix probe error handling race with firmware loading
 2020-09-24 15:50 UTC  (2+ messages)

[PATCH -next] zd1201: simplify the return expression of zd1201_set_maxassoc()
 2020-09-24 15:51 UTC  (2+ messages)

[PATCH v2] brcmfmac: check return value of driver_for_each_device()
 2020-09-24 15:48 UTC  (2+ messages)

[PATCH 1/2] mt76: mt7915: measure channel noise and report it via survey
 2020-09-24 15:23 UTC  (2+ messages)
` [PATCH 2/2] mt76: mt7915: fix VHT LDPC capability

[PATCH 5.9] mt76: mt7615: reduce maximum VHT MPDU length to 7991
 2020-09-24 13:15 UTC  (3+ messages)

[PATCH] ath11k: Move non-fatal warn logs to dbg level
 2020-09-24 11:58 UTC 

KMSAN: uninit-value in hwsim_cloned_frame_received_nl
 2020-09-24  9:26 UTC 

WARNING in sta_info_insert_rcu
 2020-09-24  9:26 UTC 

UBSAN: array-index-out-of-bounds in ieee80211_del_key
 2020-09-24  9:26 UTC 

memory leak in ieee80211_check_fast_xmit
 2020-09-24  9:26 UTC 

WARNING in ieee80211_rx_list
 2020-09-24  9:26 UTC 

KMSAN: uninit-value in ieee80211_skb_resize
 2020-09-24  9:26 UTC 

[PATCH] iwlwifi: mvm: Increase session protection duration for association
 2020-09-24  6:48 UTC 

[PATCH v2 1/2] ath10k: Introduce download cal from mtd
 2020-09-23 21:04 UTC  (4+ messages)
` [PATCH v2 2/2] dt: bindings: ath10k: Document qcom,ath10k-pre-calibration-data-mtd

Configuring WiFi6 in hostapd
 2020-09-23 17:40 UTC  (7+ messages)

[PATCH 00/14] drop double zeroing
 2020-09-23 15:16 UTC  (4+ messages)

[PATCH] cfg80211: regulatory: remove a bogus initialization
 2020-09-23  8:42 UTC 

[PATCH] mt76: mt7615: retry if mt7615_mcu_init returns -EAGAIN
 2020-09-23  7:23 UTC 

[PATCH -next v2] ath9k: Remove set but not used variable
 2020-09-23  3:25 UTC 

[PATCH] mac80211: Remove vdevs from driver when firmware is unrecoverable
 2020-09-22 20:58 UTC 

ax200, fw crashes, and sdata-in-driver
 2020-09-22 20:57 UTC  (4+ messages)

[PATCH 1/2] wireless: Add sysfs file to show if radio is unavailable
 2020-09-22 20:44 UTC  (2+ messages)
` [PATCH 2/2] mac80211: Set radio to unavailable when it fails to reconfigure

[PATCH 1/2] mac80211: Support not iterating over not-sdata-in-driver ifaces
 2020-09-22 19:19 UTC  (2+ messages)
` [PATCH 2/2] ath10k: Don't iterate over not-sdata-in-driver interfaces

[wireless-drivers-next:master] BUILD SUCCESS dd7a3a331f5dec4f61fa2ba48512125a89401c25
 2020-09-22 19:23 UTC 

[PATCH] iwlwifi: add NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 support
 2020-09-22 18:45 UTC  (4+ messages)

[PATCH] mt76: mt7915: add offchannel condition in switch channel command
 2020-09-22 11:36 UTC 

[PATCH -next] ath9k: Remove set but not used variable
 2020-09-22 11:30 UTC 

[PATCH] mac80211: fix regression in sta connection monitor
 2020-09-22  8:56 UTC  (3+ messages)

[RFC 1/2] nl80211: add common API to configure SAR power limitations
 2020-09-22  8:09 UTC  (3+ messages)

[PATCH] ath11k: Remove unused function ath11k_htc_restore_tx_skb()
 2020-09-22  7:46 UTC  (2+ messages)

[PATCH -next] ath5k: convert to use DEFINE_SEQ_ATTRIBUTE macro
 2020-09-22  7:46 UTC  (2+ messages)

[PATCH] ath6kl: wmi: prevent a shift wrapping bug in ath6kl_wmi_delete_pstream_cmd()
 2020-09-22  7:46 UTC  (2+ messages)

[PATCH] ath11k: remove redundant num_keep_alive_pattern assignment
 2020-09-22  7:44 UTC  (2+ messages)

[PATCH] ath11k: wmi: remove redundant configuration values from init
 2020-09-22  7:44 UTC  (2+ messages)

[PATCH v2] ath11k: Add support spectral scan for IPQ6018
 2020-09-22  7:42 UTC  (2+ messages)

[PATCH 1/4] ath11k: refactor debugfs code into debugfs.c
 2020-09-22  7:42 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).