public inbox for linux-wireless@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2021-06-14 14:34:03 to 2021-06-17 16:05:18 UTC [more...]

[RFC v1 000/256] wireless: cl8k driver for Celeno IEEE 802.11ax devices
 2021-06-17 15:59 UTC  (68+ messages)
` [RFC v1 001/256] celeno: add Kconfig
` [RFC v1 002/256] celeno: add Makefile
` [RFC v1 003/256] cl8k: add Kconfig
` [RFC v1 004/256] cl8k: add Makefile
` [RFC v1 005/256] cl8k: add afe.c
` [RFC v1 006/256] cl8k: add afe.h
` [RFC v1 007/256] cl8k: add agc_params.c
` [RFC v1 008/256] cl8k: add agc_params.h
` [RFC v1 009/256] cl8k: add ampdu.c
` [RFC v1 010/256] cl8k: add ampdu.h
` [RFC v1 011/256] cl8k: add ate.c
` [RFC v1 012/256] cl8k: add ate.h
` [RFC v1 013/256] cl8k: add band.c
` [RFC v1 014/256] cl8k: add band.h
` [RFC v1 015/256] cl8k: add bf.c
` [RFC v1 016/256] cl8k: add bf.h
` [RFC v1 017/256] cl8k: add bus/pci/ipc.c
` [RFC v1 018/256] cl8k: add bus/pci/ipc.h
` [RFC v1 019/256] cl8k: add bus/pci/irq.c
` [RFC v1 020/256] cl8k: add bus/pci/irq.h
` [RFC v1 021/256] cl8k: add bus/pci/msg_pci.c
` [RFC v1 022/256] cl8k: add bus/pci/msg_pci.h
` [RFC v1 023/256] cl8k: add bus/pci/pci.c
` [RFC v1 024/256] cl8k: add bus/pci/rx_pci.c
` [RFC v1 025/256] cl8k: add bus/pci/rx_pci.h
` [RFC v1 026/256] cl8k: add bus/pci/tx_pci.c
` [RFC v1 027/256] cl8k: add bus/pci/tx_pci.h
` [RFC v1 028/256] cl8k: add calib.c
` [RFC v1 029/256] cl8k: add calib.h
` [RFC v1 030/256] cl8k: add cap.c
` [RFC v1 031/256] cl8k: add cap.h
` [RFC v1 032/256] cl8k: add cca.c
` [RFC v1 033/256] cl8k: add cca.h
` [RFC v1 034/256] cl8k: add cecli.c
` [RFC v1 035/256] cl8k: add cecli.h
` [RFC v1 036/256] cl8k: add chandef.c
` [RFC v1 037/256] cl8k: add chandef.h
` [RFC v1 038/256] cl8k: add channel.c
` [RFC v1 039/256] cl8k: add channel.h
` [RFC v1 040/256] cl8k: add chan_info.c
` [RFC v1 041/256] cl8k: add chan_info.h
` [RFC v1 042/256] cl8k: add chip.c
` [RFC v1 043/256] cl8k: add chip.h
` [RFC v1 044/256] cl8k: add chip_config.c
` [RFC v1 045/256] cl8k: add chip_config.h
` [RFC v1 046/256] cl8k: add config.c
` [RFC v1 047/256] cl8k: add config.h
` [RFC v1 048/256] cl8k: add coredump.c
` [RFC v1 049/256] cl8k: add coredump.h
` [RFC v1 050/256] cl8k: add data_rates.c
` [RFC v1 051/256] cl8k: add data_rates.h
` [RFC v1 052/256] cl8k: add dbgfile.c
` [RFC v1 053/256] cl8k: add dbgfile.h
` [RFC v1 054/256] cl8k: add debug.h
` [RFC v1 055/256] cl8k: add debugfs.c
` [RFC v1 056/256] cl8k: add debugfs.h
` [RFC v1 057/256] cl8k: add debugfs_defs.h
` [RFC v1 058/256] cl8k: add def.h
` [RFC v1 059/256] cl8k: add dfs/dfs.c
` [RFC v1 060/256] cl8k: add dfs/dfs.h
` [RFC v1 061/256] cl8k: add dfs/dfs_db.h
` [RFC v1 062/256] cl8k: add dfs/radar.c
` [RFC v1 063/256] cl8k: add dfs/radar.h
` [RFC v1 064/256] cl8k: add drv_ops.h
` [RFC v1 075/256] cl8k: add env_det.c
` [RFC v1 076/256] cl8k: add env_det.h
` [RFC v1 078/256] cl8k: add ext/dyn_bcast_rate.h

[PATCH] mt76: mt7921: enable HE BFee capability
 2021-06-17 14:38 UTC 

pull request: mt76 2021-06-10
 2021-06-17 14:25 UTC  (3+ messages)

[PATCH] mt76: mt7921: fix the coredump is being truncated
 2021-06-17 13:52 UTC  (2+ messages)

[PATCH] mt76: disable TWT capabilities for the moment
 2021-06-17 11:02 UTC 

[PATCH v2 1/4] mac80211: call ieee80211_tx_h_rate_ctrl() when dequeue
 2021-06-17 10:50 UTC  (4+ messages)

[PATCH 5.13] mac80211: minstrel_ht: fix sample time check
 2021-06-17 10:38 UTC 

[PATCH 00/12] iwlwifi: updates intended for v5.14 2021-06-17
 2021-06-17  8:07 UTC  (15+ messages)
` [PATCH 01/12] iwlwifi: pcie: identify the RF module
` [PATCH 02/12] iwlwifi: mvm: don't request SMPS in AP mode
` [PATCH 03/12] iwlwifi: mvm: apply RX diversity per PHY context
` [PATCH 04/12] iwlwifi: mvm: honour firmware SMPS requests
` [PATCH 05/12] iwlwifi: mvm: fix error print when session protection ends
` [PATCH 06/12] iwlwifi: mvm: Call NMI instead of REPLY_ERROR
` [PATCH 07/12] iwlwifi: correct HE capabilities
` [PATCH 08/12] iwlwifi: mvm: support LMR feedback
` [PATCH 09/12] iwlwifi: advertise broadcast TWT support
` [PATCH 10/12] iwlwifi: pcie: fix some kernel-doc comments
` [PATCH 11/12] iwlwifi: pcie: remove TR/CR tail allocations
    ` [PATCH v2 "
` [PATCH 12/12] iwlwifi: mvm: Read acpi dsm to get unii4 enable/disable bitmap

