linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-12-20 19:05:03 to 2021-12-23 06:19:38 UTC [more...]

[PATCH wireless-drivers-next] bcma: get SoC device struct & copy its DMA params to the subdevices
 2021-12-23  6:19 UTC  (3+ messages)

[PATCH v2 00/50] wilc1000: rework tx path to use sk_buffs throughout
 2021-12-23  6:16 UTC  (52+ messages)
` [PATCH v2 04/50] wilc1000: factor common code in wilc_wlan_cfg_set() and wilc_wlan_cfg_get()
` [PATCH v2 01/50] wilc1000: don't hold txq_spinlock while initializing AC queue limits
` [PATCH v2 31/50] wilc1000: eliminate another magic constant
` [PATCH v2 29/50] wilc1000: factor header length calculation into a new function
` [PATCH v2 03/50] wilc1000: move receive-queue stats from txq to wilc structure
` [PATCH v2 18/50] wilc1000: split huge tx handler into subfunctions
` [PATCH v2 11/50] wilc1000: convert tqx_entries from "int" to "atomic_t"
` [PATCH v2 15/50] wilc1000: add struct wilc_skb_tx_cb as an alias of struct txq_entry_t
` [PATCH v2 07/50] wilc1000: increment tx_dropped stat counter on tx packet drop
` [PATCH v2 27/50] wilc1000: simplify ac_balance() a bit
` [PATCH v2 20/50] wilc1000: eliminate "max_size_over" variable in fill_vmm_table
` [PATCH v2 25/50] wilc1000: replace txq_spinlock with ack_filter_lock mutex
` [PATCH v2 19/50] wilc1000: don't tell the chip to go to sleep while copying tx packets
` [PATCH v2 13/50] wilc1000: sanitize config packet sequence number management a bit
` [PATCH v2 22/50] wilc1000: minor syntax cleanup
` [PATCH v2 14/50] wilc1000: if there is no tx packet, don't increment packets-sent counter
` [PATCH v2 12/50] wilc1000: refactor wilc_wlan_cfg_commit() a bit
` [PATCH v2 10/50] wilc1000: factor initialization of tx queue-specific packet fields
` [PATCH v2 02/50] wilc1000: switch txq_event from completion to waitqueue
` [PATCH v2 16/50] wilc1000: switch tx queue to normal sk_buff entries
` [PATCH v2 09/50] wilc1000: prepare wilc_wlan_tx_packet_done() for sk_buff changes
` [PATCH v2 23/50] wilc1000: introduce symbolic names for two tx-related control bits
` [PATCH v2 24/50] wilc1000: protect tx_q_limit with a mutex instead of a spinlock
` [PATCH v2 06/50] wilc1000: move tx packet drop code into its own function
` [PATCH v2 28/50] wilc1000: improve send_packets() a bit
` [PATCH v2 08/50] wilc1000: fix management packet type inconsistency
` [PATCH v2 30/50] wilc1000: use more descriptive variable names
` [PATCH v2 17/50] wilc1000: remove no longer used "vif" argument from init_txq_entry()
` [PATCH v2 21/50] wilc1000: declare read-only ac_preserve_ratio as static and const
` [PATCH v2 26/50] wilc1000: reduce amount of time ack_filter_lock is held
` [PATCH v2 48/50] wilc1000: introduce function to find and check DMA response
` [PATCH v2 45/50] wilc1000: move struct wilc_spi declaration
` [PATCH v2 33/50] wilc1000: move ac_desired_ratio calculation to where its needed
` [PATCH v2 37/50] wilc1000: introduce set_header() function
` [PATCH v2 46/50] wilc1000: remove duplicate CRC calculation code
` [PATCH v2 47/50] wilc1000: factor SPI DMA command initialization code into a function
` [PATCH v2 42/50] wilc1000: simplify code by adding header/padding to skb
` [PATCH v2 40/50] wilc1000: introduce schedule_packets() function
` [PATCH v2 34/50] wilc1000: restructure wilc-wlan_handle_txq() for clarity
` [PATCH v2 50/50] wilc1000: add module parameter "disable_zero_copy_tx" to SPI driver
` [PATCH v2 49/50] wilc1000: implement zero-copy transmit support for SPI
` [PATCH v2 32/50] wilc1000: introduce vmm_table_entry() helper function
` [PATCH v2 44/50] wilc1000: don't allocate tx_buffer when zero-copy is available
` [PATCH v2 39/50] wilc1000: eliminate txq_add_to_head_cs mutex
` [PATCH v2 36/50] wilc1000: introduce transmit path chip queue
` [PATCH v2 38/50] wilc1000: take advantage of "
` [PATCH v2 05/50] wilc1000: add wilc_wlan_tx_packet_done() function
` [PATCH v2 41/50] wilc1000: use more descriptive variable name
` [PATCH v2 43/50] wilc1000: add support for zero-copy transmit of tx packets
` [PATCH v2 35/50] wilc1000: introduce copy_and_send_packets() helper function

