linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2020-09-08 18:34:08 to 2020-09-10 07:21:46 UTC [more...]

[PATCH] ath11k: fix link error when CONFIG_REMOTEPROC is disabled
 2020-09-10  7:20 UTC 

[PATCH v2 00/29] [Set 1,2,3] Rid W=1 warnings in Wireless
 2020-09-10  6:54 UTC  (29+ messages)
` [PATCH 02/29] iwlwifi: rs: Demote non-compliant kernel-doc headers
` [PATCH 03/29] iwlwifi: dvm: tx: "
` [PATCH 04/29] iwlwifi: dvm: lib: "
` [PATCH 05/29] iwlwifi: calib: Demote seemingly unintentional kerneldoc header
` [PATCH 06/29] wil6210: Fix a couple of formatting issues in 'wil6210_debugfs_init'
` [PATCH 07/29] iwlwifi: dvm: sta: Demote a bunch of nonconformant kernel-doc headers
` [PATCH 08/29] iwlwifi: mvm: ops: Remove unused static struct 'iwl_mvm_debug_names'
` [PATCH 09/29] iwlwifi: dvm: Demote a couple of nonconformant kernel-doc headers
` [PATCH 10/29] iwlwifi: mvm: utils: Fix some doc-rot
` [PATCH 11/29] iwlwifi: dvm: scan: Demote a few nonconformant kernel-doc headers
` [PATCH 12/29] iwlwifi: dvm: rxon: Demote non-conformant "
` [PATCH 13/29] iwlwifi: mvm: tx: Demote misuse of "
` [PATCH 14/29] iwlwifi: dvm: devices: Fix function documentation formatting issues
` [PATCH 15/29] iwlwifi: iwl-drv: Provide descriptions debugfs dentries
` [PATCH 16/29] wil6210: wmi: Fix formatting and demote non-conforming function headers
` [PATCH 17/29] wil6210: interrupt: Demote comment header which is clearly not kernel-doc
` [PATCH 18/29] wil6210: txrx: Demote obvious abuse of kernel-doc
` [PATCH 19/29] wil6210: txrx_edma: Demote comments which are clearly not kernel-doc
` [PATCH 20/29] wil6210: pmc: Demote a few nonconformant kernel-doc function headers
` [PATCH 21/29] wil6210: wil_platform: Demote kernel-doc header to standard comment block
` [PATCH 22/29] wil6210: wmi: Correct misnamed function parameter 'ptr_'
` [PATCH 23/29] ath6kl: wmi: Remove unused variable 'rate'
` [PATCH 24/29] ath9k: ar9002_initvals: Remove unused array 'ar9280PciePhy_clkreq_off_L1_9280'
` [PATCH 25/29] ath9k: ar9001_initvals: Remove unused array 'ar5416Bank6_9100'
` [PATCH 26/29] ath9k: ar5008_initvals: Remove unused table entirely
` [PATCH 27/29] ath9k: ar5008_initvals: Move ar5416Bank{0,1,2,3,7} to where they are used
` [PATCH 28/29] brcmsmac: phytbl_lcn: Remove unused array 'dot11lcn_gain_tbl_rev1'
` [PATCH 29/29] brcmsmac: phy_lcn: Remove unused variable 'lcnphy_rx_iqcomp_table_rev0'

[trivial PATCH] treewide: Convert switch/case fallthrough; to break;
 2020-09-10  6:53 UTC  (7+ messages)

linux-next: Tree for Sep 9 (ath11k)
 2020-09-10  6:38 UTC  (2+ messages)

[PATCH] brcmsmac: phytbl_lcn: Remove unused variable 'dot11lcn_gain_tbl_rev1'
 2020-09-10  4:00 UTC 

[PATCH] brcmsmac: phy_lcn: Remove unused variable lcnphy_rx_iqcomp_table_rev0
 2020-09-10  3:56 UTC 

[wireless-drivers-next:master] BUILD SUCCESS 0dc0b5c29be240e4d0b6e1cb31be39116cd237b2
 2020-09-09 22:02 UTC 

[PATCH v4 0/7] wcn36xx: Tidy up BSS/STA config
 2020-09-09 20:34 UTC  (10+ messages)
