linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-14 08:38:16 to 2019-10-19 18:42:50 UTC [more...]

[PATCH v2 00/11] OpenPandora: make wl1251 connected to mmc3 sdio port of OpenPandora work again
 2019-10-19 18:41 UTC  (7+ messages)
` [PATCH v2 02/11] net: wireless: ti: wl1251 add device tree support
` [PATCH v2 03/11] DTS: ARM: pandora-common: define wl1251 as child node of mmc3
` [PATCH v2 04/11] mmc: host: omap_hsmmc: add code for special init of wl1251 to get rid of pandora_wl1251_init_card
` [PATCH v2 06/11] omap: pdata-quirks: remove openpandora quirks for mmc3 and wl1251
` [PATCH v2 07/11] omap: remove old hsmmc.[ch] and in Makefile
` [PATCH v2 11/11] net: wireless: ti: remove local VENDOR_ID and DEVICE_ID definitions

[PATCH v4 0/4] Add Airtime Queue Limits (AQL) to mac80211
 2019-10-19 11:37 UTC  (5+ messages)
` [PATCH v4 1/4] mac80211: Shrink the size of ack_frame_id to make room for tx_time_est
` [PATCH v4 2/4] mac80211: Import airtime calculation code from mt76
` [PATCH v4 3/4] mac80211: Implement Airtime-based Queue Limit (AQL)
` [PATCH v4 4/4] mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeue

[PATCH 0/9] OpenPandora: make wl1251 connected to mmc3 sdio port of OpenPandora work again
 2019-10-19 11:34 UTC  (13+ messages)
` [PATCH 1/9] Documentation: dt: wireless: update wl1251 for sdio
` [PATCH 2/9] net: wireless: ti: wl1251 add device tree support
` [PATCH 3/9] DTS: ARM: pandora-common: define wl1251 as child node of mmc3
` [PATCH 4/9] mmc: host: omap_hsmmc: add code for special init of wl1251 to get rid of pandora_wl1251_init_card
` [PATCH 5/9] omap: pdata-quirks: remove openpandora quirks for mmc3 and wl1251
` [PATCH 6/9] mmc: sdio: fix wl1251 vendor id
` [PATCH 7/9] mmc: core: fix wl1251 sdio quirks
` [PATCH 8/9] net: wireless: ti: wl1251 use new SDIO_VENDOR_ID_TI_WL1251 definition
` [PATCH 9/9] net: wireless: ti: remove local VENDOR_ID and DEVICE_ID definitions

[PATCH v2 0/6] rtw88: minor throughput improvement
 2019-10-19 11:18 UTC  (19+ messages)
` [PATCH v2 1/6] rtw88: use macro to check the current band
` [PATCH v2 2/6] rtw88: add power tracking support
` [PATCH v2 3/6] rtw88: Enable 802.11ac beamformee support
` [PATCH v2 4/6] rtw88: update regulatory settings implementaion
` [PATCH v2 5/6] rtw88: add set_bitrate_mask support
` [PATCH v2 6/6] rtw88: add phy_info debugfs to show Tx/Rx physical status

[PATCH v3 0/4] Add Airtime Queue Limits (AQL) to mac80211
 2019-10-19 11:12 UTC  (7+ messages)
` [PATCH v3 1/4] mac80211: Shrink the size of ack_frame_id to make room for tx_time_est
` [PATCH v3 2/4] mac80211: Import airtime calculation code from mt76
` [PATCH v3 3/4] mac80211: Implement Airtime-based Queue Limit (AQL)
` [PATCH v3 4/4] mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeue

[PATCH v2] rtlwifi: Fix potential overflow on P2P code
 2019-10-19 10:57 UTC  (4+ messages)

[PATCH 0/5] iwlwifi: fixes intended for 5.4 2019-10-19
 2019-10-19 10:03 UTC  (6+ messages)
` [PATCH 1/5] iwlwifi: pcie: fix PCI ID 0x2720 configs that should be soc
` [PATCH 2/5] iwlwifi: pcie: fix all 9460 entries for qnj
` [PATCH 3/5] iwlwifi: mvm: handle iwl_mvm_tvqm_enable_txq() error return
` [PATCH 4/5] iwlwifi: pcie: add workaround for power gating in integrated 22000
` [PATCH 5/5] iwlwifi: pcie: 0x2720 is qu and 0x30DC is not

[PATCH 00/12] iwlwifi: updates intended for v5.5 2019-19
 2019-10-19  9:39 UTC  (13+ messages)