[PATCH] ath11k: fix workqueue not getting destroyed after rmmod
 2021-12-23  3:56 UTC 

[PATCH net-next 1/2] codel: remove unnecessary sock.h include
 2021-12-23  0:50 UTC  (5+ messages)
` [PATCH net-next 2/2] codel: remove unnecessary pkt_sched.h include

[PATCH 0/9] BCMA support for brcmnand
 2021-12-23  0:22 UTC  (10+ messages)
` [PATCH 1/9] mtd: rawnand: brcmnand: Allow SoC to provide I/O operations
` [PATCH 2/9] mtd: rawnand: brcmnand: Assign soc as early as possible
` [PATCH 3/9] mtd: rawnand: brcmnand: Avoid pdev in brcmnand_init_cs()
` [PATCH 4/9] mtd: rawnand: brcmnand: Move OF operations out of brcmnand_init_cs()
` [PATCH 5/9] mtd: rawnand: brcmnand: Allow working without interrupts
` [PATCH 6/9] mtd: rawnand: brcmnand: Add platform data structure for BCMA
` [PATCH 7/9] mtd: rawnand: brcmnand: Allow platform data instantation
` [PATCH 8/9] mtd: rawnand: brcmnand: BCMA controller uses command shift of 0
` [PATCH 9/9] mtd: rawnand: brcmnand: Add BCMA shim

[PATCH] mt76: sdio: lock sdio when it is needed
 2021-12-22 19:27 UTC 

[PATCH wireless-drivers] mt76: mt7921: fix a possible race enabling/disabling runtime-pm
 2021-12-22 17:54 UTC  (4+ messages)

[PATCH v7 0/2] wilc1000: Add reset/enable GPIO support to SPI driver
 2021-12-22 17:51 UTC  (5+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] wilc1000: Document enable-gpios and reset-gpios properties

[PATCH v2] wilc1000: Convert static "chipid" variable to device-local variable
 2021-12-22 17:50 UTC  (2+ messages)

[PATCH] rtw89: 8852a: correct bit definition of dfs_en
 2021-12-22 17:49 UTC  (2+ messages)

[PATCH] rtw88: don't consider deep PS mode when transmitting packet
 2021-12-22 17:49 UTC  (2+ messages)

[PATCH] brcmfmac: use ISO3166 country code and 0 rev as fallback on some devices
 2021-12-22 17:48 UTC  (2+ messages)

[PATCH] ath11k: Fix unexpected return buffer manager error for QCA6390
 2021-12-22 17:39 UTC  (2+ messages)

[PATCH] mt76: mt7915: use proper aid value in mt7915_mcu_sta_basic_tlv
 2021-12-22 16:06 UTC 

drivers/net/wireless/marvell/mwifiex/pcie.c:659:13: warning: variable 'retval' set but not used
 2021-12-22 15:59 UTC 

[PATCH 1/1] mt76: add mt7916 to set wlan_idx_hi
 2021-12-22 12:29 UTC 

[PATCH] mt76: mt7915: fix code defect
 2021-12-22 12:29 UTC 

MT7921 Causing Kernel to Freeze after Reboot
 2021-12-22 11:22 UTC 

[PATCH] mt76: mt7915: use proper aid value in mt7915_mcu_wtbl_generic_tlv in sta mode
 2021-12-22 11:52 UTC 

[PATCH] ath10k: enable threaded napi on ath10k driver
 2021-12-22 11:16 UTC  (5+ messages)

[PATCH] mt76: sdio: lock sdio when it is needed
 2021-12-22 11:16 UTC  (2+ messages)

[kvalo-wireless-drivers-next:pending] BUILD SUCCESS d5cc49a4d7db42e7a8ca2e2f6fae6af334d5abb6
 2021-12-22  9:49 UTC 

[PATCH 0/6] cfg80211/nl80211: add support for EHT
 2021-12-22  9:04 UTC  (7+ messages)
` [PATCH 1/6] ieee80211: add EHT capabilities element definitions
` [PATCH 2/6] nl80211: add support to advertise driver's EHT capabilities
` [PATCH 3/6] nl80211: add support to send EHT capabilities from userspace
` [PATCH 4/6] cfg80211: Add support for EHT 320 MHz channel width
` [PATCH 5/6] nl80211: add support for 320MHz channel limitation
` [PATCH 6/6] nl80211: add EHT MCS support