[PATCH v3] mt76: fix iv and CCMP header insertion
 2021-06-17  7:17 UTC 

[PATCH v2] mt76: fix iv and CCMP header insertion
 2021-06-17  6:26 UTC  (2+ messages)

[PATCH] mac80211: Recast pointer for trailing memcpy()
 2021-06-17  4:27 UTC 

[PATCH v2] mwl8k: Avoid memcpy() over-reading of mcs.rx_mask
 2021-06-17  4:14 UTC 

[PATCH] mwl8k: Avoid memcpy() over-reading of ETH_SS_STATS
 2021-06-17  3:22 UTC  (3+ messages)

[PATCH v3] PCI: Disallow retraining link for Atheros chips on non-Gen1 PCIe bridges
 2021-06-16 21:38 UTC  (2+ messages)

[PATCH] orinoco: Avoid field-overflowing memcpy()
 2021-06-16 20:39 UTC 

[PATCH] cfg80211: expose the rfkill device to the low level driver
 2021-06-16 20:28 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] ath11k: Avoid memcpy() over-reading of he_cap
 2021-06-16 19:54 UTC 

[PATCH] mac80211: don't open-code LED manipulations
 2021-06-16 19:28 UTC 

[PATCH v4 0/6] BHI/BHIe improvements for MHI power purposes
 2021-06-16 17:38 UTC  (6+ messages)
` [PATCH v4 4/6] ath11k: set register access length for MHI driver

pull-request: wireless-drivers-next-2021-06-16
 2021-06-16 16:48 UTC 

[PATCH v4 00/19] rtw89: add Realtek 802.11ax driver
 2021-06-16  8:31 UTC  (4+ messages)
` [PATCH v4 09/19] rtw89: add pci files

[wireless-drivers-next:pending] BUILD SUCCESS c1919b71933727220507aac1b019302d58a9d97d
 2021-06-16  4:21 UTC 

[wireless-drivers-next:master] BUILD SUCCESS f39c2d1a188de8884d93229bbf1378ea1947a9c8
 2021-06-16  4:21 UTC 

[PATCH] mt76: mt7921: fix kernel warning when reset on vif is not sta
 2021-06-15 22:24 UTC 

[PATCH] linux-firmware: update firmware for MT7921 WiFi device to 20210612122753
 2021-06-15 21:36 UTC 

[PATCH] mt76: mt7921: fix kernel warning when reset on vif is not sta
 2021-06-15 21:35 UTC  (2+ messages)

[PATCH 00/12] ath11k: optimizations in data path
 2021-06-15 21:14 UTC  (13+ messages)
