[linux-yocto] [PATCH] iwlwifi: mvm: don't allow sched scans without matches to be started

2016-03-06 Thread Wu Zheng
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 <luciano.coe...@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumb...@intel.com> Signed-off-by: Wu Zheng <wu.

[linux-yocto] [PATCH] iwlwifi: mvm: don't allow sched scans without matches to be started

2016-02-24 Thread Wu Zheng
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 <luciano.coe...@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumb...@intel.com> Signed-off-by: Wu Zheng <wu.

[linux-yocto] [PATCH] iwlwifi: mvm: don't allow sched scans without matches to be started

2016-02-18 Thread Wu Zheng
matchsets. This fixes https://bugzilla.kernel.org/show_bug.cgi?id=110831 upstream status: in the process of merging Signed-off-by: Luca Coelho <luciano.coe...@intel.com> Signed-off-by: Emmanuel Grumbach <emmanuel.grumb...@intel.com> Signed-off-by: Wu Zheng <wu.zh...@intel.com> --- dr

[linux-yocto] [PATCH] Bluetooth:Fix the connection fail of 6lowpan over BT LE

2015-11-19 Thread Wu Zheng
is created. (The patch's reference from b0c09f94ff1660a1873549b788c998284ea5fb8a) Signed-off-by: Wu Zheng <wu.zh...@intel.com> --- net/bluetooth/6lowpan.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/bluetooth/6lowpan.c b/net/bluetooth/6lowpan.c index 1742b84..8786070 100644 ---

[linux-yocto] [PATCH] Bluetooth:Fix the connection fail of 6lowpan over BT LE

2015-11-19 Thread Wu Zheng
is created. (The patch's reference from b0c09f94ff1660a1873549b788c998284ea5fb8a) Signed-off-by: Wu Zheng <wu.zh...@intel.com> --- net/bluetooth/6lowpan.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/net/bluetooth/6lowpan.c b/net/bluetooth/6lowpan.c index 1742b84..8786070 100644 ---

[linux-yocto] [PATCH] Bluetooth: Delay check for conn->smp in smp_conn_security()

2015-09-15 Thread Wu Zheng
From: Johan Hedberg There are several actions that smp_conn_security() might make that do not require a valid SMP context (conn->smp pointer). One of these actions is to encrypt the link with an existing LTK. If the SMP context wasn't initialized properly we should still

[linux-yocto] [PATCH] Bluetooth: Delay check for conn->smp in smp_conn_security()

2015-09-11 Thread wu . zheng
From: Wu Zheng <wu.zh...@intel.com> There are several actions that smp_conn_security() might make that do not require a valid SMP context (conn->smp pointer). One of these actions is to encrypt the link with an existing LTK. If the SMP context wasn't initialized properly we should st

[linux-yocto] [PATCH] Bluetooth: Delay check for conn->smp in smp_conn_security()

2015-09-11 Thread Wu Zheng
There are several actions that smp_conn_security() might make that do not require a valid SMP context (conn->smp pointer). One of these actions is to encrypt the link with an existing LTK. If the SMP context wasn't initialized properly we should still allow the independent actions to be done, i.e.