kernel-module-qualcomm: [cosmetic] rework patches to do not include numbering

Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
This commit is contained in:
Isaac Hermida 2016-06-27 13:21:52 +02:00
parent 9db7e6eb33
commit 7ecd73da73
12 changed files with 17 additions and 18 deletions

View File

@ -1,7 +1,6 @@
From: Yi Chen <yichen@qti.qualcomm.com> From: Yi Chen <yichen@qti.qualcomm.com>
Date: Fri, 28 Aug 2015 19:24:45 +0800 Date: Fri, 28 Aug 2015 19:24:45 +0800
Subject: [PATCH 01/12] qcacld: Fix compiling errors when BUILD_DEBUG_VERSION Subject: [PATCH] qcacld: Fix compiling errors when BUILD_DEBUG_VERSION := 0.
:= 0.
This is a compiling issue when BUILD_DEBUG_VERSION := 0 is set in Kbuild. This is a compiling issue when BUILD_DEBUG_VERSION := 0 is set in Kbuild.

View File

@ -1,7 +1,7 @@
From: Isaac Hermida <isaac.hermida@digi.com> From: Isaac Hermida <isaac.hermida@digi.com>
Date: Mon, 18 Apr 2016 08:48:14 +0200 Date: Mon, 18 Apr 2016 08:48:14 +0200
Subject: [PATCH 02/12] Update cfg80211_vendor_event_alloc call for newer Subject: [PATCH] Update cfg80211_vendor_event_alloc call for newer kernel
kernel versions versions
Current compilation fails with next error. Current compilation fails with next error.

View File

@ -1,6 +1,6 @@
From: Isaac Hermida <isaac.hermida@digi.com> From: Isaac Hermida <isaac.hermida@digi.com>
Date: Thu, 21 Apr 2016 10:30:51 +0200 Date: Thu, 21 Apr 2016 10:30:51 +0200
Subject: [PATCH 03/12] wlan_hdd_main: Update cfg80211_ap_stopped to Subject: [PATCH] wlan_hdd_main: Update cfg80211_ap_stopped to
nl80211_send_ap_stopped nl80211_send_ap_stopped
Use nl80211_send_ap_stopped instead of cfg80211_ap_stopped for newer Use nl80211_send_ap_stopped instead of cfg80211_ap_stopped for newer

View File

@ -1,6 +1,6 @@
From: Karthick S <skarthic@qti.qualcomm.com> From: Karthick S <skarthic@qti.qualcomm.com>
Date: Fri, 14 Aug 2015 14:52:23 +0530 Date: Fri, 14 Aug 2015 14:52:23 +0530
Subject: [PATCH 04/12] qcacld-2.0: remove unused code Subject: [PATCH] qcacld-2.0: remove unused code
Removed unused code from ReinitSDIO. Also removed mmcbusmode and it's Removed unused code from ReinitSDIO. Also removed mmcbusmode and it's
related references in the code. related references in the code.

View File

@ -1,6 +1,6 @@
From: Isaac Hermida <isaac.hermida@digi.com> From: Isaac Hermida <isaac.hermida@digi.com>
Date: Thu, 21 Apr 2016 13:19:10 +0200 Date: Thu, 21 Apr 2016 13:19:10 +0200
Subject: [PATCH 05/12] Including header file for "regulatory_hint_user" Subject: [PATCH] Including header file for "regulatory_hint_user"
The function "regulatory_hint_user" has been moved from The function "regulatory_hint_user" has been moved from
include/net/cfg80211.h to net/wireless/reg.h. include/net/cfg80211.h to net/wireless/reg.h.

View File

@ -1,6 +1,6 @@
From: Isaac Hermida <isaac.hermida@digi.com> From: Isaac Hermida <isaac.hermida@digi.com>
Date: Thu, 21 Apr 2016 13:52:18 +0200 Date: Thu, 21 Apr 2016 13:52:18 +0200
Subject: [PATCH 06/12] Updating calls to "alloc_netdev_mq" Subject: [PATCH] Updating calls to "alloc_netdev_mq"
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com> Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
--- ---

