linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-08-09 11:56:46 to 2018-08-15 11:56:53 UTC [more...]

[PATCH 0/3] Add support for ftm responder configuration
 2018-08-15  9:04 UTC  (5+ messages)
` [PATCH 1/3] nl80211: add support to configure FTM responder functionality
` [PATCH 2/3] mac80211: Add support to notify ftm responder configuration to the driver
` [PATCH 3/3] ath10k: Add support to configure ftm responder role

[PATCH 1/1] NFC: Fix possible memory corruption when handling SHDLC I-Frame commands
 2018-08-15  8:29 UTC  (12+ messages)

wireless dongle causing entire machine to hang
 2018-08-15  8:07 UTC  (7+ messages)

[PATCH v2] ath10k: support NET_DETECT WoWLAN feature
 2018-08-15  8:02 UTC 

[PATCH] mac80211: ignore SA Query Requests with unknown payload data
 2018-08-15  4:54 UTC  (5+ messages)

[PATCH 1/1] NFC: Fix the number of pipes
 2018-08-14 23:47 UTC  (2+ messages)

[PATCH v4] PCI: Add PCI_DEVICE_DATA() macro to fully describe device ID entry
 2018-08-14 21:03 UTC  (2+ messages)

[PATCH] linux-firmware: add firmware for mt76x0
 2018-08-14 14:44 UTC  (2+ messages)

[PATCH] ath10k: support NET_DETECT WoWLAN feature
 2018-08-14 14:05 UTC  (3+ messages)

[PATCH v6 0/3] Fix PTK rekey freezes and cleartext leaks
 2018-08-14 10:42 UTC  (4+ messages)
` [PATCH v6 1/3] nl80211: Add ATOMIC_KEY_REPLACE API
` [PATCH v6 2/3] mac80211: Define new driver callback replace_key
` [PATCH v6 3/3] mac80211: Fix PTK rekey freezes and cleartext leaks

[PATCH] ath10k: add dynamic vlan support
 2018-08-14 12:53 UTC  (8+ messages)

[PATCH] mac80211: allow station search on AP/VLANs
 2018-08-14 12:13 UTC  (5+ messages)

[PATCH v3 1/2] mac80211: invoke sw_scan if hw_scan returns EPERM
 2018-08-14 11:33 UTC  (2+ messages)

[PATCH] cfg80211/mac80211: make ieee80211_send_layer2_update a public function
 2018-08-14 11:24 UTC  (2+ messages)

[PATCH v4 0/6] *** Add support for wifi QMI client handshakes ***
 2018-08-14 11:15 UTC  (4+ messages)
` [PATCH v4 6/6] ath10k: Add QMI message handshake for wcn3990 client

[PATCH 0/5] staging: wilc1000: compilation error fixes & cleanup changes
 2018-08-14 11:10 UTC  (20+ messages)
` [PATCH 1/5] staging: wilc1000: avoid arrray of 'wilc_debugfs_info_t' type
` [PATCH 2/5] staging: wilc1000: fixes for undefined reference to `__this_module' error
` [PATCH 3/5] staging: wilc1000: remove the use of 'wilc_debugfs_info_t' struct
` [PATCH 4/5] staging: wilc1000: change permission to 0600 in debugfs_create_file() call
` [PATCH 5/5] staging: wilc1000: use void return for wilc_debugfs_init()

re:[PATCH] libertas_tf: prevent underflow in process_cmdrequest()
 2018-08-14 10:17 UTC 

[PATCH 1/2] cfg80211: support FTM responder setup/statistics
 2018-08-14 10:06 UTC  (2+ messages)
` [PATCH 2/2] mac80211: "

[PATCH] libertas_tf: prevent underflow in process_cmdrequest()
 2018-08-14  9:07 UTC 

[PATCH] staging: wilc1000: revert "fix TODO to compile spi and sdio components in single module"
 2018-08-14  8:43 UTC  (4+ messages)

help understanding HT capabilities bits
 2018-08-14  7:48 UTC  (4+ messages)