` [PATCH v4 1/7] wcn36xx: Functionally decompose wcn36xx_smd_config_sta()
` [PATCH v4 2/7] wcn36xx: Move wcn36xx_smd_set_sta_params() inside wcn36xx_smd_config_bss()
` [PATCH v4 3/7] wcn36xx: Move BSS parameter setup to wcn36xx_smd_set_bss_params()
` [PATCH v4 4/7] wcn36xx: Update wcn36xx_smd_config_bss_v1() to operate internally
` [PATCH v4 5/7] wcn36xx: Add wcn36xx_smd_config_bss_v0
` [PATCH v4 6/7] wcn36xx: Convert to using wcn36xx_smd_config_bss_v0()
` [PATCH v4 7/7] wcn36xx: Remove dead code in wcn36xx_smd_config_bss()

iwlwifi (Intel AX200 and AX201) soft timestamping features
 2020-09-09 19:46 UTC 

pull-request: wireless-drivers-2020-09-09
 2020-09-09 18:34 UTC  (2+ messages)

[PATCH v4 0/4] wcn36xx: Enable VHT when supported
 2020-09-09 17:12 UTC  (7+ messages)
` [PATCH v4 1/4] wcn36xx: Define INIT_HAL_MSG_V1()
` [PATCH v4 2/4] wcn36xx: Convert to VHT parameter structure on wcn3680
` [PATCH v4 3/4] wcn36xx: Add VHT rates to wcn36xx_update_allowed_rates()
` [PATCH v4 4/4] wcn36xx: Advertise ieee802.11 VHT flags

[PATCH v4 0/7] wcn36xx: Add a set of helpers to enable VHT parameter passing
 2020-09-09 15:36 UTC  (8+ messages)
` [PATCH v4 1/7] wcn36xx: Add wcn36xx_set_default_rates_v1
` [PATCH v4 2/7] wcn36xx: Add wcn36xx_smd_set_sta_default_vht_params()
` [PATCH v4 3/7] wcn36xx: Add wcn36xx_smd_set_sta_default_ht_ldpc_params()
` [PATCH v4 4/7] wcn36xx: Add wcn36xx_smd_set_sta_vht_params()
` [PATCH v4 5/7] wcn36xx: Add wcn36xx_smd_set_sta_ht_ldpc_params()
` [PATCH v4 6/7] wcn36xx: Add wcn36xx_smd_set_bss_vht_params()
` [PATCH v4 7/7] wcn36xx: Add wrapper function wcn36xx_smd_set_sta_params_v1()

[PATCH v4 0/5] wcn36xx: PHY modifications to support 80MHz operation
 2020-09-09 15:37 UTC  (6+ messages)
` [PATCH v4 1/5] wcn36xx: Add accessor macro HW_VALUE_CHANNEL for hardware channels
` [PATCH v4 2/5] wcn36xx: Use HW_VALUE_CHANNEL macro to get channel number
` [PATCH v4 3/5] wcn36xx: Add accessor macro HW_VALUE_PHY for PHY settings
` [PATCH v4 4/5] wcn36xx: Encode PHY mode for 80MHz channel in hw_value
` [PATCH v4 5/5] wcn36xx: Set PHY into correct mode for 80MHz channel width

[PATCH v4 0/4] wcn36xx: Update firmware config to support wcn3680
 2020-09-09 15:37 UTC  (5+ messages)
` [PATCH v4 1/4] wcn36xx: Extend HAL param config list
` [PATCH v4 2/4] wcn36xx: Define wcn3680 specific firmware parameters
` [PATCH v4 3/4] wcn36xx: Add ability to download "
` [PATCH v4 4/4] wcn36xx: Latch VHT specific BSS parameters to firmware

[PATCH v4 0/2] wcn36xx: Miscellaneous updates
 2020-09-09 15:37 UTC  (3+ messages)
` [PATCH v4 1/2] wcn36xx: Mark internal smd functions static
` [PATCH v4 2/2] wcn36xx: Ensure spaces between functions

[PATCH] rtw88: pci: Power cycle device during shutdown
 2020-09-09 14:00 UTC  (3+ messages)

[PATCH v4 0/2] wcn36xx: Extend V1 data-structures
 2020-09-09 15:35 UTC  (3+ messages)
` [PATCH v4 1/2] wcn36xx: Add VHT fields to parameter data structures
` [PATCH v4 2/2] wcn36xx: Use V1 data structure to store supported rates

[PATCH 5.9 1/2] mac80211: extend AQL aggregation estimation to HE and fix unit mismatch
 2020-09-09 11:56 UTC  (2+ messages)
` [PATCH 5.9 2/2] mac80211: add AQL support for VHT160 tx rates