` [PATCH 01/12] ath11k: disable unused CE8 interrupts for ipq8074
` [PATCH 02/12] ath11k: allocate dst ring descriptors from cacheable memory
` [PATCH 03/12] ath11k: modify dp_rx desc access wrapper calls inline
` [PATCH 04/12] ath11k: avoid additional access to ath11k_hal_srng_dst_num_free
` [PATCH 05/12] ath11k: avoid active pdev check for each msdu
` [PATCH 06/12] ath11k: remove usage quota while processing rx packets
` [PATCH 07/12] ath11k: add branch predictors in process_rx
` [PATCH 08/12] ath11k: allocate HAL_WBM2SW_RELEASE ring from cacheable memory
` [PATCH 09/12] ath11k: remove mod operator in dst ring processing
` [PATCH 10/12] ath11k: avoid while loop in ring selection of tx completion interrupt
` [PATCH 11/12] ath11k: add branch predictors in dp_tx path
` [PATCH 12/12] ath11k: avoid unnecessary lock contention in tx_completion path

[PATCH] ath11k: Enable QCN9074 device
 2021-06-15 21:13 UTC 

[PATCH v2] mt76: mt7921: introduce testmode support
 2021-06-15 21:06 UTC 

[PATCH] mwifiex: protect against divide by zero in mwifiex_set_ibss_params
 2021-06-15 17:17 UTC  (3+ messages)

[PATCH 00/13] cfg80211/mac80211 patches from our internal tree 2020-11-29
 2021-06-15 14:42 UTC  (3+ messages)
` [PATCH 09/13] cfg80211: Save the regulatory domain when setting custom regulatory

[PATCHv2] mac80211: fix NULL ptr dereference during mesh peer connection for non HE devices
 2021-06-15 14:17 UTC  (3+ messages)

[PATCH] wil6210: remove erroneous wiphy locking
 2021-06-15 14:06 UTC  (2+ messages)

[PATCH v2] ath6kl: Fix inconsistent indenting
 2021-06-15 14:06 UTC  (2+ messages)

[PATCH] ath11k: send beacon template after vdev_start/restart during csa
 2021-06-15 14:05 UTC  (2+ messages)

[PATCH net-next] ath10k: Use devm_platform_get_and_ioremap_resource()
 2021-06-15 14:05 UTC  (2+ messages)

[PATCH] ath10k: Fix an error code in ath10k_add_interface()
 2021-06-15 14:03 UTC  (3+ messages)

[PATCH] ath10k: remove the repeated declaration
 2021-06-15 14:04 UTC  (2+ messages)

[PATCH] ath11k: Fix an error handling path in 'ath11k_core_fetch_board_data_api_n()'
 2021-06-15 14:02 UTC  (2+ messages)

[PATCH 01/11] net: ath: ath5k: Fix wrong function name in comments
 2021-06-15 14:01 UTC  (2+ messages)

[PATCH] brcmfmac: fix a loop exit condition
 2021-06-15 13:45 UTC  (4+ messages)

[PATCH V2] rsi: fix AP mode with WPA failure due to encrypted EAPOL
 2021-06-15 13:42 UTC  (2+ messages)

[PATCH] libertas: use DEVICE_ATTR_RW macro
 2021-06-15 13:41 UTC  (2+ messages)

[PATCH] cw1200: Revert unnecessary patches that fix unreal use-after-free bugs
 2021-06-15 13:41 UTC  (2+ messages)

[PATCH] net: wireless/realtek: Fix spelling of 'download'
 2021-06-15 13:41 UTC  (2+ messages)
` rtlwifi: "

[PATCH] rtlwifi: Remove redundant assignments to ul_enc_algo
 2021-06-15 13:40 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8723ae: remove redundant initialization of variable rtstatus
 2021-06-15 13:39 UTC  (2+ messages)

[PATCH 10/11] net: ti: wl1251: Fix missing function name in comments
 2021-06-15 13:39 UTC  (2+ messages)
` [10/11] "

[PATCH net-next] cw1200: add missing MODULE_DEVICE_TABLE
 2021-06-15 13:38 UTC  (2+ messages)

[PATCH 1/1] rtlwifi: btcoex: 21a 2ant: Delete several duplicate condition branch codes
 2021-06-15 13:38 UTC  (2+ messages)

[PATCH] rsi: Assign beacon rate settings to the correct rate_info descriptor field
 2021-06-15 13:37 UTC  (2+ messages)

[PATCH] rsi: Add support for changing beacon interval
 2021-06-15 13:37 UTC  (2+ messages)

[PATCH] rtlwifi: 8821a: btcoexist: add comments to explain why if-else branches are identical
 2021-06-15 13:36 UTC  (2+ messages)

[PATCH] net: wireless: zydas: Prefer pr_err over printk error msg
 2021-06-15 13:37 UTC  (2+ messages)
` zd1211rw: "

[PATCH] rt2x00: do not set timestamp for injected frames
 2021-06-15 13:36 UTC  (2+ messages)

[PATCH v2] wl1251: Fix possible buffer overflow in wl1251_cmd_scan
 2021-06-15 13:36 UTC  (2+ messages)

[PATCH] wilc1000: Fix clock name binding
 2021-06-15 13:35 UTC  (2+ messages)

