linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-04-15 12:43:18 to 2021-04-19 19:35:25 UTC [more...]

[PATCH] brcmfmac: Avoid GFP_ATOMIC when GFP_KERNEL is enough
 2021-04-19 19:35 UTC 

rtlwifi/rtl8192cu AP mode broken with PS STA
 2021-04-19 19:25 UTC  (15+ messages)

[PATCH] rtlwifi: implement set_tim by update beacon content
 2021-04-19 19:23 UTC  (2+ messages)

[Bug report] - RTL8821CE 802.11ac PCIe Wireless Network Adapter - Not handled properly by the rtw_8821ce dirver on Kernel 5.11.11
 2021-04-19 17:38 UTC  (4+ messages)

[PATCH] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()
 2021-04-19 17:36 UTC  (10+ messages)
    ` [PATCH v2] "

[PATCH] mt76: mt7921: fix possible invalid register access
 2021-04-19 15:58 UTC 

[PATCH] rtl8xxxu: Fix device info for RTL8192EU devices
 2021-04-19 15:55 UTC  (4+ messages)

[PATCH] qtnfmac: Fix possible buffer overflow in qtnf_event_handle_external_auth
 2021-04-19 14:58 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 0/6] enable deep sleep mode when mt7921e suspends
 2021-04-19 14:20 UTC  (7+ messages)
` [PATCH v2 1/6] mt76: mt7921: move mt7921_dma_reset in dma.c
` [PATCH v2 2/6] mt76: mt7921: introduce mt7921_wpdma_reset utility routine
` [PATCH v2 3/6] mt76: mt7921: introduce mt7921_dma_{enable,disable} utilities
` [PATCH v2 4/6] mt76: mt7921: introduce mt7921_wpdma_reinit_cond utility routine
` [PATCH v2 5/6] mt76: connac: introduce mt76_connac_mcu_set_deep_sleep utility
` [PATCH v2 6/6] mt76: mt7921: enable deep sleep when the device suspends

[PATCH][next][V2] wlcore: Fix buffer overrun by snprintf due to incorrect buffer size
 2021-04-19 14:14 UTC 

[PATCH][next] wlcore: Fix buffer overrun by snprintf due to incorrect buffer size Content-Type: text/plain; charset="utf-8"
 2021-04-19 14:13 UTC  (2+ messages)

[PATCH][next] mt76: mt7615: Fix a dereference of pointer sta before it is null checked
 2021-04-19 13:20 UTC 

[PATCH] mt76: mt7921: introduce mt7921_mcu_sta_add routine
 2021-04-19 12:03 UTC 

[PATCH RESEND][next] rtl8xxxu: Fix fall-through warnings for Clang
 2021-04-19 11:58 UTC  (14+ messages)

[PATCH] [v2] wireless: Initial driver submission for pureLiFi devices
 2021-04-19 11:52 UTC  (3+ messages)
` [PATCH] [v14] wireless: Initial driver submission for pureLiFi STA devices

[PATCH v9 0/4] Multiple BSSID support
 2021-04-19 11:28 UTC  (5+ messages)
` [PATCH v9 2/4] mac80211: add multiple bssid support to interface handling

[PATCHv2] mac80211: fix NULL ptr dereference during mesh peer connection for non HE devices
 2021-04-19 11:23 UTC  (2+ messages)

[PATCH] ath9k: Fix error check in ath9k_hw_read_revisions() for PCI devices
 2021-04-19 10:43 UTC  (2+ messages)

iwlwifi: Microcode SW error
 2021-04-19  9:55 UTC  (4+ messages)

[PATCH 4/6] mt76: mt7921: introduce mt7921_wpdma_reinit_cond utility routine
 2021-04-19  3:04 UTC 

[PATCH 1/6] mt76: mt7921: move mt7921_dma_reset in dma.c
 2021-04-19  3:00 UTC 

[wireless-drivers-next:master] BUILD SUCCESS fb8517f4fade44fa5e42e29ca4d6e4a7ed50b512
 2021-04-19  1:06 UTC 

[PATCH v2 0/3] rtw89: 8822c: add GAPK
 2021-04-19  0:37 UTC  (4+ messages)
` [PATCH v2 1/3] rtw88: 8822c: reorder macro position according to the register number
` [PATCH v2 2/3] rtw88: 8822c: Add gap-k calibration to improve long range performance
` [PATCH v2 3/3] rtw88: 8822c: debug: allow debugfs to enable/disable TXGAPK

[PATCH 1/2] mt76: mt7915: add thermal sensor device support
 2021-04-18 21:26 UTC  (3+ messages)
