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

[PATCH v4 00/14] mac80211 encapsulation offload / performance patches
 2020-09-08 12:37 UTC  (13+ messages)
` [PATCH v4 01/14] mac80211: add missing queue/hash initialization to 802.3 xmit
` [PATCH v4 03/14] mac80211: skip encap offload for tx multicast/control packets
` [PATCH v4 04/14] mac80211: set info->control.hw_key for encap offload packets
` [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 09/14] mac80211: swap NEED_TXPROCESSING and HW_80211_ENCAP tx flags
` [PATCH v4 10/14] mac80211: unify 802.3 (offload) and 802.11 tx status codepath
` [PATCH v4 11/14] mac80211: support using ieee80211_tx_status_ext to free skbs without status info
` [PATCH v4 12/14] mac80211: extend ieee80211_tx_status_ext to support bulk free
` [PATCH v4 13/14] mac80211: notify the driver when a sta uses 4-address mode
` [PATCH v4 14/14] mac80211: reorganize code to remove a forward declaration

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:17 UTC  (7+ messages)
  ` [PATCH] brcmsmac: fix "
          ` [PATCH v2] "

[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  (8+ messages)
` [PATCH v3 1/7] wcn36xx: Functionally decompose wcn36xx_smd_config_sta()
` [PATCH v3 2/7] wcn36xx: Move wcn36xx_smd_set_sta_params() inside wcn36xx_smd_config_bss()
` [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/7] wcn36xx: Add a set of helpers to enable VHT parameter passing
 2020-09-08 18:24 UTC  (8+ 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 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

[PATCH v2 00/22] add support for S1G association
 2020-09-08 18:30 UTC  (3+ messages)

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

[PATCH 16/28] wireless: marvell: mwifiex: init: Move 'tos_to_tid_inv' to where it's used
 2020-09-08 12:17 UTC  (5+ messages)

[PATCH v2] mt76: mt7622: fix fw hang on mt7622
 2020-09-08 11:54 UTC 

[PATCH] ath11k: remove calling ath11k_init_hw_params() second time
 2020-09-08 10:01 UTC 

[PATCH 00/32] Set 2: Rid W=1 warnings in Wireless
 2020-09-08  8:46 UTC  (3+ messages)

[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-08  8:38 UTC  (3+ messages)

[PATCH 24/30] wireless: marvell: mwifiex: wmm: Mark 'mwifiex_1d_to_wmm_queue' as __maybe_unused
 2020-09-08  8:34 UTC  (2+ messages)
  ` [24/30] "

[wireless-drivers-next:master 127/131] drivers/net/wireless/broadcom/brcm80211/brcmsmac/phy/phy_lcn.c:361:25: warning: unused variable 'lcnphy_rx_iqcomp_table_rev0'
 2020-09-08  8:33 UTC  (3+ messages)

[PATCH v7 1/3] dt: bindings: net: update compatible for ath11k
 2020-09-08  7:55 UTC  (3+ messages)
` [PATCH v7 2/3] ath11k: move target ce configs to hw_params
` [PATCH v7 3/3] ath11k: add ipq6018 support

[PATCH v7 0/3] ath11k: Add IPQ6018 support
 2020-09-08  7:55 UTC 

[PATCHv2] ath11k: add raw mode and software crypto support
 2020-09-08  6:32 UTC 

[PATCH] cfg80211: add more comments for ap_isolate in bss_parameters
 2020-09-08  6:29 UTC  (2+ messages)

[PATCH V5 1/5] nl80211: rename csa counter attributes countdown counters
 2020-09-08  6:15 UTC  (3+ messages)
` [PATCH V5 5/5] ath11k: add support for BSS coloring

[PATCH V6 2/2] ath11k: add support for setting fixed HE rate/gi/ltf
 2020-09-08  6:07 UTC  (2+ messages)

[PATCH v2 2/2] ath10k: allow dynamic SAR power limits to be configured
 2020-09-08  5:55 UTC  (2+ messages)

[PATCH 0/2] ath10k: SAR power limit vendor command
 2020-09-08  5:55 UTC  (15+ messages)
` [PATCH 1/2] nl80211: vendor-cmd: qca: add dynamic SAR power limits

[PATCH] ath11k: fix a double free and a memory leak
 2020-09-08  5:44 UTC  (3+ messages)

[PATCH 1/2] dt: bindings: Add new regulator as optional property for WCN3990
 2020-09-08  5:43 UTC  (2+ messages)

[PATCH 0/4] brcmfmac: Add few features in AP mode
 2020-09-08  4:29 UTC  (12+ messages)
` [PATCH 1/4] brcmfmac: add change_bss to support AP isolation
` [PATCH 4/4] brcmfmac: add a variable for packet forwarding condition

[PATCH] mwifiex: remove function pointer check
 2020-09-08  4:21 UTC  (2+ messages)

[PATCH v5] ath10k: add atomic protection for device recovery
 2020-09-08  4:15 UTC  (2+ messages)

[PATCH v6] ath10k: add atomic protection for device recovery
 2020-09-08  4:13 UTC 

[PATCH v4 0/2] start recovery process when payload length overflow for sdio
 2020-09-08  3:47 UTC  (8+ messages)
` [PATCH v4 1/2] ath10k: add refcount for ath10k_core_restart

[PATCH v3] ath10k: add flag to protect napi operation to avoid dead loop hang
 2020-09-08  3:45 UTC  (3+ messages)

[wireless-drivers-next:master] BUILD SUCCESS cc95fa81524a95358a7bc1d29e9e3c314753486c
 2020-09-08  0:38 UTC 

alternatives to screenscraping iw?
 2020-09-07 22:41 UTC  (7+ messages)

[PATCH] airo: switch from 'pci_' to 'dma_' API
 2020-09-07 20:19 UTC 

[PATCH v2] rtlwifi: switch from 'pci_' to 'dma_' API
 2020-09-07 19:38 UTC 

[PATCH v6 0/3] ath11k: Add IPQ6018 support
 2020-09-07 16:25 UTC  (10+ messages)
` [PATCH v6 2/3] ath11k: copy ce service configs to hw_params
` [PATCH v6 3/3] ath11k: add IPQ6018 support

[RFC] ath10k: change to do napi_enable and napi_disable when insmod and rmmod for sdio
 2020-09-07 17:18 UTC  (17+ messages)

[PATCH net-next] mt76: mt7615: Remove set but unused variable 'index'
 2020-09-07 14:10 UTC 

[PATCH AUTOSEL 5.8 18/53] wireless: fix wrong 160/80+80 MHz setting
 2020-09-07 16:31 UTC  (4+ messages)
` [PATCH AUTOSEL 5.8 19/53] cfg80211: regulatory: reject invalid hints
` [PATCH AUTOSEL 5.8 20/53] mac80211: reduce packet loss event false positives
` [PATCH AUTOSEL 5.8 21/53] cfg80211: Adjust 6 GHz frequency to channel conversion

[PATCH AUTOSEL 5.4 15/43] cfg80211: regulatory: reject invalid hints
 2020-09-07 16:33 UTC  (2+ messages)
` [PATCH AUTOSEL 5.4 16/43] cfg80211: Adjust 6 GHz frequency to channel conversion

[PATCH net-next] ath11k: fix uninitialized return in ath11k_spectral_process_data()
 2020-09-07 16:56 UTC  (4+ messages)

[PATCH AUTOSEL 4.19 09/26] cfg80211: regulatory: reject invalid hints
 2020-09-07 16:34 UTC 

[PATCH AUTOSEL 4.14 08/17] cfg80211: regulatory: reject invalid hints
 2020-09-07 16:34 UTC 

[PATCH AUTOSEL 4.9 06/13] cfg80211: regulatory: reject invalid hints
 2020-09-07 16:35 UTC 

[PATCH AUTOSEL 4.4 04/10] cfg80211: regulatory: reject invalid hints
 2020-09-07 16:35 UTC 

[PATCH 01/16] wireless: ath5k: convert tasklets to use new tasklet_setup() API
 2020-09-07 16:32 UTC  (3+ messages)

[PATCH] ath10k: Use bdf calibration variant for snoc targets
 2020-09-07 16:17 UTC  (3+ messages)

[PATCH 0/2] ath10k: Add chain-1 voltage regulator voting
 2020-09-07 16:10 UTC  (3+ messages)

[PATCH] ath11k: add raw mode and software crypto support
 2020-09-07 10:43 UTC  (2+ messages)

[PATCH 00/31] staging: wfx: fix last items of the TODO list
 2020-09-07 10:15 UTC  (32+ messages)
` [PATCH 01/31] staging: wfx: improve readability of association processing
` [PATCH 02/31] staging: wfx: relocate wfx_join() beside wfx_join_finalize()
` [PATCH 03/31] staging: wfx: simplify hif_set_association_mode()
` [PATCH 04/31] staging: wfx: keep API error list up-to-date
` [PATCH 05/31] staging: wfx: drop 'secure link' feature
` [PATCH 06/31] staging: wfx: drop multicast filtering
` [PATCH 07/31] staging: wfx: drop useless function
` [PATCH 08/31] staging: wfx: drop useless enum hif_beacon
` [PATCH 09/31] staging: wfx: drop useless union hif_commands_ids
` [PATCH 10/31] staging: wfx: drop useless struct hif_reset_flags
` [PATCH 11/31] staging: wfx: drop useless struct hif_ie_flags
` [PATCH 12/31] staging: wfx: drop useless struct hif_join_flags
` [PATCH 13/31] staging: wfx: drop useless struct hif_bss_flags
` [PATCH 14/31] staging: wfx: drop useless struct hif_map_link_flags
` [PATCH 15/31] staging: wfx: drop useless struct hif_suspend_resume_flags
` [PATCH 16/31] staging: wfx: drop useless struct hif_pm_mode
` [PATCH 17/31] staging: wfx: drop useless struct hif_rx_flags
` [PATCH 18/31] staging: wfx: drop useless struct hif_tx_result_flags
` [PATCH 19/31] staging: wfx: drop useless structs only used in hif_req_tx
` [PATCH 20/31] staging: wfx: drop useless stricts only used in hif_req_start_scan_alt
` [PATCH 21/31] staging: wfx: drop useless structs only used in hif_ind_startup
` [PATCH 22/31] staging: wfx: drop useless union hif_privacy_key_data
` [PATCH 23/31] staging: wfx: drop useless union hif_event_data
` [PATCH 24/31] staging: wfx: drop useless union hif_indication_data
` [PATCH 25/31] staging: wfx: drop struct hif_ie_tlv
` [PATCH 26/31] staging: wfx: drop macro API_SSID_SIZE
` [PATCH 27/31] staging: wfx: fix naming of hif_tx_rate_retry_policy
` [PATCH 28/31] staging: wfx: fix spaces
` [PATCH 29/31] staging: wfx: uniformize naming rules in hif_tx_mib.c
` [PATCH 30/31] staging: wfx: drop async field from struct hif_cmd
` [PATCH 31/31] staging: wfx: update TODO list

[PATCH -next] ath11k: Add checked value for ath11k_ahb_remove
 2020-09-07 10:27 UTC  (2+ messages)

[PATCH v2] ath11k: cold boot calibration support
 2020-09-07 10:17 UTC  (3+ messages)

[PATCH v3 0/3] ath11k: Add IPQ6018 support
 2020-09-07  9:56 UTC  (5+ messages)
` [PATCH v3 2/3] ath11k: copy ce service configs to hw_params

[PATCH] mwifiex: pcie: Fix -Wunused-const-variable warnings
 2020-09-07  9:40 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).