linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-09-08 23:42:57 to 2021-09-13 13:03:09 UTC [more...]

[PATCH v3 00/32] staging/wfx: usual maintenance
 2021-09-13 13:01 UTC  (7+ 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()

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

[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] ath11k: Replace one-element array with flexible-array member
 2021-09-12 19:42 UTC  (3+ 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] "

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

[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:55 UTC  (6+ messages)
` [PATCH AUTOSEL 5.4 100/109] iwlwifi: mvm: fix a memory leak in iwl_mvm_mac_ctxt_beacon_changed
` [PATCH AUTOSEL 5.4 101/109] iwlwifi: mvm: avoid static queue number aliasing
` [PATCH AUTOSEL 5.4 102/109] iwlwifi: mvm: fix access to BSS elements
` [PATCH AUTOSEL 5.4 105/109] ath9k: fix OOB read ar9300_eeprom_restore_internal
` [PATCH AUTOSEL 5.4 106/109] ath9k: fix sleeping in atomic context

[PATCH AUTOSEL 4.19 71/74] ath9k: fix OOB read ar9300_eeprom_restore_internal
 2021-09-09 11:57 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 72/74] ath9k: fix sleeping in atomic context

[PATCH AUTOSEL 4.9 45/48] ath9k: fix OOB read ar9300_eeprom_restore_internal
 2021-09-09 12:00 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 46/48] ath9k: fix sleeping in atomic context

[PATCH AUTOSEL 4.4 34/35] ath9k: fix OOB read ar9300_eeprom_restore_internal
 2021-09-09 12:01 UTC 

[PATCH AUTOSEL 4.14 56/59] ath9k: fix OOB read ar9300_eeprom_restore_internal
 2021-09-09 11:58 UTC  (2+ messages)
` [PATCH AUTOSEL 4.14 57/59] ath9k: fix sleeping in atomic context

[PATCH AUTOSEL 5.10 107/176] mac80211: Fix monitor MTU limit so that A-MSDUs get through
 2021-09-09 11:51 UTC  (14+ messages)
` [PATCH AUTOSEL 5.10 131/176] rtl8xxxu: Fix the handling of TX A-MPDU aggregation
` [PATCH AUTOSEL 5.10 132/176] rtw88: use read_poll_timeout instead of fixed sleep
` [PATCH AUTOSEL 5.10 133/176] rtw88: wow: build wow function only if CONFIG_PM is on
` [PATCH AUTOSEL 5.10 134/176] rtw88: wow: fix size access error of probe request
` [PATCH AUTOSEL 5.10 160/176] iwlwifi: pcie: free RBs during configure
` [PATCH AUTOSEL 5.10 161/176] iwlwifi: mvm: fix a memory leak in iwl_mvm_mac_ctxt_beacon_changed
` [PATCH AUTOSEL 5.10 162/176] iwlwifi: mvm: avoid static queue number aliasing
` [PATCH AUTOSEL 5.10 163/176] iwlwifi: mvm: fix access to BSS elements
` [PATCH AUTOSEL 5.10 164/176] iwlwifi: fw: correctly limit to monitor dump
` [PATCH AUTOSEL 5.10 165/176] iwlwifi: mvm: Fix scan channel flags settings
` [PATCH AUTOSEL 5.10 170/176] wcn36xx: Fix missing frame timestamp for beacon/probe-resp
` [PATCH AUTOSEL 5.10 171/176] ath9k: fix OOB read ar9300_eeprom_restore_internal
` [PATCH AUTOSEL 5.10 172/176] ath9k: fix sleeping in atomic context

[PATCH AUTOSEL 5.13 131/219] mac80211: Fix monitor MTU limit so that A-MSDUs get through
 2021-09-09 11:46 UTC  (16+ messages)
` [PATCH AUTOSEL 5.13 163/219] rtl8xxxu: Fix the handling of TX A-MPDU aggregation
` [PATCH AUTOSEL 5.13 164/219] rtw88: use read_poll_timeout instead of fixed sleep
` [PATCH AUTOSEL 5.13 165/219] rtw88: wow: build wow function only if CONFIG_PM is on
` [PATCH AUTOSEL 5.13 166/219] rtw88: wow: fix size access error of probe request
` [PATCH AUTOSEL 5.13 201/219] iwlwifi: pcie: free RBs during configure
` [PATCH AUTOSEL 5.13 202/219] iwlwifi: mvm: Do not use full SSIDs in 6GHz scan
` [PATCH AUTOSEL 5.13 203/219] iwlwifi: mvm: fix a memory leak in iwl_mvm_mac_ctxt_beacon_changed
` [PATCH AUTOSEL 5.13 204/219] iwlwifi: mvm: avoid static queue number aliasing
` [PATCH AUTOSEL 5.13 205/219] iwlwifi: mvm: Fix umac scan request probe parameters
` [PATCH AUTOSEL 5.13 206/219] iwlwifi: mvm: fix access to BSS elements
` [PATCH AUTOSEL 5.13 207/219] iwlwifi: fw: correctly limit to monitor dump
` [PATCH AUTOSEL 5.13 208/219] iwlwifi: mvm: Fix scan channel flags settings
` [PATCH AUTOSEL 5.13 213/219] wcn36xx: Fix missing frame timestamp for beacon/probe-resp
` [PATCH AUTOSEL 5.13 214/219] ath9k: fix OOB read ar9300_eeprom_restore_internal
` [PATCH AUTOSEL 5.13 215/219] ath9k: fix sleeping in atomic context

[PATCH AUTOSEL 5.14 149/252] mac80211: Fix monitor MTU limit so that A-MSDUs get through
 2021-09-09 11:41 UTC  (17+ messages)
` [PATCH AUTOSEL 5.14 184/252] rtl8xxxu: Fix the handling of TX A-MPDU aggregation
` [PATCH AUTOSEL 5.14 185/252] rtw88: use read_poll_timeout instead of fixed sleep
` [PATCH AUTOSEL 5.14 186/252] rtw88: wow: build wow function only if CONFIG_PM is on
` [PATCH AUTOSEL 5.14 187/252] rtw88: wow: fix size access error of probe request
` [PATCH AUTOSEL 5.14 228/252] iwlwifi: pcie: free RBs during configure
` [PATCH AUTOSEL 5.14 229/252] iwlwifi: mvm: Do not use full SSIDs in 6GHz scan
` [PATCH AUTOSEL 5.14 230/252] iwlwifi: mvm: fix a memory leak in iwl_mvm_mac_ctxt_beacon_changed
` [PATCH AUTOSEL 5.14 231/252] iwlwifi: mvm: avoid static queue number aliasing
` [PATCH AUTOSEL 5.14 232/252] iwlwifi: mvm: Fix umac scan request probe parameters
` [PATCH AUTOSEL 5.14 233/252] iwlwifi: mvm: fix access to BSS elements
` [PATCH AUTOSEL 5.14 234/252] iwlwifi: fw: correctly limit to monitor dump
` [PATCH AUTOSEL 5.14 235/252] iwlwifi: mvm: don't schedule the roc_done_wk if it is already running
` [PATCH AUTOSEL 5.14 236/252] iwlwifi: mvm: Fix scan channel flags settings
` [PATCH AUTOSEL 5.14 246/252] wcn36xx: Fix missing frame timestamp for beacon/probe-resp
` [PATCH AUTOSEL 5.14 247/252] ath9k: fix OOB read ar9300_eeprom_restore_internal
` [PATCH AUTOSEL 5.14 248/252] ath9k: fix sleeping in atomic context

[PATCH v2] brcmfmac: fix "board_type" in brcmf_of_probe()
 2021-09-09  9:42 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v4 1/8] mt76: mt7915: introduce mt7915_mcu_beacon_check_caps()
 2021-09-09  8:15 UTC  (8+ messages)
` [PATCH v4 2/8] mt76: mt7915: fix txbf starec TLV issues
` [PATCH v4 3/8] mt76: mt7915: improve starec readability of txbf
` [PATCH v4 4/8] mt76: mt7915: fix sta_rec_wtbl tag len
` [PATCH v4 5/8] mt76: mt7915: rework starec TLV tags
` [PATCH v4 6/8] mt76: mt7915: fix muar_idx in mt7915_mcu_alloc_sta_req()
` [PATCH v4 7/8] mt76: mt7915: set VTA bit in tx descriptor
` [PATCH v4 8/8] mt76: mt7915: set muru platform type

[PATCH] mt76: mt7915: fix WMM index on DBDC cards
 2021-09-09  8:10 UTC  (2+ messages)

[PATCH v2 00/63] Introduce strict memcpy() bounds checking
 2021-09-09  6:14 UTC  (3+ messages)
` [PATCH v2 60/63] net/af_iucv: Use struct_group() to zero struct iucv_sock region

[PATCH] ath10k: Don't always treat modem stop events as crashes
 2021-09-09  0:21 UTC  (5+ messages)

[PATCH 0/2] wcn36xx: Two one line fixes for Antenna Diveristy Switching
 2021-09-09  0:13 UTC  (3+ messages)
` [PATCH 1/2] wcn36xx: Fix Antenna Diversity Switching

mwifiex cmd timeout on one pci variant
 2021-09-08 23:48 UTC  (3+ messages)

[PATCH V2] ath10k: don't fail if IRAM write fails
 2021-09-08 23:42 UTC  (3+ 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).