[PATCH 01/32] wireless: marvell: mwifiex: sdio: Move 'static const struct's into their own header file
 2020-09-09 14:17 UTC  (3+ messages)

[PATCH] qtnfmac: Remove unused macro QTNF_DMP_MAX_LEN
 2020-09-09 13:59 UTC 

[wireless-drivers-next:pending 90/109] drivers/net/wireless/broadcom/brcm80211/brcmsmac/ampdu.c:1027:20: warning: variable 'scb_ampdu' set but not used
 2020-09-09 15:09 UTC  (4+ messages)

[PATCH] ath10k: Remove unused macro ATH10K_ROC_TIMEOUT_HZ
 2020-09-09 13:58 UTC 

[PATCH] wlcore: Remove unused macro WL1271_SUSPEND_SLEEP
 2020-09-09 13:59 UTC 

[PATCH] ath11k: Remove unused inline function htt_htt_stats_debug_dump()
 2020-09-09 13:45 UTC 

[PATCH v3 0/7] wcn36xx: Add a set of helpers to enable VHT parameter passing
 2020-09-09 11:58 UTC  (10+ messages)
` [PATCH v3 1/7] wcn36xx: Add wcn36xx_set_default_rates_v1
` [PATCH v3 2/7] wcn36xx: Add wcn36xx_smd_set_sta_default_vht_params()
` [PATCH v3 3/7] wcn36xx: Add wcn36xx_smd_set_sta_default_ht_ldpc_params()
` [PATCH v3 4/7] wcn36xx: Add wcn36xx_smd_set_sta_vht_params()
` [PATCH v3 5/7] wcn36xx: Add wcn36xx_smd_set_sta_ht_ldpc_params()
` [PATCH v3 6/7] wcn36xx: Add wcn36xx_smd_set_bss_vht_params()
` [PATCH v3 7/7] wcn36xx: Add wrapper function wcn36xx_smd_set_sta_params_v1()

[PATCH net-next] ath5k: fix 'mode' kernel-doc warning in ath5k_hw_pcu_init()
 2020-09-09 13:18 UTC 

[PATCH 1/2] mac80211: Add new AMPDU factor macro for HE peer caps
 2020-09-09 12:03 UTC  (2+ messages)

[PATCH][next] mt7601u: Use fallthrough pseudo-keyword
 2020-09-09 11:00 UTC  (2+ messages)

[PATCH] net: wireless: fix unmet direct dependendices config warning when !CRYPTO
 2020-09-09  9:54 UTC 

[PATCH v5 0/8] add 6GHz radio support in ath11k driver
 2020-09-09  8:38 UTC  (4+ messages)
` [PATCH v5 8/8] ath11k: Add support for 6g scan hint

[PATCH v2 2/4] brcmfmac: support 4-way handshake offloading for WPA/WPA2-PSK in AP mode
 2020-09-09  7:38 UTC  (2+ messages)

[PATCH v2] rtlwifi: switch from 'pci_' to 'dma_' API
 2020-09-09  7:33 UTC  (2+ messages)

[PATCH v2] brcmsmac: fix memory leak in wlc_phy_attach_lcnphy
 2020-09-09  7:32 UTC  (2+ messages)

[PATCH] mwifiex: remove function pointer check
 2020-09-09  7:30 UTC  (2+ messages)

[PATCH] rtl8xxxu: prevent potential memory leak
 2020-09-09  7:30 UTC  (2+ messages)

[PATCH] rtlwifi: rtl8723ae: Delete a stray tab
 2020-09-09  7:27 UTC  (2+ messages)