` [PATCH 2/2] mt76: mt7615: "

[PATCH 0/6] enable deep sleep mode when mt7921e suspends
 2021-04-18 16:48 UTC  (9+ messages)
` [PATCH 1/6] mt76: mt7921: move mt7921_dma_reset in dma.c
` [PATCH 2/6] mt76: mt7921: introduce mt7921_wpdma_reset utility routine
` [PATCH 3/6] mt76: mt7921: introduce mt7921_dma_{enable,disable} utilities
` [PATCH 4/6] mt76: mt7921: introduce mt7921_wpdma_reinit_cond utility routine
` [PATCH 5/6] mt76: connac: introduce mt76_connac_mcu_set_deep_sleep utility
` [PATCH 6/6] mt76: mt7921: enable deep sleep when the device suspends

[PATCH 00/19] mt76: improve runtime-pm support
 2021-04-18 16:45 UTC  (20+ messages)
` [PATCH 01/19] mt76: mt7921: fix a race between mt7921_mcu_drv_pmctrl and mt7921_mcu_fw_pmctrl
` [PATCH 02/19] mt76: mt7663: fix a race between mt7615_mcu_drv_pmctrl and mt7615_mcu_fw_pmctrl
` [PATCH 03/19] mt76: connac: introduce wake counter for fw_pmctrl synchronization
` [PATCH 04/19] mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx path
` [PATCH 05/19] mt76: mt7663: "
` [PATCH 06/19] mt76: dma: add the capability to define a custom rx napi poll routine
` [PATCH 07/19] mt76: mt7921: rely on mt76_connac_pm_ref/mt76_connac_pm_unref in tx/rx napi
` [PATCH 08/19] mt76: mt7663: "
` [PATCH 09/19] mt76: connac: unschedule ps_work in mt76_connac_pm_wake
` [PATCH 10/19] mt76: connac: check wake refcount in mcu_fw_pmctrl
` [PATCH 11/19] mt76: connac: remove MT76_STATE_PM in mac_tx_free
` [PATCH 12/19] mt76: mt7921: get rid of useless MT76_STATE_PM in mt7921_mac_work
` [PATCH 13/19] mt76: connac: alaways wake the device before scanning
` [PATCH 14/19] mt76: mt7615: rely on pm refcounting in mt7615_led_set_config
` [PATCH 15/19] mt76: connac: do not run mt76_txq_schedule_all directly
` [PATCH 16/19] mt76: connac: use waitqueue for runtime-pm
` [PATCH 17/19] mt76: remove MT76_STATE_PM in tx path
` [PATCH 18/19] mt76: mt7921: add awake and doze time accounting
` [PATCH 19/19] mt76: mt7921: enable sw interrupts

[PATCH] net/wireless/bcom: constify ieee80211_get_response_rate return
 2021-04-18  8:39 UTC 

pull-request: wireless-drivers-next-2021-04-18
 2021-04-18  8:26 UTC 

[PATCH] brcmsmac: fix shift on 4 bit masked value
 2021-04-18  7:58 UTC  (3+ messages)

[PATCH] wl1251: Fix possible buffer overflow in wl1251_cmd_scan
 2021-04-18  6:54 UTC  (2+ messages)

[PATCH v3] rtw88: 8822c: add CFO tracking
 2021-04-18  6:39 UTC  (2+ messages)

[PATCH for -next] iwlwifi: pcie: don't enable BHs with IRQs disabled
 2021-04-18  6:38 UTC  (4+ messages)

[PATCH] bcma: remove unused function
 2021-04-18  6:37 UTC  (2+ messages)

[PATCH] wil6210: wmi: Remove useless code
 2021-04-18  6:36 UTC  (2+ messages)

[PATCH] carl9170: remove get_tid_h
 2021-04-18  6:36 UTC  (2+ messages)

[PATCH] wireless: marvell: mwl8k: Fix a double Free in mwl8k_probe_hw
 2021-04-18  6:35 UTC  (2+ messages)
`  "

[PATCH] rtw88: Fix array overrun in rtw_get_tx_power_params()
 2021-04-18  6:34 UTC  (2+ messages)
`  "

[PATCH 1/4] net: wireless: broadcom: Remove duplicate struct declaration
 2021-04-18  6:33 UTC  (2+ messages)
` [1/4] brcmfmac: "

[PATCH 2/2] net: wireless: Fix typo of 'Networks' in comment
 2021-04-18  6:32 UTC  (2+ messages)
` [2/2] wl3501: fix "

[PATCH] rsi: Use resume_noirq for SDIO
 2021-04-18  6:32 UTC  (2+ messages)