View File

@ -1,7 +1,7 @@
From: Isaac Hermida <isaac.hermida@digi.com> From: Isaac Hermida <isaac.hermida@digi.com>
Date: Thu, 21 Apr 2016 13:56:15 +0200 Date: Thu, 21 Apr 2016 13:56:15 +0200
Subject: [PATCH 07/12] wlan_hdd_cfg80211: update "cfg80211_inform_bss" params Subject: [PATCH] wlan_hdd_cfg80211: update "cfg80211_inform_bss" params for
for kernel version kernel version
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com> Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
--- ---

View File

@ -1,7 +1,7 @@
From: Isaac Hermida <isaac.hermida@digi.com> From: Isaac Hermida <isaac.hermida@digi.com>
Date: Thu, 21 Apr 2016 13:57:03 +0200 Date: Thu, 21 Apr 2016 13:57:03 +0200
Subject: [PATCH 08/12] wlan_hdd_p2p: Update call to "cfg80211_rx_mgmt" for Subject: [PATCH] wlan_hdd_p2p: Update call to "cfg80211_rx_mgmt" for different
different kernel versions kernel versions
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com> Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
--- ---

View File

@ -1,7 +1,7 @@
From: Isaac Hermida <isaac.hermida@digi.com> From: Isaac Hermida <isaac.hermida@digi.com>
Date: Thu, 21 Apr 2016 13:58:29 +0200 Date: Thu, 21 Apr 2016 13:58:29 +0200
Subject: [PATCH 09/12] =?UTF-8?q?linux=5Fac:=20Fix=20for=20=E2=80=98f=5Fde?= Subject: [PATCH] =?UTF-8?q?linux=5Fac:=20Fix=20for=20=E2=80=98f=5Fdentry?=
=?UTF-8?q?ntry=E2=80=99?= =?UTF-8?q?=E2=80=99?=
MIME-Version: 1.0 MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8 Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit Content-Transfer-Encoding: 8bit

View File

@ -1,7 +1,7 @@
From: Isaac Hermida <isaac.hermida@digi.com> From: Isaac Hermida <isaac.hermida@digi.com>
Date: Thu, 21 Apr 2016 14:00:59 +0200 Date: Thu, 21 Apr 2016 14:00:59 +0200
Subject: [PATCH 10/12] native_sdio/src/hif: Do not call to HIGH SPEED Subject: [PATCH] native_sdio/src/hif: Do not call to HIGH SPEED functions for
functions for newer kernels newer kernels
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com> Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
--- ---

View File

@ -1,6 +1,6 @@
From: Isaac Hermida <isaac.hermida@digi.com> From: Isaac Hermida <isaac.hermida@digi.com>
Date: Thu, 21 Apr 2016 14:32:57 +0200 Date: Thu, 21 Apr 2016 14:32:57 +0200
Subject: [PATCH 11/12] osdep_adf.h: fix for undefined ath_sysctl_pktlog_size Subject: [PATCH] osdep_adf.h: fix for undefined ath_sysctl_pktlog_size
Signed-off-by: Isaac Hermida <isaac.hermida@digi.com> Signed-off-by: Isaac Hermida <isaac.hermida@digi.com>
--- ---

View File

@ -1,6 +1,6 @@
From: Isaac Hermida <isaac.hermida@digi.com> From: Isaac Hermida <isaac.hermida@digi.com>
Date: Thu, 19 May 2016 12:28:39 +0200 Date: Thu, 19 May 2016 12:28:39 +0200
Subject: [PATCH 12/12] Kbuild: Add compilation flag based on kernel support Subject: [PATCH] Kbuild: Add compilation flag based on kernel support
The option WLAN_NL80211_TESTMODE was inconditionally added to the compilation The option WLAN_NL80211_TESTMODE was inconditionally added to the compilation
but it does required the specific kernel support. but it does required the specific kernel support.