[PATCH 00/24] staging: wilc1000: avoid use of static and global variable
 2018-08-14  6:50 UTC  (25+ messages)
` [PATCH 01/24] staging: wilc1000: move 'wilc_enable_ps' global variable into 'wilc' struct
` [PATCH 02/24] staging: wilc1000: move 'aging_timer' static variable to wilc_priv struct
` [PATCH 03/24] staging: wilc1000: fix to use correct index to free scanned info in clear_shadow_scan()
` [PATCH 04/24] staging: wilc1000: remove unnecessary NULL check "
` [PATCH 05/24] staging: wilc1000: moved last_scanned_shadow & last_scanned_cnt to wilc_priv struct
` [PATCH 06/24] staging: wilc1000: move during_ip_timer & wilc_optaining_ip to 'wilc_vif' struct
` [PATCH 07/24] staging: wilc1000: remove unused variable 'op_ifcs'
` [PATCH 08/24] staging: wilc1000: avoid use of extra 'if' condition in wilc_init()
` [PATCH 09/24] staging: wilc1000: move static variable clients_count to 'wilc' structure
` [PATCH 10/24] staging: wilc1000: move wilc_multicast_mac_addr_list to 'wilc_vif' struct
` [PATCH 11/24] staging: wilc1000: move hif specific static variables to 'wilc' structure
` [PATCH 12/24] staging: wilc1000: move static variable 'terminated_handle' to wilc_vif struct
` [PATCH 13/24] staging: wilc1000: move 'periodic_rssi' as part of 'wilc_vif' struct
` [PATCH 14/24] staging: wilc1000: rename 'dummy_statistics' variable to 'periodic_stat'
` [PATCH 15/24] staging: wilc1000: move 'rcv_assoc_resp' as part of hif_drv
` [PATCH 16/24] staging: wilc1000: refactor tcp_process() to avoid extra leading tabs
` [PATCH 17/24] staging: wilc1000: use lowercase for get_BSSID() and HIL variable
` [PATCH 18/24] staging: wilc1000: move tcp_ack_filter algo related variables to 'wilc_vif' struct
` [PATCH 19/24] staging: wilc1000: avoid line over 80 chars in wilc_wlan_txq_filter_dup_tcp_ack()
` [PATCH 20/24] staging: wilc1000: avoid line over 80 chars in tcp_process()
` [PATCH 21/24] staging: wilc1000: remove unused code to set and get IP address
` [PATCH 22/24] staging: wilc1000: move 'chip_ps_state' static variable as part of 'wilc' struct
` [PATCH 23/24] staging: wilc1000: move 'wilc_connecting' static variable to 'wilc_vif' struct
` [PATCH 24/24] staging: wilc1000: remove unnecessary static variable 'p2p_listen_state'

Cpu stall caused by hostapd running two interfaces
 2018-08-14  6:26 UTC  (6+ messages)

[PATCH v2 0/2] Change sk_pacing_shift in ieee80211_hw for best tx throughput
 2018-08-14  5:55 UTC  (14+ messages)
` [PATCH v2 2/2] ath10k: Set sk_pacing_shift to 6 for 11AC WiFi chips

Promiscuous (not monitor) Mode support for ath10k
 2018-08-14  0:08 UTC  (3+ messages)

[RFC 0/3] mac80211: handle push-pull path in ATF
 2018-08-13 23:13 UTC  (4+ messages)
` [RFC 1/3] mac80211: make airtime txq list per ac
` [RFC 2/3] mac80211: pause txq transmission on negative airtime deficit
` [RFC 3/3] mac80211: add ieee80211_reorder_txq

[PATCH] rfkill-gpio: include linux/mod_devicetable.h
 2018-08-13 22:35 UTC 

[PATCH] mac80211: Run TXQ teardown code before de-registering interfaces
 2018-08-13 18:41 UTC  (4+ messages)

[PATCH] ath10k: retrieve MAC address from firmware if provided
 2018-08-13 18:29 UTC  (4+ messages)

pull-request: wireless-drivers-next 2018-08-12
 2018-08-13 17:06 UTC  (2+ messages)

