messages from 2018-05-09 10:07:12 to 2018-05-11 21:52:54 UTC [more...]
[PATCH 3/6] firmware: differentiate between signed regulatory.db and other firmware
2018-05-11 21:52 UTC (11+ messages)
[PATCH 1/3] ath10k: Add ath10k-ct firmware feature flags and descriptions
2018-05-11 21:42 UTC (3+ messages)
` [PATCH 2/3] ath10k: Don't try un-supported idle_ps_config command
` [PATCH 3/3] ath10k: Support survey dump for ath10k-ct 10.1 firmware
[PATCH 11/12] ath10k: Add wlan mode on/off qmi message
2018-05-11 19:16 UTC (2+ messages)
[PATCH 10/12] ath10k: add bdf/cal indication support
2018-05-11 19:08 UTC (2+ messages)
[PATCH 09/12] ath10k: Add QMI HOST CAP request support
2018-05-11 18:55 UTC (2+ messages)
[PATCH 08/12] ath10k: Add QMI CAP request support
2018-05-11 18:52 UTC (2+ messages)
[PATCH 07/12] ath10k: Add MSA handshake QMI mgs support
2018-05-11 18:43 UTC (2+ messages)
[PATCH 05/12] ath10k: Add support of QMI indication message
2018-05-11 17:58 UTC (2+ messages)
[PATCH 04/12] ath10k: add support to start and stop qmi service
2018-05-11 17:43 UTC (2+ messages)
[PATCH 03/12] ath10k: Add ath10k QMI client driver
2018-05-11 17:25 UTC (2+ messages)
[PATCH 02/12] dt: bindings: add bindings for ath10k qmi client
2018-05-11 17:11 UTC (2+ messages)
[PATCH 01/12] ath10k: Add qmi service for wlan qmi client
2018-05-11 17:05 UTC (2+ messages)
[PATCH] cfg80211: Fix support for flushing old scan results
2018-05-11 16:48 UTC
(no subject)
2018-05-11 14:57 UTC (4+ messages)
` [PATCH 1/3] rsi: Add null check for virtual interfaces in wowlan config
` [PATCH 2/3] rsi: reset hibernate_resume flag to work hibernate resume in coex mode
` [PATCH 3/3] rsi: Set wowlan flag while writing wowlan config parameters
[PATCH] cfg80211: fix spelling mistake: "uknown" -> "unknown"
2018-05-11 13:25 UTC
[PATCH V2 1/2] Revert "ssb: Prevent build of PCI host features in module"
2018-05-11 12:08 UTC (6+ messages)
` [PATCH V2 2/2] ssb: make SSB_PCICORE_HOSTMODE depend on SSB = y
[PATCH 4.17 1/2] Revert "ssb: Prevent build of PCI host features in module"
2018-05-11 10:18 UTC (9+ messages)
` [PATCH 4.17 2/2] ssb: make SSB_PCICORE_HOSTMODE depend on SSB = y
[PATCH] ssb: Fix regression caused by disabling PCI cores on non-MIPS architecture
2018-05-11 10:18 UTC (6+ messages)
` "
[PATCH] brcmfmac: add debugfs entry for reading firmware capabilities
2018-05-11 10:15 UTC
[PATCH v2] drivers/net/wireless/broadcom/b43: fix transmit failure when VT is switched
2018-05-11 10:15 UTC (3+ messages)
[PATCH v2 00/30] staging: wilc1000: checkpatch fixes and code cleanup
2018-05-11 8:13 UTC (31+ messages)
` [PATCH v2 01/30] staging: wilc1000: added complete() call for error scenario in handle_key()
` [PATCH v2 02/30] staging: wilc1000: remove 'ret' variable "
` [PATCH v2 03/30] staging: wilc1000: fix line over 80 chars "
` [PATCH v2 04/30] staging: wilc1000: fix line over 80 characters issue in handle_connect()
` [PATCH v2 05/30] staging: wilc1000: fix line over 80 chars issue in host_int_handle_disconnect()
` [PATCH v2 06/30] staging: wilc1000: fix line over 80 characters in host_int_parse_join_bss_param()
` [PATCH v2 07/30] staging: wilc1000: fix line over 80 chars in host_int_parse_assoc_resp_info()
` [PATCH v2 08/30] staging: wilc1000: replace kmalloc with kmemdup() in handle_connect_timeout()
` [PATCH v2 09/30] staging: wilc1000: fix line over 80 chars in linux_mon
` [PATCH v2 10/30] staging: wilc1000: use sizeof(*wdev) to allocate memory in wilc_wfi_cfg_alloc()
` [PATCH v2 11/30] staging: wilc1000: use kmalloc(sizeof(*mgmt_tx)...) in mgmt_tx()
` [PATCH v2 12/30] staging: wilc1000: rename clear_duringIP() to avoid camelCase issue
` [PATCH v2 13/30] staging: wilc1000: fix line over 80 chars in add_network_to_shadow()
` [PATCH v2 14/30] staging: wilc1000: use kmemdup instead of kmalloc "
` [PATCH v2 15/30] staging: wilc1000: fix line over 80 charas in wilc_wfi_remain_on_channel_expired()
` [PATCH v2 16/30] staging: wilc1000: fix line over 80 chars in wilc_wfi_cfg_tx_vendor_spec()
` [PATCH v2 17/30] staging: wilc1000: fix line over 80 chars in get_station()
` [PATCH v2 18/30] staging: wilc1000: fix line over 80 chars in wilc_create_wiphy() declaration
` [PATCH v2 19/30] staging: wilc1000: fix line over 80 characters in add_key()
` [PATCH v2 20/30] staging: wilc1000: fix line over 80 chars in scan()
` [PATCH v2 21/30] staging: wilc1000: fix line over 80 chars issue in connect()
` [PATCH v2 22/30] staging: wilc1000: rename u8security to avoid datatype in variable name
` [PATCH v2 23/30] staging: wilc1000: refactor del_station() to avoid parenthesis misalignment
` [PATCH v2 24/30] staging: wilc1000: fix line over 80 chars in wilc_sdio struct
` [PATCH v2 25/30] staging: wilc1000: added #define for setting radiotap header
` [PATCH v2 26/30] staging: wilc1000: remove 'flag' argument from wilc_mac_indicate()
` [PATCH v2 27/30] staging: wilc1000: added comments for mutex and spinlock_t
` [PATCH v2 28/30] staging: wilc1000: remove unused 'lock' varible in 'wilc_priv' structure
` [PATCH v2 29/30] staging: wilc1000: remove s8idxarray to avoid datatype in variable name
` [PATCH v2 30/30] staging: wilc1000: refactor host_int_parse_assoc_resp_info() to remove unused code
pull-request: mac80211-next 2018-05-09
2018-05-10 21:35 UTC (3+ messages)
pull-request: mac80211 2018-05-09
2018-05-10 21:35 UTC (2+ messages)
[PATCH v7 00/14] firmware_loader changes for v4.18
2018-05-10 20:08 UTC (15+ messages)
` [PATCH v7 01/14] firmware: wrap FW_OPT_* into an enum
` [PATCH v7 02/14] firmware: use () to terminate kernel-doc function names
` [PATCH v7 03/14] firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()
` [PATCH v7 04/14] firmware_loader: document firmware_sysfs_fallback()
` [PATCH v7 05/14] firmware_loader: enhance Kconfig documentation over FW_LOADER
` [PATCH v7 06/14] firmware_loader: replace ---help--- with help
` [PATCH v7 07/14] firmware_loader: move kconfig FW_LOADER entries to its own file
` [PATCH v7 08/14] firmware_loader: make firmware_fallback_sysfs() print more useful
` [PATCH v7 09/14] firmware: add firmware_request_nowarn() - load firmware without warnings
` [PATCH v7 10/14] ath10k: use firmware_request_nowarn() to load firmware
` [PATCH v7 11/14] ath10k: re-enable the firmware fallback mechanism for testmode
` [PATCH v7 12/14] Documentation: fix few typos and clarifications for the firmware loader
` [PATCH v7 13/14] Documentation: remove stale firmware API reference
` [PATCH v7 14/14] Documentation: clarify firmware_class provenance and why we can't rename the module
[PATCH] mt76x2: add a polling delay in mt76x2_mac_stop routine
2018-05-10 16:28 UTC (2+ messages)
[PATCH] rsi: fix spelling mistake: "thead" -> "thread"
2018-05-10 14:32 UTC
[PATCH v5] wireless-drivers: Dynamically allocate struct station_info
2018-05-10 14:18 UTC (3+ messages)
[PATCH] brcmfmac: set WIPHY_FLAG_HAVE_AP_SME flag
2018-05-10 13:21 UTC
[RESEND PATCH] cfg80211: dynamically allocate per-tid stats for station info
2018-05-10 13:02 UTC (2+ messages)
Regression caused by commit 882164a4a928
2018-05-10 11:09 UTC (8+ messages)
[PATCH v4] wireless-drivers: Dynamically allocate struct station_info
2018-05-10 10:24 UTC (4+ messages)
[PATCH v2 1/3] wireless-drivers: Dynamically allocate struct station_info
2018-05-10 9:11 UTC (5+ messages)
` [PATCH v2 3/3] net: "
` [PATCH v2 2/3] staging: "
[PATCH 00/30] staging: wilc1000: checkpatch fixes and code cleanup
2018-05-10 7:47 UTC (36+ messages)
` [PATCH 03/30] staging: wilc1000: fix line over 80 chars in handle_key()
` [PATCH 05/30] staging: wilc1000: fix line over 80 chars in host_int_parse_assoc_resp_info()
` [PATCH 06/30] staging: wilc1000: fix line over 80 chars issue in host_int_handle_disconnect()
` [PATCH 07/30] staging: wilc1000: fix line over 80 characters in host_int_parse_join_bss_param()
` [PATCH 08/30] staging: wilc1000: fix line over 80 chars in host_int_parse_assoc_resp_info()
` [PATCH 13/30] staging: wilc1000: rename clear_duringIP() to avoid camelCase issue
` [PATCH 14/30] staging: wilc1000: fix line over 80 chars in add_network_to_shadow()
` [PATCH 15/30] staging: wilc1000: use kmemdup instead of kmalloc "
` [PATCH 17/30] staging: wilc1000: fix line over 80 chars in wilc_wfi_cfg_tx_vendor_spec()
` [PATCH 28/30] staging: wilc1000: added comments for mutex and spinlock_t
` [PATCH 30/30] staging: wilc1000: rename s8idxarray to avoid datatype in variable name
[PATCH v3 1/3] wireless-drivers: Dynamically allocate struct station_info
2018-05-10 7:20 UTC (3+ messages)
` [PATCH v3 2/3] staging: "
` [PATCH v3 3/3] net: "
[PATCH v2] ath10k: support for multicast rate control
2018-05-10 2:46 UTC (5+ messages)
[PATCH 1/3] wireless-drivers: Dynamically allocate struct station_info
2018-05-10 0:06 UTC (8+ messages)
` [PATCH 2/3] staging: "
` [PATCH 3/3] net: "
[PATCH v6 00/13] firmware_loader changes for v4.18
2018-05-09 23:01 UTC (10+ messages)
` [PATCH v6 05/13] firmware_loader: enhance Kconfig documentation over FW_LOADER
` [PATCH v6 12/13] Documentation: remove stale firmware API reference
` [PATCH v6 13/13] Documentation: clarify firmware_class provenance and why we can't rename the module
[wl-testing/master] build regression in brcmfmac
2018-05-09 21:37 UTC (6+ messages)
RTL8723BE performance regression
2018-05-09 20:33 UTC (10+ messages)
[PATCH] iw: support reloading the regulatory database
2018-05-09 15:36 UTC
[ANN] wireless-regdb: master-2018-05-09
2018-05-09 14:20 UTC
[PATCH 00/18] Fix some build warnings/errors with Sphinx
2018-05-09 12:04 UTC (6+ messages)
` [PATCH 09/18] net: mac80211.h: fix a bad comment line
[mac80211-next:master 12/14] drivers/net//wireless/ath/wil6210/debugfs.c:1245:1: warning: the frame size of 1600 bytes is larger than 1024 bytes
2018-05-09 11:47 UTC (14+ messages)
[PATCH 0/2] ath/ath10k: DFS Host Confirmation
2018-05-09 10:45 UTC (4+ messages)
` [PATCH 2/2] ath10k: "
[PATCH] mwifiex: increase TX threashold to avoid TX timeout during ED MAC test
2018-05-09 10:26 UTC (2+ messages)
` "
[PATCH] mwifiex: delete unneeded include
2018-05-09 10:25 UTC (2+ messages)
` "
[PATCH] brcmfmac: Add support for bcm43364 wireless chipset
2018-05-09 10:25 UTC (2+ messages)
` "
[PATCH] rtlwifi: remove duplicate definition of antenna number for btcoex
2018-05-09 10:24 UTC (2+ messages)
` "
[PATCH v3 0/8] wil6210 patches
2018-05-09 10:06 UTC (7+ messages)
` [PATCH v3 1/8] wil6210: disable tracing config option
` [PATCH v3 2/8] wil6210: align to latest auto generated wmi.h
` [PATCH v3 3/8] wil6210: fix call to wil6210_disconnect during unload
` [PATCH v3 4/8] wil6210: change reply_size arg to u16 in wmi_call
` [PATCH v3 6/8] wil6210: Initialize reply struct of the WMI commands
` [PATCH v3 7/8] wil6210: remove unused rx_reorder members
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).