[PATCH] rtw88: update statistics to fw for fine-tuning performance
 2021-04-18  6:31 UTC  (2+ messages)

[PATCH 1/3] rtw88: 8822c: reorder macro position according to the register number
 2021-04-18  6:30 UTC  (2+ messages)

[PATCH] drivers: net: wireless: struct lbs_private is declared duplicately
 2021-04-18  6:29 UTC  (2+ messages)
` libertas: "

[PATCH] brcmfmac: A typo fix
 2021-04-18  6:28 UTC  (2+ messages)

[PATCH v2] rsi: fix comment syntax in file headers
 2021-04-18  6:28 UTC  (2+ messages)

[PATCH] hostap: Fix memleak in prism2_config
 2021-04-18  6:14 UTC  (2+ messages)

[wireless-drivers-next:master] BUILD SUCCESS 7909a590eba6d021f104958857cbc4f0089daceb
 2021-04-18  6:11 UTC 

[PATCH] rsi: fix error return code of rsi_load_9116_firmware()
 2021-04-18  5:56 UTC  (2+ messages)

[PATCH] ti: wlcore: fix error return code of wl1271_cmd_build_ps_poll()
 2021-04-18  5:55 UTC  (2+ messages)

[PATCH] ti: wlcore: fix error return code of wl1271_suspend()
 2021-04-18  5:55 UTC  (2+ messages)

[PATCH] marvell: libertas_tf: fix error return code of if_usb_prog_firmware()
 2021-04-18  5:54 UTC  (2+ messages)

[wireless-drivers-next:pending] BUILD SUCCESS ef2c0c3ce050ced96206de8c1e43359a44d1090b
 2021-04-18  5:21 UTC 

[PATCH net-next] airo: work around stack usage warning
 2021-04-17 18:02 UTC  (2+ messages)

[PATCH net-next] wlcore: fix overlapping snprintf arguments in debugfs
 2021-04-17 18:02 UTC  (2+ messages)

[PATCH net-next 4/5] libertas: avoid -Wempty-body warning
 2021-04-17 18:01 UTC  (2+ messages)

[PATCH] rtl8xxxu: Simplify locking of a skb list accesses
 2021-04-17 17:55 UTC  (2+ messages)

[PATCH] wilc1000: fix a loop timeout condition
 2021-04-17 17:54 UTC  (2+ messages)

[PATCH] mwifiex: Remove unneeded variable: "ret"
 2021-04-17 17:54 UTC  (2+ messages)

[PATCH] wilc1000: Bring MAC address setting in line with typical Linux behavior
 2021-04-17 17:51 UTC  (2+ messages)

[PATCH v2 1/4] wilc1000: Make SPI transfers work at 48MHz
 2021-04-17 17:48 UTC  (2+ messages)

[PATCH] mwifiex: don't print SSID to logs
 2021-04-17 17:47 UTC  (2+ messages)

[PATCH v2] ipw2x00: potential buffer overflow in libipw_wx_set_encodeext()
 2021-04-17 17:36 UTC  (2+ messages)
` [v2] "

[PATCH net-next] rtlwifi: rtl8192de: Use DEFINE_SPINLOCK() for spinlock
 2021-04-17 17:34 UTC  (2+ messages)

[PATCH v2] qtnfmac: remove meaningless goto statement and labels
 2021-04-17 17:33 UTC  (2+ messages)

[PATCH] rtlwifi: Simplify locking of a skb list accesses
 2021-04-17 17:33 UTC  (2+ messages)

[PATCH] rtlwifi: remove rtl_get_tid_h
 2021-04-17 17:31 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8188ee: remove redundant assignment of variable rtlpriv->btcoexist.reg_bt_sco
 2021-04-17 17:30 UTC  (2+ messages)

[PATCH] rtlwifi: remove redundant assignment to variable err
 2021-04-17 17:29 UTC  (2+ messages)

[PATCH] rtlwifi: Few mundane typo fixes
 2021-04-17 17:28 UTC  (2+ messages)

[PATCH] qtnfmac: remove meaningless labels
 2021-04-17 17:27 UTC  (2+ messages)

[PATCH] rtlwifi: 8821ae: upgrade PHY and RF parameters
 2021-04-17 17:27 UTC  (2+ messages)
