linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-09-21 18:10:31 to 2018-09-26 10:25:51 UTC [more...]

[RFC 00/19] wilc: added driver for wilc module
 2018-09-26 10:25 UTC  (6+ messages)
` [PATCH 01/19] wilc: add coreconfigurator.h
` [PATCH 02/19] wilc: add coreconfigurator.c
` [PATCH 03/19] wilc: add host_interface.h
` [PATCH 04/19] wilc: add host_interface.c
` [PATCH 05/19] wilc: add wilc_wlan_if.h

[PATCH 0/5] rt2800mmio txdone/interrupts/flush rework
 2018-09-26 10:24 UTC  (6+ messages)
` [PATCH 1/5] rt2800: move usb specific txdone/txstatus routines to rt2800lib
` [PATCH 2/5] rt2800mmio: use txdone/txstatus routines from lib
` [PATCH 3/5] rt2x00: do not check for txstatus timeout every time on tasklet
` [PATCH 4/5] rt2x00: use different txstatus timeouts when flushing
` [PATCH 5/5] rt2800: flush and txstatus rework for rt2800mmio

[PATCH] New functionality for aborting ongoing CAC
 2018-09-26  9:26 UTC  (6+ messages)

[PATCH 1/2] nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HT
 2018-09-26  9:23 UTC  (3+ messages)
` [PATCH 2/2] nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds

[PATCH RFC v4 0/4] Move TXQ scheduling into mac80211
 2018-09-26  9:22 UTC  (6+ messages)
` [PATCH RFC v4 3/4] mac80211: Add airtime accounting and scheduling to TXQs

[PATCH] brcmsmac: ap mode: update beacon when TIM changes
 2018-09-26  9:04 UTC  (8+ messages)
` [PATCH v2] brcmsmac: AP "
` [PATCH v3] "

How many null-data probes on connection loss?
 2018-09-26  8:38 UTC  (2+ messages)

iwlwifi crash with Linux 4.18.9
 2018-09-26  6:13 UTC  (2+ messages)
` [linuxwifi] "

[PATCH] mt76: use skb_pad() instead of __skb_pad()
 2018-09-25 19:52 UTC 

[PATCH 0/3] mac80211_hwsim: radio destruction fixes
 2018-09-25 18:00 UTC  (6+ messages)
` [PATCH 1/3] mac80211_hwsim: fix locking when iterating radios during ns exit
` [PATCH 2/3] mac80211_hwsim: fix race in radio destruction from netlink notifier
` [PATCH 3/3] mac80211_hwsim: drop now unused work-queue from hwsim

list archive
 2018-09-25 15:45 UTC  (2+ messages)

Editing for 4
 2018-09-25 12:54 UTC 

Editing for 1
 2018-09-25 12:32 UTC 

[PATCH 4.19] iwlwifi: 1000: set the TFD queue size
 2018-09-25 13:56 UTC 

[PATCH 0/4] Enable ath10k wcn3990 wifi driver support on sdm845
 2018-09-25 12:15 UTC  (10+ messages)