` [PATCH 01/12] iwlwifi: mvm: fix support for single antenna diversity
` [PATCH 02/12] iwlwifi: mvm: remove else-if in iwl_send_phy_cfg_cmd()
` [PATCH 03/12] iwlwifi: nvm: update iwl_uhb_nvm_channels
` [PATCH 04/12] iwlwifi: mvm: in VHT connection use only VHT capabilities
` [PATCH 05/12] iwlwifi: pcie: make iwl_pcie_gen2_update_byte_tbl static
` [PATCH 06/12] iwlwifi: dbg_ini: support dump collection upon assert during D3
` [PATCH 07/12] iwlwifi: scan: create function for scan scheduling params
` [PATCH 08/12] iwlwifi: scan: Create function to build scan cmd
` [PATCH 09/12] iwlwifi: scan: adapt the code to use api ver 11
` [PATCH 10/12] iwlwifi: mvm: print rate_n_flags in a pretty format
` [PATCH 11/12] iwlwifi: FW API: reference enum in docs of modify_mask
` [PATCH 12/12] iwlwifi: bump FW API to 51 for 22000 series

[PATCH AUTOSEL 4.19 001/100] wil6210: fix freeing of rx buffers in EDMA mode
 2019-10-18 22:04 UTC  (2+ messages)
` [PATCH AUTOSEL 4.19 022/100] ath10k: assign 'n_cipher_suites = 11' for WCN3990 to enable WPA3

[PATCH] mt76: mt76x0: remove 350ms delay in mt76x0_phy_calibrate
 2019-10-18 21:31 UTC 

[PATCH v2 0/4] Add Airtime Queue Limits (AQL) to mac80211
 2019-10-18 14:30 UTC  (24+ messages)
` [PATCH v2 1/4] mac80211: Rearrange ieee80211_tx_info to make room for tx_time_est
` [PATCH v2 2/4] mac80211: Import airtime calculation code from mt76
` [PATCH v2 3/4] mac80211: Implement Airtime-based Queue Limit (AQL)
` [PATCH v2 4/4] mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeue
      ` [Make-wifi-fast] "

[PATCH 2/2] Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
 2019-10-18 13:35 UTC  (6+ messages)

[PATCH v2] ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
 2019-10-18 13:35 UTC 

[PATCH] staging: wilc1000: handle mgmt frames for both interfaces during concurrent mode
 2019-10-18 12:45 UTC 

pull-request: iwlwifi-next 2019-10-18
 2019-10-18  9:08 UTC 

[PATCH] net/lib80211: scrubbing the buffer for key
 2019-10-18  8:43 UTC  (2+ messages)

[PATCH v2 00/16] iwlwifi: updates intended for v5.5 2019-10-12-v2
 2019-10-18  8:40 UTC  (5+ messages)
` [PATCH v2 12/16] iwlwifi: dbg_ini: support domain changing via debugfs
  ` [PATCH v2 03/16] "

[PATCH v2 03/16] iwlwifi: dbg_ini: use new trigger TLV in dump flow
 2019-10-18  8:25 UTC  (2+ messages)

[PATCH 00/13] iwlwifi: updates intended for v5.5 2019-10-12-2
 2019-10-18  8:19 UTC  (4+ messages)
` [PATCH 05/13] iwlwifi: dbg: prefer struct copy to memcpy()

[PATCH v5.4] iwlwifi: pcie: fix merge damage on making QnJ exclusive
 2019-10-18  7:49 UTC 

[PATCH v6 0/3] ath10k: improve throughout of TX of sdio
 2019-10-18  7:32 UTC  (5+ messages)
` [PATCH v6 1/3] ath10k: disable TX complete indication of htt for sdio
` [PATCH v6 2/3] ath10k: add htt TX bundle "
` [PATCH v6 3/3] ath10k: enable alt data of TX path "

[PATCH v7 0/3] ath10k: improve throughout of TX of sdio
 2019-10-18  7:27 UTC  (4+ messages)
` [PATCH v7 1/3] ath10k: disable TX complete indication of htt for sdio
` [PATCH v7 2/3] ath10k: add htt TX bundle "
` [PATCH v7 3/3] ath10k: enable alt data of TX path "

IWL AC 8260, suspect GRP implementation, broken connectivity
 2019-10-18  6:30 UTC 

[PATCH] mt76: mt76x02u: update ewma pkt len in mt76x02u_tx_prepare_skb
 2019-10-17 22:50 UTC 

[PATCH] staging: wilc1000: potential corruption in wilc_parse_join_bss_param()
 2019-10-17 17:06 UTC  (2+ messages)

[PATCH] staging: wilc1000: store bss object and use cfg80211_connect_bss()
 2019-10-17 16:51 UTC 

[PATCH] iwlwifi: Don't IWL_WARN on FW reconfiguration
 2019-10-17 14:53 UTC  (2+ messages)

[PATCH 0/2] mmc: core: Fixup HW reset for SDIO cards
 2019-10-17 13:57 UTC  (3+ messages)
` [PATCH 1/2] mmc: core: Drop check for mmc_card_is_removable() in mmc_rescan()
` [PATCH 2/2] mmc: core: Re-work HW reset for SDIO cards

[PATCH v2 0/2] mmc: core: Fix Marvell WiFi reset by adding SDIO API to replug card
 2019-10-17  9:10 UTC  (5+ messages)
` [PATCH v2 1/2] mmc: core: Add sdio_trigger_replug() API

