linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-10-18 20:37:35 to 2019-10-22 08:57:44 UTC [more...]

[PATCH RFC] Revert "ath10k: fix DMA related firmware crashes on multiple devices"
 2019-10-22  8:57 UTC 

[PATCH v2] ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
 2019-10-22  8:37 UTC  (2+ messages)

pull-request: iwlwifi-next 2019-10-18
 2019-10-22  8:29 UTC  (2+ messages)

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

[PATCH] iw: Fix typo in iw --help
 2019-10-22  8:07 UTC 

[PATCH 0/7] debugfs: Add and use debugfs_create_xul()
 2019-10-22  8:03 UTC  (13+ messages)
` [PATCH 1/7] debugfs: Add debugfs_create_xul() for hexadecimal unsigned long
` [PATCH 2/7] mac80211: Use debugfs_create_xul() helper
` [PATCH 3/7] net: caif: Fix debugfs on 64-bit platforms
` [PATCH 4/7] mmc: atmel-mci: "
` [PATCH 5/7] mmc: atmel-mci: Remove superfluous cast in debugfs_create_u32() call
` [PATCH 6/7] mmc: dw_mmc: Fix debugfs on 64-bit platforms
` [PATCH 7/7] mmc: dw_mmc: Remove superfluous cast in debugfs_create_u32() call

Fwd: iw package typo in help command output
 2019-10-22  7:48 UTC  (5+ messages)

[PATCH v4 0/2] Implement Airtime-based Queue Limit (AQL)
 2019-10-22  7:41 UTC  (7+ messages)

[PATCH v4 2/2] ath10k: Enable Airtime-based Queue Limit (AQL)
 2019-10-22  7:41 UTC  (2+ messages)

[PATCH v4 0/4] Add Airtime Queue Limits (AQL) to mac80211
 2019-10-22  7:14 UTC  (9+ 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
  ` [RFC PATCH] mac80211: ieee80211_calc_rx_airtime() can be static
` [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 v2 00/11] OpenPandora: make wl1251 connected to mmc3 sdio port of OpenPandora work again
 2019-10-22  6:58 UTC  (16+ messages)
` [PATCH v2 01/11] Documentation: dt: wireless: update wl1251 for sdio
` [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 05/11] omap: pdata-quirks: revert pandora specific gpiod additions
` [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 08/11] mmc: sdio: fix wl1251 vendor id
` [PATCH v2 09/11] mmc: core: fix wl1251 sdio quirks
` [PATCH v2 10/11] net: wireless: ti: wl1251 use new SDIO_VENDOR_ID_TI_WL1251 definition
` [PATCH v2 11/11] net: wireless: ti: remove local VENDOR_ID and DEVICE_ID definitions

[PATCH 0/2] mmc: core: Fixup HW reset for SDIO cards
 2019-10-22  6:51 UTC  (7+ 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

802.11n IBSS: wlan0 stops receiving packets due to aggregation after sender reboot
 2019-10-21 12:18 UTC  (3+ messages)
` [PATCH] "

mwifiex Invalid Sched_scan parameters
 2019-10-22  2:51 UTC 

[PATCH net v5 01/10] net: core: limit nested device depth
 2019-10-22  0:51 UTC  (11+ messages)
` [PATCH net v5 02/10] net: core: add generic lockdep keys
` [PATCH net v5 03/10] bonding: fix unexpected IFF_BONDING bit unset
` [PATCH net v5 04/10] bonding: use dynamic lockdep key instead of subclass
` [PATCH net v5 05/10] team: fix nested locking lockdep warning
` [PATCH net v5 06/10] macsec: fix refcnt leak in module exit routine
` [PATCH net v5 07/10] net: core: add ignore flag to netdev_adjacent structure
` [PATCH net v5 08/10] vxlan: add adjacent link to limit depth level
` [PATCH net v5 09/10] net: remove unnecessary variables and callback
` [PATCH net v5 10/10] virt_wifi: fix refcnt leak in module exit routine

[PATCH v2 00/49] ath11k: driver for Qualcomm IEEE 802.11ax devices
 2019-10-21 20:53 UTC  (51+ messages)
` [PATCH v2 01/49] dt: bindings: net: add qcom,ath11k.yaml
` [PATCH v2 02/49] ath11k: add Kconfig
` [PATCH v2 03/49] ath11k: add Makefile
` [PATCH v2 04/49] ath11k: add ahb.c
` [PATCH v2 05/49] ath11k: add ahb.h
` [PATCH v2 06/49] ath11k: add ce.c
` [PATCH v2 07/49] ath11k: add ce.h
` [PATCH v2 08/49] ath11k: add core.c
` [PATCH v2 09/49] ath11k: add core.h
` [PATCH v2 10/49] ath11k: add debug.c
` [PATCH v2 11/49] ath11k: add debug.h
` [PATCH v2 12/49] ath11k: add debug_htt_stats.c
` [PATCH v2 13/49] ath11k: add debug_htt_stats.h
` [PATCH v2 14/49] ath11k: add debugfs_sta.c
` [PATCH v2 15/49] ath11k: add dp.c
` [PATCH v2 16/49] ath11k: add dp.h
` [PATCH v2 17/49] ath11k: add dp_rx.c
` [PATCH v2 18/49] ath11k: add dp_rx.h
` [PATCH v2 19/49] ath11k: add dp_tx.c
` [PATCH v2 20/49] ath11k: add dp_tx.h
` [PATCH v2 21/49] ath11k: add hal.c
` [PATCH v2 22/49] ath11k: add hal.h
` [PATCH v2 23/49] ath11k: add hal_desc.h
` [PATCH v2 24/49] ath11k: add hal_rx.c
` [PATCH v2 25/49] ath11k: add hal_rx.h
` [PATCH v2 26/49] ath11k: add hal_tx.c
` [PATCH v2 27/49] ath11k: add hal_tx.h
` [PATCH v2 28/49] ath11k: add htc.c
` [PATCH v2 29/49] ath11k: add htc.h
` [PATCH v2 30/49] ath11k: add hw.h
` [PATCH v2 31/49] ath11k: add mac.c
` [PATCH v2 32/49] ath11k: add mac.h
` [PATCH v2 33/49] ath11k: add peer.c
` [PATCH v2 34/49] ath11k: add peer.h
` [PATCH v2 35/49] ath11k: add qmi.c
` [PATCH v2 36/49] ath11k: add qmi.h
` [PATCH v2 37/49] ath11k: add reg.c
` [PATCH v2 38/49] ath11k: add reg.h
` [PATCH v2 39/49] ath11k: add rx_desc.h
` [PATCH v2 40/49] ath11k: add testmode.c
` [PATCH v2 41/49] ath11k: add testmode.h
` [PATCH v2 42/49] ath11k: add testmode_i.h
` [PATCH v2 43/49] ath11k: add trace.c
` [PATCH v2 44/49] ath11k: add trace.h
` [PATCH v2 45/49] ath11k: add wmi.c
` [PATCH v2 46/49] ath11k: add wmi.h
` [PATCH v2 47/49] ath: add ath11k to Makefile
` [PATCH v2 48/49] ath: add ath11k to Kconfig
` [PATCH v2 49/49] MAINTAINERS: add ath11k

