linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-09 13:20:08 to 2021-09-14 05:57:24 UTC [more...]

[PATCH v2] nl80211: Add HE UL MU fixed rate setting
 2021-09-14  5:57 UTC  (4+ messages)

[PATCH] ath11k: Replace one-element array with flexible-array member
 2021-09-14  5:53 UTC  (4+ messages)

[PATCH] ath10k: Fix device boot error
 2021-09-14  3:20 UTC  (2+ messages)

rtw88 strange killall behaviour with nm
 2021-09-14  3:11 UTC  (5+ messages)
    ` help troubleshooting failures connect to an access point with iw/iwd

[RFC v2 00/13] create power sequencing subsystem
 2021-09-13 23:39 UTC  (6+ messages)
` [RFC v2 01/13] power: add power sequencer subsystem

[PATCH 1/5] ath11k: Change DMA_FROM_DEVICE to DMA_TO_DEVICE when map reinjected packets
 2021-09-13 22:38 UTC  (6+ messages)
` [PATCH 2/5] ath11k: Drop MSDU with length error in DP rx path
` [PATCH 3/5] ath11k: Fix inaccessible debug registers
` [PATCH 4/5] ath11k: Fix memory leak in ath11k_qmi_driver_event_work
` [PATCH 5/5] ath11k: Handle MSI enablement during rmmod and SSR

[PATCH 0/5] ath11k: Change htt stats display logic
 2021-09-13 22:31 UTC  (6+ messages)
` [PATCH 1/5] ath11k: Rename macro ARRAY_TO_STRING to PRINT_ARRAY_TO_BUF
` [PATCH 2/5] ath11k: Replace HTT_DBG_OUT with scnprintf
` [PATCH 3/5] ath11k: Remove htt stats fixed size array usage
` [PATCH 4/5] ath11k: Change masking and shifting in htt stats
` [PATCH 5/5] ath11k: add HTT stats support for new stats

[RFC PATCH 1/1] Add control path virtualization in virt_wifi
 2021-09-13 21:03 UTC 

[PATCH v2] ath10k: Don't always treat modem stop events as crashes
 2021-09-13 20:53 UTC 

[PATCH] ath11k: add string type to search board data in board-2.bin for WCN6855
 2021-09-13 18:11 UTC 

[PATCH 0/3] ath11k: Add support for sram dump
 2021-09-13 18:09 UTC  (4+ messages)
` [PATCH 1/3] ath11k: Split PCI write/read functions
` [PATCH 2/3] ath11k: Move pdev debugfs creation ahead
` [PATCH 3/3] ath11k: Implement sram dump interface

[PATCH 1/3] ieee80211: Add new A-MPDU factor macro for HE 6 GHz peer caps
 2021-09-13 17:55 UTC  (3+ messages)
` [PATCH 2/3] ath11k: add 6 GHz params in peer assoc command
` [PATCH 3/3] ath11k: support SMPS configuration for 6 GHz

[PATCH v2 00/15] nfc: minor printk cleanup
 2021-09-13 16:57 UTC  (17+ messages)