[PATCH] mt76: Enable NL80211_EXT_FEATURE_CQM_RSSI_LIST
 2018-08-13 14:25 UTC  (7+ messages)

[PATCH v2] wireless-regdb: update rules for Hungary (HU) on 2.4/5/60G, 5725-5875MHz
 2018-08-13 12:42 UTC  (3+ messages)

[PATCH 0/3] Add support for new channels on 60GHz band
 2018-08-13 12:33 UTC  (4+ messages)
` [PATCH 1/3] cfg80211: Add support for 60GHz band channels 5 and 6
` [PATCH 2/3] nl80211: Add support for EDMG channels
` [PATCH 3/3] wil6210: Add EDMG channel support

[PATCH] cfg80211: allow to build without CFG80211_REQUIRE_SIGNED_REGDB
 2018-08-13 12:17 UTC  (5+ messages)

use-after free bug in hacked 4.16 kernel, related to fq_flow_dequeue
 2018-08-13 12:07 UTC  (6+ messages)

[PATCH] staging: wilc1000: fix for undefined reference to `__this_module' error
 2018-08-13  5:38 UTC 

[PATCH v2] staging: wilc1000: fix undefined reference to `__this_module' compilation error
 2018-08-12  4:52 UTC  (4+ messages)

[RFCv2 0/2] nl80211/mac80211 Add support for per-rate rx statistics
 2018-08-12  2:44 UTC  (7+ messages)
` [RFCv2 1/2] nl80211: support per-rate/per-station statistics
` [RFCv2 2/2] mac80211: Add support for per-rate rx statistics

[PATCH] mt76x2u: Add support for Alfa AWUS036ACM
 2018-08-11 23:33 UTC 

mwl8k: Expand non-DFS 5G channels (linux master commit 4628257)
 2018-08-11  9:17 UTC  (2+ messages)

b43/leds: Ensure NUL-termination of LED name string
 2018-08-10 14:30 UTC  (8+ messages)

[PATCH 1/1] ath10k: avoid possible memory access violation
 2018-08-10 12:03 UTC  (2+ messages)

[PATCHv2] ath10k : Fix channel survey dump
 2018-08-09 22:26 UTC  (3+ messages)

ssb: Remove home-grown printk wrappers
 2018-08-09 15:50 UTC  (3+ messages)

ssb: Remove SSB_WARN_ON, SSB_BUG_ON and SSB_DEBUG
 2018-08-09 15:49 UTC  (2+ messages)

b43legacy/leds: Ensure NUL-termination of LED name string
 2018-08-09 15:45 UTC  (2+ messages)

[PATCH] ssb: driver_gige: use true and false for boolean values
 2018-08-09 15:16 UTC  (2+ messages)

[PATCH] rtlwifi: btcoex: Fix if == else warnings in halbtc8723b2ant.c
 2018-08-09 15:15 UTC  (2+ messages)

[PATCH] iwlegacy: fix spelling mistake "acumulative" -> "accumulative"
 2018-08-09 15:14 UTC  (2+ messages)

[PATCH] rsi: remove redundant variables bss, wh and temp_flash_content
 2018-08-09 15:14 UTC  (2+ messages)

[PATCH] fix build for MediaTek MT7610U USB wireless dongle
 2018-08-09 15:13 UTC  (3+ messages)
` [PATCH] mt76: "

[PATCH wireless-drivers] mt76x0: Remove VLA usage
 2018-08-09 15:09 UTC  (7+ messages)

[PATCH] mt76x0: perform mt76x0_mac_set_ampdu_factor
 2018-08-09 15:08 UTC  (2+ messages)

[PATCH] mt76x0: correct type for eeprom gain value
 2018-08-09 15:07 UTC  (2+ messages)

[PATCH v3] brcmfmac: fix brcmf_wiphy_wowl_params() NULL pointer dereference
 2018-08-09 15:07 UTC  (2+ messages)

[PATCH] staging: wilc1000: fix undefined reference to `__this_module' compilation error
 2018-08-09 13:18 UTC  (8+ 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).