pull-request: mac80211-next 2019-07-31
 2019-10-21 19:39 UTC  (2+ messages)

[PATCH net v5 00/10] net: fix nested device bugs
 2019-10-21 18:47 UTC 

[PATCH 0/9] OpenPandora: make wl1251 connected to mmc3 sdio port of OpenPandora work again
 2019-10-21 18:22 UTC  (15+ 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] BCMA: driver_chipcommon_pmu: fixed a block comment coding style
 2019-10-21 18:05 UTC 

[PATCH net v4 00/12] net: fix nested device bugs
 2019-10-21 16:00 UTC  (8+ messages)
` [PATCH net v4 07/12] macvlan: use dynamic lockdep key instead of subclass

WARNING at net/mac80211/sta_info.c:1057 (__sta_info_destroy_part2())
 2019-10-21 14:01 UTC  (3+ messages)

[PATCH V3] rtlwifi: rtl_pci: Fix problem of too small skb->len
 2019-10-21 13:53 UTC  (2+ messages)

[PATCH] nl80211: Disallow setting of HT for channel 14
 2019-10-21  7:50 UTC 

[PATCH V2] rtlwifi: rtl_pci: Fix problem of too small skb->len
 2019-10-20 20:13 UTC  (3+ messages)

CFS for Netdev 0x14 open!
 2019-10-20 18:11 UTC 

[PATCH 00/12] iwlwifi: updates intended for v5.5 2019-20
 2019-10-20 14:41 UTC  (14+ messages)
` [PATCH 01/12] iwlwifi: remove redundant assignment to variable bufsz
` [PATCH 02/12] iwlwifi: mvm: fix unaligned read of rx_pkt_status
` [PATCH 03/12] iwlwifi: scan: make new scan req versioning flow
  ` [PATCH v2 "
` [PATCH 04/12] iwlwifi: scan: support scan req cmd ver 12
` [PATCH 05/12] iwlwifi: refactor the SAR tables from mvm to acpi
` [PATCH 06/12] iwlwifi: mvm: scan: enable adaptive dwell in p2p
` [PATCH 07/12] iwlwifi: mvm: don't skip mgmt tid when flushing all tids
` [PATCH 08/12] iwlwifi: mvm: start CTDP budget from 2400mA
` [PATCH 09/12] iwlwifi: mvm: sync the iwl_mvm_session_prot_notif layout
` [PATCH 10/12] iwlwifi: remove IWL_DEVICE_22560/IWL_DEVICE_FAMILY_22560
` [PATCH 11/12] iwlwifi: 22000: fix some indentation
` [PATCH 12/12] iwlwifi: mvm: fix non-ACPI function

[PATCH v2] kernel-doc: rename the kernel-doc directive 'functions' to 'identifiers'
 2019-10-20 13:17 UTC 

[PATCH v2] rtlwifi: Fix potential overflow on P2P code
 2019-10-20  6:18 UTC  (6+ messages)

[PATCH] rtlwifi: rtl_pci: Fix problem of too small skb->len
 2019-10-20  1:13 UTC  (3+ messages)

[PATCH v2 0/6] rtw88: minor throughput improvement
 2019-10-19 11:18 UTC  (9+ messages)
` [PATCH v2 4/6] rtw88: update regulatory settings implementaion
` [PATCH v2 5/6] rtw88: add set_bitrate_mask support

[PATCH v3 0/4] Add Airtime Queue Limits (AQL) to mac80211
 2019-10-19 11:12 UTC  (4+ messages)
` [PATCH v3 4/4] mac80211: Use Airtime-based Queue Limits (AQL) on packet dequeue

[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 


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