`  "

[PATCH] cw1200: Remove unused function pointer typedef wsm_*
 2021-04-17 17:26 UTC  (2+ messages)

[PATCH] cw1200: Remove unused function pointer typedef cw1200_wsm_handler
 2021-04-17 17:25 UTC  (2+ messages)

[PATCH] mt76: mt7921: remove leftover function declaration
 2021-04-17 16:51 UTC 

[PATCH] mt76: connac: move mcu_update_arp_filter in mt76_connac module
 2021-04-17 10:28 UTC 

[PATCH] mt76: mt7921: do not use 0 as NULL pointer
 2021-04-17 10:27 UTC 

pull request: mt76 2021-04-17
 2021-04-17 10:15 UTC 

pull-request: iwlwifi-next 2021-04-12-v2
 2021-04-17  8:38 UTC  (2+ messages)

pull request: mt76 2021-04-12 v2
 2021-04-17  8:36 UTC  (2+ messages)

[PATCH v3] brcmfmac: support parse country code map from DT
 2021-04-17  7:54 UTC 

Adding a fifth edca tx queue
 2021-04-17  7:51 UTC  (5+ messages)

[PATCH v2 0/2] brcmfmac: support parse country code map from DT
 2021-04-17  7:50 UTC  (7+ messages)
` [PATCH v2 1/2] dt-bindings: bcm4329-fmac: add optional brcm,ccode-map
` [PATCH v2 2/2] brcmfmac: support parse country code map from DT

[PATCH -next] cfg80211: fix a few kernel-doc warnings
 2021-04-17  6:01 UTC 

[PATCH 1/3] mt76: mt7915: add support for DT rate power limits
 2021-04-16 22:16 UTC  (3+ messages)
` [PATCH 2/3] mt76: mt7915: rework the flow of txpower setting
` [PATCH 3/3] mt76: mt7915: directly read per-rate tx power from registers

[PATCH v1 0/6] BHI/BHIe improvements for MHI power purposes
 2021-04-16 18:47 UTC  (7+ messages)
` [PATCH v1 1/6] bus: mhi: core: Set BHI/BHIe offsets on power up preparation
` [PATCH v1 2/6] bus: mhi: core: Set BHI and BHIe pointers to NULL in clean-up
` [PATCH v1 3/6] bus: mhi: Add MMIO region length to controller structure
` [PATCH v1 4/6] ath11k: set register access length for MHI driver
` [PATCH v1 5/6] bus: mhi: pci_generic: Set "
` [PATCH v1 6/6] bus: mhi: core: Add range checks for BHI and BHIe

[PATCH v2 1/2] mt76: mt7921: add wifisys reset support in debugfs
 2021-04-16 15:30 UTC  (2+ messages)
` [PATCH v2 2/2] mt76: mt7921: abort uncompleted scan by wifi reset

[PATCH net-next v4 0/2] of: net: support non-platform devices in of_get_mac_address()
 2021-04-16 15:19 UTC  (5+ messages)
` [PATCH net-next v4 2/2] of: net: fix of_get_mac_addr_nvmem() for non-platform devices

[PATCH] mac80211: properly process TXQ management frames
 2021-04-16 12:49 UTC  (2+ messages)

[PATCH] mac80211: minstrel_ht: remove extraneous indentation on if statement
 2021-04-16  9:51 UTC 

[PATCH 1/3] mt76: mt7615: fix hardware error recovery for mt7663
 2021-04-16  8:27 UTC  (3+ messages)
` [PATCH 2/3] mt76: mt7615: fix entering driver-own state on mt7663
` [PATCH 3/3] mt76: mt7615: load ROM patch before checking patch semaphore status

[PATCH] cfg80211: scan: drop entry from hidden_list on overflow
 2021-04-16  7:42 UTC 

[wireless-drivers-next:pending] BUILD SUCCESS a6c34cb6110dfe978d2336bd34448e85d4896180
 2021-04-15 22:21 UTC 

[PATCH] mt76: mt7921: run mt7921_mcu_fw_log_2_host holding mt76 mutex
 2021-04-15 22:21 UTC 

[PATCH v3 0/2] Fix out-of-bounds warnings
 2021-04-15 20:59 UTC  (4+ messages)
` [PATCH v3 2/2] wl3501_cs: Fix out-of-bounds warnings in wl3501_mgmt_join

iwlwifi Lockdep warning with 5.12-rc4 on 8086:02f0 (Comet Lake PCH-LP CNVi WiFi)
 2021-04-15 16:31 UTC  (4+ messages)

[PATCH] mt76: improve mcu error logging
 2021-04-15 15:50 UTC 

[PATCH] iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()
 2021-04-15 15:32 UTC  (10+ messages)

[PATCH 1/2] mt76: mt7921: add debugfs knob for performing wifi reset
 2021-04-15 15:07 UTC  (5+ messages)
` [PATCH 2/2] mt76: mt7921: abort uncompleted scan by "


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