[PATCH v2] rtl8xxxu: fix RTL8723BU connection failure issue after warm reboot
 2019-10-17  2:26 UTC  (2+ messages)

[PATCH] rtlwifi: Fix potential overflow on P2P code
 2019-10-17  1:24 UTC  (2+ messages)

mt76x2e hardware restart
 2019-10-16 16:38 UTC  (7+ messages)

[PATCH] rtw88: mark rtw_fw_hdr __packed
 2019-10-16  7:35 UTC  (2+ messages)

[PATCH] kernel-doc: rename the kernel-doc directive 'functions' to 'specific'
 2019-10-16  0:48 UTC  (12+ messages)

[PATCH] rtl8xxxu: fix RTL8723BU connection failure issue after warm reboot
 2019-10-15 17:47 UTC  (2+ messages)

pull-request: wireless-drivers 2019-10-15
 2019-10-15 16:41 UTC  (2+ messages)

[PATCH 00/49] ath11k: driver for Qualcomm IEEE 802.11ax devices
 2019-10-15 16:28 UTC  (7+ messages)
` [PATCH 08/49] ath11k: add core.c
` [PATCH 31/49] ath11k: add mac.c

[PATCH v2] mt76: refactor cc_lock locking scheme
 2019-10-15 15:54 UTC  (3+ messages)

[unconfirmed bug] missing firmware configuration `brcm/brcmfmac43602-pcie.txt`
 2019-10-15 13:59 UTC 

[unconfirmed bug] missing firmware configuration `brcm/brcmfmac43602-pcie.txt`
 2019-10-15 13:49 UTC 

[PATCH] mt76: refactor cc_lock locking scheme
 2019-10-15 13:21 UTC  (2+ messages)

[PATCH] rtl8xxxu: fix RTL8723BU connection failure issue after warm reboot
 2019-10-15 11:36 UTC  (2+ messages)

[PATCH] rtl8xxxu: fix connection failure issue after warm reboot
 2019-10-15 10:23 UTC  (2+ messages)

[PATCH] net/wireless: Delete unnecessary checks before the macro call “dev_kfree_skb”
 2019-10-15  5:28 UTC  (2+ messages)

[PATCH v3 20/24] wireless: Remove call to memset after dma_alloc_coherent
 2019-10-15  5:21 UTC  (2+ messages)

rtw88: M.2 RTL8822BE not working - rfe 3 isn't supported
 2019-10-15  3:27 UTC  (5+ messages)

[PATCH 00/10] rtw88: minor throughput improvement
 2019-10-15  3:23 UTC  (7+ messages)
` [PATCH 02/10] rtw88: Enable 802.11ac beamformee support
` [PATCH 05/10] rtw88: update regulatory settings implementaion

[PATCH v4 0/2] Implement Airtime-based Queue Limit (AQL)
 2019-10-14 23:58 UTC  (6+ messages)
` [PATCH v4 2/2] ath10k: Enable "

[PATCH v5 0/8] ath10k: improve throughout of tcp/udp TX/RX of sdio
 2019-10-14 11:53 UTC  (5+ messages)

[PATCH v6] ath10k: enable napi on RX path for sdio
 2019-10-14 11:47 UTC 

[PATCH 00/11] of: Fix DMA configuration for non-DT masters
 2019-10-14 11:09 UTC  (5+ messages)
` [PATCH 07/11] dts: arm64: layerscape: add dma-ranges property to qoric-mc node

[RFC PATCH 0/2] ath10k: provide survey info as accumulated data
 2019-10-14  9:32 UTC  (5+ messages)

[PATCH] rtw88: include interrupt.h for tasklet_struct
 2019-10-14  9:12 UTC  (2+ messages)

[PATCH] rtw88: use a for loop in rtw_power_mode_change(), not goto
 2019-10-14  9:11 UTC  (2+ messages)

[PATCH 06/10] rtw88: add NL80211_EXT_FEATURE_CAN_REPLACE_PTK0 support
 2019-10-14  9:11 UTC  (2+ messages)

[PATCH 03/10] rtw88: config 8822c multicast address in MAC init flow
 2019-10-14  9:08 UTC  (2+ messages)

[PATCH] ath10k: fix disabling of UART debugging
 2019-10-14  8:53 UTC 

[PATCH v2] ath10k: Correct error handling of dma_map_single()
 2019-10-14  8:43 UTC  (2+ messages)

[PATCH] ath: rename regulatory rules
 2019-10-14  8:39 UTC  (2+ messages)

[PATCH 1/2] ath10k: fix array out-of-bounds access
 2019-10-14  8:38 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).