From 6ed16ff8650ec43750368566313f49a4b2c60cd8 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 29 Feb 2016 17:10:27 -0500 Subject: linux-yocto/4.1: iwlwifi: mvm: don't allow sched scans without matches to be started Integrating the following commit: iwlwifi: mvm: don't allow sched scans without matches to be started commit 5e56276e7555b34550d51459a801ff75eca8b907 upstream. The firmware can perform a scheduled scan with not matchsets passed, but it can't send notification that results were found. Since the userspace then cannot know when we got new results and the firmware wouldn't trigger a wake in case we are sleeping, it's better not to allow scans without matchsets. This fixes https://bugzilla.kernel.org/show_bug.cgi?id=110831 Signed-off-by: Luca Coelho Signed-off-by: Emmanuel Grumbach Signed-off-by: Wu Zheng (From OE-Core rev: ecbf5fddb9a6c1b37b1742328d99960301229a25) Signed-off-by: Bruce Ashfield Signed-off-by: Richard Purdie --- meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb') diff --git a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb index 33fbb45272..4a6928a7d1 100644 --- a/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb +++ b/meta/recipes-kernel/linux/linux-yocto-rt_4.1.bb @@ -2,7 +2,7 @@ KBRANCH ?= "standard/preempt-rt/base" require recipes-kernel/linux/linux-yocto.inc -SRCREV_machine ?= "73c76150065091f6cc1751a3c8ec2d8a8cf8b6af" +SRCREV_machine ?= "2a4c22b03d434f7695e607b6ad30f77671985a6d" SRCREV_meta ?= "56dcb623ebf5e83d65fdb4eb270f23676bb000a5" SRC_URI = "git://git.yoctoproject.org/linux-yocto-4.1.git;branch=${KBRANCH};name=machine \ -- cgit v1.2.3-54-g00ecf