` [PATCH 1/4] dt: bindings: add missing dt properties for WCN3990 wifi node
` [PATCH 2/4] dts: arm64/sdm845: Add WCN3990 WLAN module device node
` [PATCH 3/4] dt: bindings: add bindings for wifi iommu node

[RFC 00/12] rtwlan: mac80211 driver for Realtek 802.11ac wireless network chips
 2018-09-25 11:10 UTC  (7+ messages)

[PATCH] mt76x0: add quirk to disable 2.4GHz band for Archer T1U
 2018-09-25 10:01 UTC  (7+ messages)

[PATCH] mac80211_hwsim: do not omit multicast announce of first added radio
 2018-09-25  7:51 UTC 

[PATCH v3 00/29] staging: wilc1000: avoid static variables and cleanup changes
 2018-09-25  6:23 UTC  (30+ messages)
` [PATCH v3 01/29] staging: wilc1000: change return type to 'void' for wilc_frame_register()
` [PATCH v3 02/29] staging: wilc1000: change return type to 'void' for wilc_wlan_set_bssid()
` [PATCH v3 03/29] staging: wilc1000: change return type to 'void' for lock init & deinit functions
` [PATCH v3 04/29] staging: wilc1000: change return type to 'void' for wilc_deinit_host_int()
` [PATCH v3 05/29] staging: wilc1000: change return type to 'void' for wilc_wfi_deinit_mon_interface()
` [PATCH v3 06/29] staging: wilc1000: use 'void' return type for host_int_get_assoc_res_info()
` [PATCH v3 07/29] staging: wilc1000: use 'void' return for wilc_wlan_txq_add_to_head()
` [PATCH v3 08/29] staging: wilc1000: change return type to 'void' tcp ack filter functions
` [PATCH v3 09/29] staging: wilc1000: use 'void' return for wilc_wlan_txq_filter_dup_tcp_ack()
` [PATCH v3 10/29] staging: wilc1000: change return type to 'void' for wilc_wlan_cfg_indicate_rx()
` [PATCH v3 11/29] staging: wilc1000: refactor wilc_wlan_parse_info_frame() function
` [PATCH v3 12/29] staging: wilc1000: set default value of cfg response type in wilc_wlan_cfg_indicate_rx()
` [PATCH v3 13/29] staging: wilc1000: changes 'val' type to u8 in wilc_cfg_byte struct
` [PATCH v3 14/29] staging: wilc1000: remove unused wid type values
` [PATCH v3 15/29] staging: wilc1000: remove unused wid from cfg struct
` [PATCH v3 16/29] staging: wilc1000: refactor code to remove 'mac_status' from 'wilc_mac_cfg' struct
` [PATCH v3 17/29] staging: wilc1000: refactor code to avoid static variables for config parameters
` [PATCH v3 18/29] staging: wilc1000: rename 'wilc_mac_cfg' struct to 'wilc_cfg_str_vals'
` [PATCH v3 19/29] staging: wilc1000: avoid the use of 'hif_driver_comp' completion variable
` [PATCH v3 20/29] staging: wilc1000: remove use of unnecessary 'wilc_connected_ssid' variable
` [PATCH v3 21/29] staging: wilc1000: avoid use of 'g_sdio' static variable
` [PATCH v3 22/29] staging: wilc1000: avoid use of 'g_spi' "
` [PATCH v3 23/29] staging: wilc1000: remove unnecessary memset in sdio_init() & wilc_spi_init()
` [PATCH v3 24/29] staging: wilc1000: remove p2p related static variables to wilc_vif struct
` [PATCH v3 25/29] staging: wilc1000: remove wilc_debugfs.c file as its not used
` [PATCH v3 26/29] staging: wilc1000: remove unnecessary option used with ccflags-y in Makefile
` [PATCH v3 27/29] staging: wilc1000: use usleep_range() in place of udelay()
` [PATCH v3 28/29] staging: wilc1000: refactor wilc_set_multicast_list() function
` [PATCH v3 29/29] staging: wilc1000: return exact error of register_netdev() from wilc_netdev_init()

[PATCH 0/3] ath10k: download firmware via diag ce for qca6174 and qca9377
 2018-09-25  6:19 UTC  (6+ messages)
` [PATCH 3/3] ath10k: download firmware via diag Copy Engine for QCA6174 and QCA9377

[PATCH v2] ath10k: Add support for configuring management packet rate
 2018-09-25  5:38 UTC 

[PATCH] libertas: return errno from lbs_add_card()
 2018-09-25  4:15 UTC  (3+ messages)

[PATCH v2] rtlwifi: btcoex: Use proper enumerated types for Wi-Fi only interface
 2018-09-25  2:43 UTC  (2+ messages)

[PATCH V2 00/11] qtnfmac_pcie: extract device-independent PCIe driver code
 2018-09-24 22:15 UTC  (12+ messages)
` [PATCH V2 01/11] qtnfmac_pcie: do not store FW name in driver state structure
` [PATCH V2 02/11] qtnfmac_pcie: move Pearl pcie sources to pcie-specific directory
` [PATCH V2 03/11] qtnfmac_pcie: rename private Pearl PCIe state structure
` [PATCH V2 04/11] qtnfmac_pcie: indicate pearl-specific structures by their names
` [PATCH V2 05/11] qtnfmac_pcie: pearl: rename spinlock tx0_lock to tx_lock
` [PATCH V2 06/11] qtnfmac_pcie: separate platform-independent PCIe structure
` [PATCH V2 07/11] qtnfmac_pcie: rename platform-specific functions
` [PATCH V2 08/11] qtnfmac: add missing header includes to bus.h
` [PATCH V2 09/11] qtnfmac_pcie: extract platform-independent PCIe code
` [PATCH V2 10/11] qtnfmac: wait for FW load work to finish at PCIe remove
` [PATCH V2 11/11] qtnfmac_pcie: check for correct CHIP ID at pcie probe

[PATCH] nl80211: Fix a GET_KEY reply attribute
 2018-09-24 16:10 UTC 

[PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg
 2018-09-24 21:17 UTC  (8+ messages)

mt76x0 random crashes after c12128ce44b0
 2018-09-24 14:33 UTC  (5+ messages)

[PATCH] wireless: ipw2x00: Remove unnecessary parentheses
 2018-09-24 18:21 UTC  (2+ messages)

[RFC] lib80211: don't use skcipher
 2018-09-24 10:08 UTC 

[PATCH] mt76: report firmware version using ethtool
 2018-09-24  9:47 UTC  (2+ messages)

[PATCH] mt76: usb: include <linux/module.h> and <linux/export.h>
 2018-09-24  9:14 UTC  (2+ messages)

[PATCH] mt76: include linux/module.h in files using MODULE_*
 2018-09-24  9:14 UTC 

[PATCH] ath9k: add back support for using active monitor interfaces for tx99
 2018-09-22 16:49 UTC 

[PATCH 00/11] qtnfmac_pcie: extract device-independent PCIe driver code
 2018-09-24  8:21 UTC  (26+ messages)
` [PATCH 01/11] qtnfmac_pcie: do not store FW name in driver state structure
` [PATCH 02/11] qtnfmac_pcie: move Pearl pcie sources to pcie-specific directory
` [PATCH 03/11] qtnfmac_pcie: rename private Pearl PCIe state structure
` [PATCH 04/11] qtnfmac_pcie: indicate pearl-specific structures by their names
` [PATCH 05/11] qtnfmac_pcie: pearl: rename spinlock tx0_lock to tx_lock
` [PATCH 06/11] qtnfmac_pcie: separate platform-independent PCIe structure
` [PATCH 07/11] qtnfmac_pcie: rename platform-specific functions
` [PATCH 09/11] qtnfmac_pcie: extract platform-independent PCIe code
` [PATCH 08/11] qtnfmac: add missing header includes to bus.h
` [PATCH 10/11] qtnfmac: wait for FW load work to finish at PCIe remove
` [PATCH 11/11] qtnfmac_pcie: check for correct CHIP ID at pcie probe

[RFC v4 0/2] ath10k: Add support to update tx rate to mac80211
 2018-09-24  7:10 UTC  (3+ messages)
` [RFC v4 1/2] mac80211: implement ieee80211_tx_rate_update to update rate
` [RFC v4 2/2] ath10k: report tx rate using ieee80211_tx_rate_update()

[RFCv3 0/2] ath10k: Add support to update tx rate to mac80211
 2018-09-24  6:30 UTC  (6+ messages)
` [RFCv3 1/2] mac80211: implement ieee80211_tx_rate_update to update rate

[PATCH] ath10k: Add wrapper function to ath10k debug
 2018-09-24  5:27 UTC 

[PATCH] cfg80211: fix reg_query_regdb_wmm kernel-doc
 2018-09-23 18:59 UTC 

[PATCH 0/9] unify tx power eeprom parsing for mt76x{0,2}
 2018-09-23 15:00 UTC  (2+ messages)

[PATCH 12/12] rtwlan: Kconfig & Makefile
 2018-09-23  8:55 UTC  (3+ messages)

[PATCH] rtlwifi: btcoex: Use proper enumerated types for Wi-Fi only interface
 2018-09-23  6:43 UTC  (2+ messages)

[PATCH v2] mac80211: allocate TXQs for active monitor interfaces
 2018-09-22 16:35 UTC 

[PATCH] mac80211: allocate TXQs for active monitor interfaces
 2018-09-22 16:24 UTC  (2+ messages)

[PATCH] mt76: fix return value of mt76x02_wait_for_mac
 2018-09-22 12:11 UTC  (2+ messages)

[PATCH] mt76: usb: remove WARN_ON in mt76u_get_rx_entry_len
 2018-09-22 12:04 UTC  (2+ messages)

[PATCH 9/9] mt76x0: phy: introduce mt76x0_phy_set_txpower routine
 2018-09-22 11:45 UTC 

[PATCH 7/9] mt76x0: remove eeprom dependency from mt76x0_get_power_info
 2018-09-22 11:45 UTC 

[PATCH 8/9] mt76x0: use shared debugfs implementation
 2018-09-22 11:45 UTC 

[PATCH 6/9] mt76x0: remove eeprom dependency from mt76x0_set_tx_power_per_rate
 2018-09-22 11:45 UTC 

[PATCH 4/9] mt76: move mt76x02_rate_power_val in mt76x02-lib module
 2018-09-22 11:45 UTC 

[PATCH 5/9] mt76x0: remove mt76x0_phy_set_tx_power and mt76x0_extra_power_over_mac
 2018-09-22 11:45 UTC 

[PATCH 3/9] mt76: move rate_txpower handler in mt76 debugfs
 2018-09-22 11:45 UTC 

[PATCH 2/9] mt76: add mt76x02_phy_set_txpower utility routine
 2018-09-22 11:45 UTC 

[PATCH 1/9] mt76: move mt76_rate_power in mt76_dev
 2018-09-22 11:45 UTC 

Netgear R7800 - ath10k QCA 9984 firmware crash
 2018-09-22  8:52 UTC  (10+ messages)

[PATCH v3 1/2] mac80211: invoke sw_scan if hw_scan returns EPERM
 2018-09-22  5:29 UTC  (7+ messages)

[RFC v2] mac80211: budget outstanding airtime for transmission
 2018-09-22  0:53 UTC  (6+ messages)

[PATCH] ath10k: add missing sanity check on diag download
 2018-09-21 20:42 UTC 

[PATCH v2] ath5k: Remove unused BUG_ON
 2018-09-21 19:32 UTC 

[PATCH] mt76x2: fix tx power configuration for VHT mcs 9
 2018-09-21 16:10 UTC  (2+ messages)

[PATCH 00/20] unify mt76x2 and mt76x0 eeprom code
 2018-09-21 16:09 UTC  (3+ messages)
` [PATCH 02/20] mt76: add stbc entries to mt76_rate_power


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