[PATCH 2/2] ath11k: Add peer max mpdu parameter in peer assoc command
 2020-09-09  6:50 UTC  (2+ messages)

[PATCH net-next] ath11k: fix uninitialized return in ath11k_spectral_process_data()
 2020-09-09  6:49 UTC  (2+ messages)

[PATCH,v4] Revert "ath10k: fix DMA related firmware crashes on multiple devices"
 2020-09-09  4:02 UTC  (4+ messages)

[PATCH 01/11] mt76: mt7615: fix MT_ANT_SWITCH_CON register definition
 2020-09-08 21:17 UTC  (11+ messages)
` [PATCH 02/11] mt76: mt7615: fix antenna selection for testmode tx_frames
` [PATCH 03/11] mt76: testmode: add a limit for queued tx_frames packets
` [PATCH 04/11] mt76: add utility functions for deferring work to a kernel thread
` [PATCH 05/11] mt76: convert from tx tasklet to tx worker thread
` [PATCH 06/11] mt76: mt7915: fix HE BSS info
` [PATCH 07/11] mt76: dma: cache dma map address/len in struct mt76_queue_entry
` [PATCH 08/11] mt76: mt7915: simplify mt7915_lmac_mapping
` [PATCH 09/11] mt76: mt7915: fix queue/tid mapping for airtime reporting
` [PATCH 10/11] mt76: move txwi handling code to dma.c, since it is mmio specific
` [PATCH 11/11] mt76: remove retry_q from struct mt76_txq and related code

[PATCH -next] mt76: Convert to DEFINE_SHOW_ATTRIBUTE
 2020-09-08 21:22 UTC  (2+ messages)

[PATCH v7 1/3] dt: bindings: net: update compatible for ath11k
 2020-09-08 20:35 UTC  (2+ messages)

[PATCH v4 00/14] mac80211 encapsulation offload / performance patches
 2020-09-08 12:36 UTC  (6+ messages)
` [PATCH v4 02/14] mac80211: check and refresh aggregation session in encap offload tx
` [PATCH v4 05/14] mac80211: rework tx encapsulation offload API
` [PATCH v4 06/14] mac80211: reduce duplication in tx status functions
` [PATCH v4 07/14] mac80211: remove tx status call to ieee80211_sta_register_airtime
` [PATCH v4 08/14] mac80211: optimize station connection monitor

mt7615: Fail to load firmware on AZWAVE-CB434NF module
 2020-09-08 12:33 UTC 

[PATCH] brcmsmac: fix potential memory leak in wlc_phy_attach_lcnphy
 2020-09-08 12:02 UTC  (4+ messages)
` [PATCH] brcmsmac: fix "

[PATCH v3 00/22] add support for S1G association
 2020-09-08 19:03 UTC  (23+ messages)
` [PATCH v3 01/22] ieee80211: redefine S1G bits with GENMASK
` [PATCH v3 02/22] nl80211: advertise supported channel width in S1G
` [PATCH v3 03/22] cfg80211: regulatory: handle S1G channels
` [PATCH v3 04/22] nl80211: correctly validate S1G beacon head
` [PATCH v3 05/22] nl80211: support setting S1G channels
` [PATCH v3 06/22] {cfg,mac}80211: get correct default channel width for S1G
` [PATCH v3 07/22] mac80211: s1g: choose scanning width based on frequency
` [PATCH v3 08/22] nl80211: support S1G capabilities
` [PATCH v3 09/22] mac80211: support S1G STA capabilities
` [PATCH v3 10/22] cfg80211: convert S1G beacon to scan results
` [PATCH v3 11/22] cfg80211: parse S1G Operation element for BSS channel
` [PATCH v3 12/22] mac80211: convert S1G beacon to scan results
` [PATCH v3 13/22] cfg80211: handle Association Response from S1G STA
` [PATCH v3 14/22] mac80211: encode listen interval for S1G
` [PATCH v3 15/22] mac80211: don't calculate duration "
` [PATCH v3 16/22] mac80211: handle S1G low rates
` [PATCH v3 17/22] mac80211: avoid rate init for S1G band
` [PATCH v3 18/22] mac80211: receive and process S1G beacons
` [PATCH v3 19/22] mac80211: support S1G association
` [PATCH v3 20/22] nl80211: include frequency offset in survey info
` [PATCH v3 21/22] mac80211_hwsim: fix TSF timestamp write to S1G beacon
` [PATCH v3 22/22] mac80211_hwsim: indicate support for S1G