[PATCH v2] ath10k: abstract htt_rx_desc structure
 2021-12-22  7:54 UTC  (2+ messages)

[PATCH v2] ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855
 2021-12-22  7:09 UTC  (3+ messages)

[PATCH] wilc1000: use min() to make code cleaner
 2021-12-22  7:08 UTC  (3+ messages)
  ` [PATCH v2] wilc1000: use min_t() "

[PATCH v3] ath11k: free peer for station when disconnect from AP for QCA6390/WCN6855
 2021-12-22  7:04 UTC 

[PATCH v3] ath11k: add support of firmware logging for WCN6855
 2021-12-22  6:03 UTC  (2+ messages)

[PATCH] ath11k: Fix napi related hang
 2021-12-22  6:02 UTC  (2+ messages)

[PATCH] ath10k: replace strlcpy with strscpy
 2021-12-22  6:02 UTC  (2+ messages)

[PATCH 1/2] mt76: mt7921s: clear MT76_STATE_MCU_RUNNING immediately after reset
 2021-12-22  5:58 UTC  (2+ messages)
` [PATCH 2/2] mt76: mt7921s: update mt7921s_wfsys_reset sequence

[PATCH] ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern
 2021-12-22  3:14 UTC  (2+ messages)

[PATCH] ath10k: fix memory overwrite of the WoWLAN wakeup packet pattern
 2021-12-22  3:13 UTC 

[PATCH 0/6] ath11k: support WoW functionalities
 2021-12-21 20:39 UTC  (6+ messages)
` [PATCH 6/6] ath11k: support GTK rekey offload

[PATCH] rtw88: support SAR via kernel common API
 2021-12-21 18:22 UTC  (2+ messages)

[PATCH v3] rtw88: 8822c: add ieee80211_ops::hw_scan
 2021-12-21 18:19 UTC  (2+ messages)

[PATCH] wilc1000: Convert static "chipid" variable to device-local variable
 2021-12-21 18:12 UTC  (2+ messages)

[PATCH v6 1/2] wilc1000: Add reset/enable GPIO support to SPI driver
 2021-12-21 18:11 UTC  (2+ messages)

pull-request: iwlwifi-next 2021-12-21 v2
 2021-12-21 18:09 UTC  (2+ messages)

[PATCH v6 0/2] wilc1000: Add reset/enable GPIO support to SPI driver
 2021-12-21 16:28 UTC  (5+ messages)
` [PATCH v6 2/2] wilc1000: Document enable-gpios and reset-gpios properties

pull-request: mac80211-next 2021-12-21
 2021-12-21 16:10 UTC  (3+ messages)

802.11k, wpa_supplicant and iwlwifi
 2021-12-21 14:46 UTC 

linux-next: build failure after merge of the mac80211-next tree
 2021-12-21 12:31 UTC  (5+ messages)

[kvalo-wireless-drivers-next:master] BUILD SUCCESS 8b144dedb928e4e2f433a328d58f44c3c098d63e
 2021-12-21 12:26 UTC 

[PATCH 4.19 0/6] fix warning and errors on arm built with clang
 2021-12-21 12:24 UTC  (4+ messages)
` [PATCH 4.19 6/6] Input: touchscreen - avoid bitwise vs logical OR warning

[PATCH -next] ath11k: add missing of_node_put() to avoid leak
 2021-12-21 11:40 UTC 

pull-request: iwlwifi-next 2021-12-21
 2021-12-21 10:32 UTC  (3+ messages)

Is mwifiex-firmware an open source?
 2021-12-21 10:04 UTC 

[PATCH 2/2] ath11k: add LDPC FEC type in 802.11 radiotap header
 2021-12-21  9:57 UTC  (4+ messages)

[PATCH] mt76: make mt76_sar_capa static
 2021-12-21  8:25 UTC 

[PATCH v3] ath11k: add regdb.bin download for regdb offload
 2021-12-21  7:41 UTC  (2+ messages)

[RFC v2] mac80211: Mesh Fast xmit support
 2021-12-21  3:30 UTC  (3+ messages)

[PATCH] rtw89: extract modules by chipset
 2021-12-21  2:58 UTC 

[PATCH] mt76: mt7915: fix kernel build warning
 2021-12-21  2:40 UTC 

[PATCH AUTOSEL 4.9 2/4] mac80211: set up the fwd_skb->dev for mesh forwarding
 2021-12-21  2:01 UTC  (2+ messages)
` [PATCH AUTOSEL 4.9 4/4] mac80211: Fix the size used for building probe request