` [PATCH v2 01/15] nfc: drop unneeded debug prints
` [PATCH v2 02/15] nfc: do not break pr_debug() call into separate lines
` [PATCH v2 03/15] nfc: nci: replace GPLv2 boilerplate with SPDX
` [PATCH v2 04/15] nfc: fdp: drop unneeded debug prints
` [PATCH v2 05/15] nfc: pn533: "
` [PATCH v2 06/15] nfc: pn533: use dev_err() instead of pr_err()
` [PATCH v2 07/15] nfc: pn544: drop unneeded debug prints
` [PATCH v2 08/15] nfc: pn544: drop unneeded memory allocation fail messages
` [PATCH v2 09/15] nfc: s3fwrn5: simplify dereferencing pointer to struct device
` [PATCH v2 10/15] nfc: st-nci: drop unneeded debug prints
` [PATCH v2 11/15] nfc: st21nfca: "
` [PATCH v2 12/15] nfc: trf7970a: "
` [PATCH v2 13/15] nfc: microread: "
` [PATCH v2 14/15] nfc: microread: drop unneeded memory allocation fail messages
` [PATCH v2 15/15] nfc: mrvl: "

[PATCH v3 00/32] staging/wfx: usual maintenance
 2021-09-13 14:12 UTC  (34+ messages)
` [PATCH v3 01/32] staging: wfx: use abbreviated message for "incorrect sequence"
` [PATCH v3 02/32] staging: wfx: do not send CAB while scanning
` [PATCH v3 03/32] staging: wfx: ignore PS when STA/AP share same channel
` [PATCH v3 04/32] staging: wfx: wait for SCAN_CMPL after a SCAN_STOP
` [PATCH v3 05/32] staging: wfx: avoid possible lock-up during scan
` [PATCH v3 06/32] staging: wfx: drop unused argument from hif_scan()
` [PATCH v3 07/32] staging: wfx: fix atomic accesses in wfx_tx_queue_empty()
` [PATCH v3 08/32] staging: wfx: take advantage of wfx_tx_queue_empty()
` [PATCH v3 09/32] staging: wfx: declare support for TDLS
` [PATCH v3 10/32] staging: wfx: fix support for CSA
` [PATCH v3 11/32] staging: wfx: relax the PDS existence constraint
` [PATCH v3 12/32] staging: wfx: simplify API coherency check
` [PATCH v3 13/32] staging: wfx: update with the firmware API 3.8
` [PATCH v3 14/32] staging: wfx: uniformize counter names
` [PATCH v3 15/32] staging: wfx: fix misleading 'rate_id' usage
` [PATCH v3 16/32] staging: wfx: declare variables at beginning of functions
` [PATCH v3 17/32] staging: wfx: simplify hif_join()
` [PATCH v3 18/32] staging: wfx: reorder function for slightly better eye candy
` [PATCH v3 19/32] staging: wfx: fix error names
` [PATCH v3 20/32] staging: wfx: apply naming rules in hif_tx_mib.c
` [PATCH v3 21/32] staging: wfx: remove unused definition
` [PATCH v3 22/32] staging: wfx: remove useless debug statement
` [PATCH v3 23/32] staging: wfx: fix space after cast operator
` [PATCH v3 24/32] staging: wfx: remove references to WFxxx in comments
` [PATCH v3 25/32] staging: wfx: update files descriptions
` [PATCH v3 26/32] staging: wfx: reformat comment
` [PATCH v3 27/32] staging: wfx: avoid c99 comments
` [PATCH v3 28/32] staging: wfx: fix comments styles
` [PATCH v3 29/32] staging: wfx: remove useless comments after #endif
` [PATCH v3 30/32] staging: wfx: explain the purpose of wfx_send_pds()
` [PATCH v3 31/32] staging: wfx: indent functions arguments
` [PATCH v3 32/32] staging: wfx: ensure IRQ is ready before enabling it

[PATCH v2 00/33] staging/wfx: usual maintenance
 2021-09-13 10:42 UTC  (40+ messages)
` [PATCH v2 01/33] staging: wfx: use abbreviated message for "incorrect sequence"
` [PATCH v2 02/33] staging: wfx: do not send CAB while scanning
` [PATCH v2 03/33] staging: wfx: ignore PS when STA/AP share same channel
` [PATCH v2 04/33] staging: wfx: wait for SCAN_CMPL after a SCAN_STOP
` [PATCH v2 05/33] staging: wfx: avoid possible lock-up during scan
` [PATCH v2 06/33] staging: wfx: drop unused argument from hif_scan()
` [PATCH v2 07/33] staging: wfx: fix atomic accesses in wfx_tx_queue_empty()
` [PATCH v2 08/33] staging: wfx: take advantage of wfx_tx_queue_empty()
` [PATCH v2 09/33] staging: wfx: declare support for TDLS
` [PATCH v2 10/33] staging: wfx: fix support for CSA
` [PATCH v2 11/33] staging: wfx: relax the PDS existence constraint
` [PATCH v2 12/33] staging: wfx: simplify API coherency check
` [PATCH v2 13/33] staging: wfx: update with the firmware API 3.8
` [PATCH v2 14/33] staging: wfx: uniformize counter names
` [PATCH v2 15/33] staging: wfx: fix misleading 'rate_id' usage
` [PATCH v2 16/33] staging: wfx: declare variables at beginning of functions
` [PATCH v2 17/33] staging: wfx: simplify hif_join()
` [PATCH v2 18/33] staging: wfx: reorder function for slightly better eye candy
` [PATCH v2 19/33] staging: wfx: fix error names
` [PATCH v2 20/33] staging: wfx: apply naming rules in hif_tx_mib.c
` [PATCH v2 21/33] staging: wfx: remove unused definition
` [PATCH v2 22/33] staging: wfx: remove useless debug statement
` [PATCH v2 23/33] staging: wfx: fix space after cast operator
` [PATCH v2 24/33] staging: wfx: remove references to WFxxx in comments
` [PATCH v2 25/33] staging: wfx: update files descriptions
` [PATCH v2 26/33] staging: wfx: reformat comment
` [PATCH v2 27/33] staging: wfx: avoid c99 comments
` [PATCH v2 28/33] staging: wfx: fix comments styles
` [PATCH v2 29/33] staging: wfx: remove useless comments after #endif
` [PATCH v2 30/33] staging: wfx: explain the purpose of wfx_send_pds()
` [PATCH v2 31/33] staging: wfx: indent functions arguments
` [PATCH v2 32/33] staging: wfx: ensure IRQ is ready before enabling it
` [PATCH v2 33/33] staging: wfx: early exit of PDS is not correct

