linux-wireless.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2018-05-08 12:11:41 to 2018-05-11 05:00:40 UTC [more...]

[PATCH 3/6] firmware: differentiate between signed regulatory.db and other firmware
 2018-05-11  5:00 UTC  (10+ messages)

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 4.17 1/2] Revert "ssb: Prevent build of PCI host features in module"
 2018-05-10 16:07 UTC  (8+ messages)
` [PATCH 4.17 2/2] ssb: make SSB_PCICORE_HOSTMODE depend on SSB = y

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

[PATCH v2] drivers/net/wireless/broadcom/b43: fix transmit failure when VT is switched
 2018-05-10 11:15 UTC  (2+ messages)

Regression caused by commit 882164a4a928
 2018-05-10 11:09 UTC  (12+ messages)

[PATCH] ssb: Fix regression caused by disabling PCI cores on non-MIPS architecture
 2018-05-10 10:44 UTC  (5+ 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 2/3] staging: "
` [PATCH v2 3/3] net: "

[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 3/3] net: "
` [PATCH 2/3] staging: "

[PATCH v6 00/13] firmware_loader changes for v4.18
 2018-05-09 23:01 UTC  (22+ messages)
` [PATCH v6 01/13] firmware: wrap FW_OPT_* into an enum
` [PATCH v6 02/13] firmware: use () to terminate kernel-doc function names
` [PATCH v6 03/13] firmware: rename fw_sysfs_fallback to firmware_fallback_sysfs()
` [PATCH v6 04/13] firmware_loader: document firmware_sysfs_fallback()
` [PATCH v6 05/13] firmware_loader: enhance Kconfig documentation over FW_LOADER
` [PATCH v6 06/13] firmware_loader: move kconfig FW_LOADER entries to its own file
` [PATCH v6 07/13] firmware_loader: make firmware_fallback_sysfs() print more useful
` [PATCH v6 08/13] firmware: add firmware_request_nowarn() - load firmware without warnings
` [PATCH v6 09/13] ath10k: use firmware_request_nowarn() to load firmware
` [PATCH v6 10/13] ath10k: re-enable the firmware fallback mechanism for testmode
` [PATCH v6 11/13] Documentation: fix few typos and clarifications for the firmware 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  (8+ 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  (5+ 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  (9+ 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 5/8] wil6210: move WMI functionality out of wil_cfg80211_mgmt_tx
` [PATCH v3 6/8] wil6210: Initialize reply struct of the WMI commands
` [PATCH v3 7/8] wil6210: remove unused rx_reorder members
` [PATCH v3 8/8] wil6210: rate limit wil_rx_refill error

[PATCH] ath10k: Replace bit shifts with the BIT() macro for rx desc bits
 2018-05-09  9:35 UTC  (3+ messages)

[PATCH v2] ath10k: Replace bit shifts with the BIT() macro for rx desc bits
 2018-05-09  9:33 UTC 

[PATCH] ath10k: hw: make consistent usage of ATH10K_FW_DIR in paths
 2018-05-09  7:56 UTC 

[PATCH v3 00/12] *** Add support for wifi QMI client driver ***
 2018-05-09  4:02 UTC  (3+ messages)

[PATCH 06/12] firmware: qcom: scm: Add WLAN VMID for Qualcomm SCM interface
 2018-05-09  3:50 UTC  (3+ messages)

[PATCH] nl80211: Reject disconnect commands except from conn_owner
 2018-05-08 20:03 UTC  (8+ messages)

[PATCH v2 1/2] wireless-regdb: Add wmm rule for EEA and EFTA countries
 2018-05-08 19:49 UTC  (2+ messages)

[PATCH] iw: Add duration parameter to scan command
 2018-05-08 17:20 UTC 

[mac80211-next:master 12/14] htmldocs: include/net/cfg80211.h:3997: warning: Function parameter or member 'txq_limit' not described in 'wiphy'
 2018-05-08 17:19 UTC 

[PATCH 4.17] bcma: fix buffer size caused crash in bcma_core_mips_print_irq()
 2018-05-08 16:47 UTC  (2+ messages)

[PATCH v5 0/6] firmware_loader: cleanups for v4.18
 2018-05-08 15:24 UTC  (2+ messages)

[PATCH v2 06/10] wil6210: use country specific board file upon reg domain change
 2018-05-08 15:24 UTC  (2+ messages)
` [v2, "

[PATCH 02/10] wil6210: set/get EDMG channel through debugfs
 2018-05-08 15:17 UTC  (6+ messages)
` [02/10] "

[PATCHv2 3/3] ath10k: average ack rssi support for data frames
 2018-05-08 15:10 UTC  (2+ messages)
` [PATCHv2,3/3] "

[PATCH] net: wireless: ath: ath9k: Fix a possible data race in ath_chanctx_set_next
 2018-05-08 15:08 UTC  (3+ messages)

[PATCH v2] ath10k: remove variables which set but not used
 2018-05-08 14:53 UTC  (2+ messages)

[PATCH] mac80211: ethtool: avoid 32 bit multiplication overflow
 2018-05-08 13:01 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).