[PATCH AUTOSEL 4.4 2/4] mac80211: set up the fwd_skb->dev for mesh forwarding
 2021-12-21  2:02 UTC  (2+ messages)
` [PATCH AUTOSEL 4.4 4/4] mac80211: Fix the size used for building probe request

[PATCH AUTOSEL 4.14 2/9] mac80211: set up the fwd_skb->dev for mesh forwarding
 2021-12-21  2:01 UTC  (3+ messages)
` [PATCH AUTOSEL 4.14 3/9] mac80211: fix a memory leak where sta_info is not freed
` [PATCH AUTOSEL 4.14 6/9] mac80211: Fix the size used for building probe request

[PATCH AUTOSEL 4.19 02/11] mac80211: set up the fwd_skb->dev for mesh forwarding
 2021-12-21  2:00 UTC  (5+ messages)
` [PATCH AUTOSEL 4.19 03/11] mac80211: fix a memory leak where sta_info is not freed
` [PATCH AUTOSEL 4.19 06/11] mac80211: Fix the size used for building probe request
` [PATCH AUTOSEL 4.19 07/11] mac80211: update channel context before station state
` [PATCH AUTOSEL 4.19 08/11] mac80211: do drv_reconfig_complete() before restarting all

[PATCH AUTOSEL 5.4 03/14] mac80211: set up the fwd_skb->dev for mesh forwarding
 2021-12-21  1:59 UTC  (7+ messages)
` [PATCH AUTOSEL 5.4 04/14] mac80211: fix a memory leak where sta_info is not freed
` [PATCH AUTOSEL 5.4 05/14] nl80211: reset regdom when reloading regdb
` [PATCH AUTOSEL 5.4 06/14] iwlwifi: fix LED dependencies
` [PATCH AUTOSEL 5.4 09/14] mac80211: Fix the size used for building probe request
` [PATCH AUTOSEL 5.4 10/14] mac80211: update channel context before station state
` [PATCH AUTOSEL 5.4 11/14] mac80211: do drv_reconfig_complete() before restarting all

[PATCH AUTOSEL 5.10 03/19] mac80211: set up the fwd_skb->dev for mesh forwarding
 2021-12-21  1:59 UTC  (7+ messages)
` [PATCH AUTOSEL 5.10 04/19] mac80211: fix a memory leak where sta_info is not freed
` [PATCH AUTOSEL 5.10 05/19] nl80211: reset regdom when reloading regdb
` [PATCH AUTOSEL 5.10 06/19] iwlwifi: fix LED dependencies
` [PATCH AUTOSEL 5.10 10/19] mac80211: Fix the size used for building probe request
` [PATCH AUTOSEL 5.10 11/19] mac80211: update channel context before station state
` [PATCH AUTOSEL 5.10 12/19] mac80211: do drv_reconfig_complete() before restarting all

[PATCH AUTOSEL 5.15 04/29] mac80211: fix TCP performance on mesh interface
 2021-12-21  1:57 UTC  (8+ messages)
` [PATCH AUTOSEL 5.15 05/29] mac80211: set up the fwd_skb->dev for mesh forwarding
` [PATCH AUTOSEL 5.15 06/29] mac80211: fix a memory leak where sta_info is not freed
` [PATCH AUTOSEL 5.15 07/29] nl80211: reset regdom when reloading regdb
` [PATCH AUTOSEL 5.15 08/29] iwlwifi: fix LED dependencies
` [PATCH AUTOSEL 5.15 15/29] mac80211: Fix the size used for building probe request
` [PATCH AUTOSEL 5.15 16/29] mac80211: update channel context before station state
` [PATCH AUTOSEL 5.15 17/29] mac80211: do drv_reconfig_complete() before restarting all

[jberg-mac80211-next:master] BUILD SUCCESS 701fdfe348f7e5c9fe71caa3558d63dbb4bc4b81
 2021-12-21  1:53 UTC 

[PATCH v2] rtw88: 8822c: add ieee80211_ops::hw_scan
 2021-12-21  1:48 UTC 

linux-next: manual merge of the mac80211-next tree with Linus' tree
 2021-12-21  0:19 UTC 

[PATCH] wireless-regdb: Update regulatory rules for South Korea (KR)
 2021-12-20 21:10 UTC  (7+ messages)
` [PATCH v2] "

wireless-regdb: Update regulatory rules for the US on 6 GHz band
 2021-12-20 21:01 UTC  (4+ messages)
  ` [wireless-regdb] "

[PATCH 2/2] wireless: Initial driver submission for pureLiFi STA devices
 2021-12-20 19:13 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8192cu: Fix WARNING when calling local_irq_restore() with interrupts enabled
 2021-12-20 19:04 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).