[PATCH] wireless: Simplify expression
 2021-06-15 13:34 UTC  (2+ messages)
` rndis_wlan: simplify is_associated()

[PATCH v2] ipw2x00: Minor documentation update
 2021-06-15 13:35 UTC  (2+ messages)

[PATCH 1/3] net: libertas: remove leading spaces before tabs
 2021-06-15 13:16 UTC  (2+ messages)
` [1/3] "

[PATCH 05/11] net: intel: ipw2x00: Fix wrong function name in comments
 2021-06-15 13:12 UTC  (2+ messages)
` [05/11] "

[PATCH 07/11] net: marvell: libertas_tf: Fix wrong function name in comments
 2021-06-15 13:11 UTC  (2+ messages)
` [07/11] "

[PATCH] brcmsmac: Remove the repeated declaration
 2021-06-15 10:43 UTC  (2+ messages)

[PATCH] brcmsmac: mac80211_if: Fix a resource leak in an error handling path
 2021-06-15 10:43 UTC  (2+ messages)

[PATCH] brcm80211: Drop unnecessary NULL check after container_of
 2021-06-15 10:42 UTC  (2+ messages)
` brcmsmac: "

[PATCH] BRCM80211: improve readability on addresses copy
 2021-06-15 10:40 UTC  (2+ messages)
` brcmsmac: "

[PATCH] brcmfmac: Add clm_blob firmware files to modinfo
 2021-06-15 10:38 UTC  (2+ messages)

[PATCH] brcmfmac: Delete second brcm folder hierarchy
 2021-06-15 10:38 UTC  (2+ messages)

[PATCH -next] brcmfmac: Fix a double-free in brcmf_sdio_bus_reset
 2021-06-15 10:37 UTC  (2+ messages)

[PATCH 04/11] net: broadcom: brcmfmac: Demote non-compliant kernel-doc headers
 2021-06-15 10:37 UTC  (2+ messages)
` [04/11] "

[PATCH 1/2] brcmfmac: fix setting of station info chains bitmask
 2021-06-15 10:36 UTC  (5+ messages)
` [1/2] "

[PATCH] brcmfmac: use ISO3166 country code and 0 rev as fallback
 2021-06-15 10:36 UTC  (2+ messages)

[PATCH v2 1/1] ssb: use DEVICE_ATTR_ADMIN_RW() helper macro
 2021-06-15 10:12 UTC  (2+ messages)

[PATCH] ssb: remove unreachable code
 2021-06-15 10:11 UTC  (2+ messages)
`  "

[PATCH] drivers/ssb/sdio: Don't overwrite const buffer if block_write fails
 2021-06-15 10:11 UTC  (2+ messages)
` ssb: sdio: "

[PATCH 1/1] ssb: Fix error return code in ssb_bus_scan()
 2021-06-15 10:10 UTC  (2+ messages)

[PATCH] ssb: Remove redundant assignment to err
 2021-06-15 10:10 UTC  (2+ messages)

[PATCH v2] drivers: ssb: main.c: Fix indentation of comment
 2021-06-15 10:10 UTC  (2+ messages)
` [v2] ssb: "

[PATCH v2] drivers: ssb: driver_pcicore.c: Fix indentation of comment
 2021-06-15 10:09 UTC  (2+ messages)
` [v2] ssb: pcicore: "

[PATCH v2] drivers: ssb: driver_gpio.c: Fix alignment of comment
 2021-06-15 10:09 UTC  (2+ messages)
` [v2] ssb: gpio: "

[PATCH 0/9] cfg80211/mac80211: Add support for 6GHZ STA for various modes : LPI, SP and VLP
 2021-06-15  8:52 UTC  (3+ messages)

[PATCH v6 01/12] wcn36xx: Return result of set_power_params in suspend
 2021-06-15  6:41 UTC  (5+ messages)

[PATCH v10 0/4] multiple bssid and EMA support in AP mode
 2021-06-14 16:15 UTC  (3+ messages)
` [PATCH v10 1/4] nl80211: "

[PATCH wireless-drivers-next 1/4] net: wlcore: tidy up use of fw_log.actual_buff_size
 2021-06-14 15:49 UTC  (2+ messages)
` [wireless-drivers-next,1/4] "

[PATCH] wlcore/wl12xx: Fix wl12xx get_mac error if device is in ELP
 2021-06-14 15:47 UTC  (2+ messages)

[PATCH] wlcore: use DEVICE_ATTR_<RW|RO> macro
 2021-06-14 15:47 UTC  (2+ messages)

[PATCH] wcn36xx: Move hal_buf allocation to devm_kmalloc in probe
 2021-06-14 15:27 UTC  (2+ messages)

[PATCH] wcn36xx: Fix inconsistent indenting
 2021-06-14 15:20 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