[mac80211_hwsim] 8cafe19852: hwsim.fst_ap_config_default.fail
 2020-09-08 18:53 UTC  (4+ messages)

[PATCH v3 0/2] wcn36xx: Enable VHT when supported
 2020-09-08 18:25 UTC  (3+ messages)
` [PATCH v3 1/2] wcn36xx: Add VHT rates to wcn36xx_update_allowed_rates()
` [PATCH v3 2/2] wcn36xx: Advertise ieee802.11 VHT flags

[PATCH v3 0/2] wcn36xx: Miscellaneous updates
 2020-09-08 18:25 UTC  (3+ messages)
` [PATCH v3 1/2] wcn36xx: Mark internal smd functions static
` [PATCH v3 2/2] wcn36xx: Ensure spaces between functions

[PATCH v3 0/7] wcn36xx: Tidy up BSS/STA config
 2020-09-08 18:24 UTC  (7+ messages)
` [PATCH v3 1/7] wcn36xx: Functionally decompose wcn36xx_smd_config_sta()
` [PATCH v3 3/7] wcn36xx: Move BSS parameter setup to wcn36xx_smd_set_bss_params()
` [PATCH v3 4/7] wcn36xx: Update wcn36xx_smd_config_bss_v1() to operate internally
` [PATCH v3 5/7] wcn36xx: Add wcn36xx_smd_config_bss_v0
` [PATCH v3 6/7] wcn36xx: Convert to using wcn36xx_smd_config_bss_v0()
` [PATCH v3 7/7] wcn36xx: Remove dead code in wcn36xx_smd_config_bss()

[PATCH v3 0/2] wcn36xx: Extend V1 data-structures
 2020-09-08 18:24 UTC  (3+ messages)
` [PATCH v3 1/2] wcn36xx: Add VHT fields to parameter data structures
` [PATCH v3 2/2] wcn36xx: Use V1 data structure to store supported rates

[PATCH v3 0/5] wcn36xx: PHY modifications to support 80MHz operation
 2020-09-08 18:25 UTC  (6+ messages)
` [PATCH v3 1/5] wcn36xx: Add accessor macro HW_VALUE_CHANNEL for hardware channels
` [PATCH v3 2/5] wcn36xx: Use HW_VALUE_CHANNEL macro to get channel number
` [PATCH v3 3/5] wcn36xx: Add accessor macro HW_VALUE_PHY for PHY settings
` [PATCH v3 4/5] wcn36xx: Encode PHY mode for 80MHz channel in hw_value
` [PATCH v3 5/5] wcn36xx: Set PHY into correct mode for 80MHz channel width

[PATCH v3 0/4] wcn36xx: Update firmware config to support wcn3680
 2020-09-08 18:25 UTC  (5+ messages)
` [PATCH v3 1/4] wcn36xx: Extend HAL param config list
` [PATCH v3 2/4] wcn36xx: Define wcn3680 specific firmware parameters
` [PATCH v3 3/4] wcn36xx: Add ability to download "
` [PATCH v3 4/4] wcn36xx: Latch VHT specific BSS parameters to firmware

[RESEND PATCH v3 0/2] wcn36xx: Enable VHT when supported
 2020-09-08 18:33 UTC  (3+ messages)
` [PATCH v3 1/2] wcn36xx: Add VHT rates to wcn36xx_update_allowed_rates()
` [PATCH v3 2/2] wcn36xx: Advertise ieee802.11 VHT flags

[RESEND PATCH v3 0/2] wcn36xx: Miscellaneous updates
 2020-09-08 18:34 UTC  (3+ messages)
` [PATCH v3 1/2] wcn36xx: Mark internal smd functions static
` [PATCH v3 2/2] wcn36xx: Ensure spaces between functions


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