[PATCH] net : To avoid execution of extra instructions in NET RX path when rps_map is not set but rps_needed is true.

2015-12-09 Thread Rahul Jain
From: Ashutosh Kaushik The patch fixes the issues with check of global flag "rps_needed" in RX Path (which process packets in TCP/IP stack like netif_rx and netif_receive_skb functions) These functions have flag CONFIG RPS which is enabled default in kernel and to enter in RPS mode, it depends

[PATCH] mac80211_hwsim: missing NULL check

2015-11-29 Thread Rahul Jain
From: Amit Khatri txrate variable might be NULL and passing inside function without NULL check. Signed-off-by: Amit Khatri Signed-off-by: Rahul Jain --- drivers/net/wireless/mac80211_hwsim.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/net/wireless/mac80211_hwsim.c b

[PATCH] mwifiex: corrected README as per the file debugfs.c

2015-07-27 Thread Rahul Jain
Subject: [PATCH] mwifiex: corrected README as per the file debugfs.c Signed-off-by: Rahul Jain Signed-off-by: Amit Khatri --- drivers/net/wireless/mwifiex/README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/net/wireless/mwifiex/README b/drivers/net/wireless

[PATCH v2] cfg80211-wext: deleting dead code

2015-07-14 Thread Rahul Jain
From e945737ef2e3a5b7198b9795d6375de85b2fac08 Mon Sep 17 00:00:00 2001 From: Rahul Jain Date: Tue, 14 Jul 2015 14:04:09 +0530 Subject: [PATCH] cfg80211-wext: deleting dead code In func cfg80211_wext_siwretry(), the value of changed is getting modified to non-zero value within if-else condition

[PATCH] Logically DeadCode

2015-07-02 Thread Rahul Jain
hello, From 0c34030166a150d6d9f1ab52e7bb40a5440a68c2 Mon Sep 17 00:00:00 2001 From: Rahul Jain Date: Fri, 3 Jul 2015 10:19:12 +0530 Subject: [PATCH] Logically DeadCode Signed-off-by: Rahul Jain Signed-off-by: Amit Khatri --- net/wireless/util.c| 3 --- net/wireless/wext-compat.c | 3