[PATCH 0/4] Introduce packet_id for txs pktid management
 2021-09-13  9:25 UTC  (5+ messages)
` [PATCH 1/4] mt76: introduce packet_id idr
` [PATCH 2/4] mt76: remove mt76_wcid pointer from mt76_tx_status_check signature
` [PATCH 3/4] mt76: substitute sk_buff_head status_list with spinlock_t status_lock
` [PATCH 4/4] mt76: schedule status timeout at dma completion

[PATCH][next] ath11k: Replace one-element array with flexible-array member
 2021-09-12 19:44 UTC  (2+ messages)

[PATCH] brcmfmac: Replace zero-length array with flexible array member
 2021-09-12 19:15 UTC  (2+ messages)

[PATCH] mt76: mt7915: honor all possible error conditions in mt7915_mcu_init()
 2021-09-12 15:49 UTC 

[PATCH] mac80211_hwsim: enable 6GHz channels
 2021-09-12  7:49 UTC  (2+ messages)

[PATCH] ath9k_htc: fix NULL pointer dereference at ath9k_htc_tx_get_packet()
 2021-09-12  7:18 UTC 

[PATCH] brcmfmac: use ISO3166 country code and 0 rev as fallback
 2021-09-12  1:51 UTC  (7+ messages)
` [BUG] "

[PATCH] ath9k_htc: fix NULL pointer dereference at ath9k_htc_rxep()
 2021-09-11 17:51 UTC 

Backporting CVE-2020-3702 ath9k patches to stable
 2021-09-11  7:46 UTC  (9+ messages)

[PATCH 00/31] [PATCH 00/31] staging/wfx: usual maintenance
 2021-09-10 17:28 UTC  (47+ messages)
` [PATCH 01/31] staging: wfx: use abbreviated message for "incorrect sequence"
` [PATCH 02/31] staging: wfx: do not send CAB while scanning
` [PATCH 03/31] staging: wfx: ignore PS when STA/AP share same channel
` [PATCH 04/31] staging: wfx: wait for SCAN_CMPL after a SCAN_STOP
` [PATCH 05/31] staging: wfx: avoid possible lock-up during scan
` [PATCH 06/31] staging: wfx: drop unused argument from hif_scan()
` [PATCH 07/31] staging: wfx: fix atomic accesses in wfx_tx_queue_empty()
` [PATCH 08/31] staging: wfx: take advantage of wfx_tx_queue_empty()
` [PATCH 09/31] staging: wfx: declare support for TDLS
` [PATCH 10/31] staging: wfx: fix support for CSA
` [PATCH 11/31] staging: wfx: relax the PDS existence constraint
` [PATCH 12/31] staging: wfx: simplify API coherency check
` [PATCH 13/31] staging: wfx: update with API 3.8
` [PATCH 14/31] staging: wfx: uniformize counter names
` [PATCH 15/31] staging: wfx: fix misleading 'rate_id' usage
` [PATCH 16/31] staging: wfx: declare variables at beginning of functions
` [PATCH 17/31] staging: wfx: simplify hif_join()
` [PATCH 18/31] staging: wfx: reorder function for slightly better eye candy
` [PATCH 19/31] staging: wfx: fix error names
` [PATCH 20/31] staging: wfx: apply naming rules in hif_tx_mib.c
` [PATCH 21/31] staging: wfx: remove unused definition
` [PATCH 22/31] staging: wfx: remove useless debug statement
` [PATCH 23/31] staging: wfx: fix space after cast operator
` [PATCH 24/31] staging: wfx: remove references to WFxxx in comments
` [PATCH 25/31] staging: wfx: update files descriptions
` [PATCH 26/31] staging: wfx: reformat comment
` [PATCH 27/31] staging: wfx: avoid c99 comments
` [PATCH 28/31] staging: wfx: fix comments styles
` [PATCH 29/31] staging: wfx: remove useless comments after #endif
` [PATCH 30/31] staging: wfx: explain the purpose of wfx_send_pds()
` [PATCH 31/31] staging: wfx: indent functions arguments

[PATCH iw 1/4] iw: nl80211: add NLA_F_NESTED to nla_nest_start() with older libnl versions
 2021-09-10 14:16 UTC  (4+ messages)
` [PATCH iw 2/4] iw: link: mention the need for MAC addr arg in link get_sta cmd usage menu
` [PATCH iw 3/4] iw: event: add the missing time display format in the "iw event" help menu
` [PATCH iw 4/4] iw: mesh: add comments in the mesh confguration parameter printing sections

[PATCH] mt76: move spin_lock_bh to spin_lock in tasklet
 2021-09-10  5:39 UTC 

[PATCH] wcn36xx: Implement Idle Mode Power Save
 2021-09-09 15:33 UTC 

[PATCH v2 0/2] wcn36xx: Two one line fixes for Antenna Diveristy Switching
 2021-09-09 15:39 UTC  (5+ messages)
` [PATCH v2 1/2] wcn36xx: Fix Antenna Diversity Switching
` [PATCH v2 2/2] wcn36xx: Add ability for wcn36xx_smd_dump_cmd_req to pass two's complement

[PATCH AUTOSEL 5.4 064/109] mac80211: Fix monitor MTU limit so that A-MSDUs get through
 2021-09-09 11:54 UTC 

[PATCH AUTOSEL 4.19 71/74] ath9k: fix OOB read ar9300_eeprom_restore_internal
 2021-09-09 11:57 UTC 

[PATCH AUTOSEL 4.9 46/48] ath9k: fix sleeping in atomic context
 2021-09-09 12:00 UTC 

[PATCH AUTOSEL 4.4 34/35] ath9k: fix OOB read ar9300_eeprom_restore_internal
 2021-09-09 12:01 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).