Re: [PATCH v2 21/27] realtek: create separate Kconfig file

2015-11-18 Thread Larry Finger
On 11/18/2015 08:46 AM, Kalle Valo wrote: Add new a Kconfig file and a vendor config for realtek. Also update MAINTAINERS which we missed to do when earlier moving rtlwifi. Signed-off-by: Kalle Valo --- Acked-by: Larry Finger Thanks, Larry

Re: [PATCH v2 06/27] brcm80211: move under broadcom vendor directory

2015-11-18 Thread Hauke Mehrtens
On 11/18/2015 03:45 PM, Kalle Valo wrote: > Part of reorganising wireless drivers directory and Kconfig. Note that I had > to > edit Makefiles from subdirectories to use the new location. > > Signed-off-by: Kalle Valo > --- I would prefer to remove the brcm80211 directory

Re: [PATCH] drivers:staging:wilc1000 Fix comparison to NULL messages

2015-11-18 Thread Bogicevic Sasa
On 11/18, Sudip Mukherjee wrote: On Tue, Nov 17, 2015 at 09:01:28PM +0100, Bogicevic Sasa wrote: This fixes all "Comparison to NULL could be written like..." messages from checkpatch.pl Signed-off-by: Bogicevic Sasa --- drivers/staging/wilc1000/coreconfigurator.c | 10

[PATCH v2 20/27] prism54: move under intersil vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS|2 +- drivers/net/wireless/Kconfig | 20 drivers/net/wireless/Makefile

[PATCH v2 04/27] b43: move under broadcom vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS|2 +- drivers/net/wireless/Kconfig |2 +- drivers/net/wireless/Makefile |2

[PATCH v2 27/27] mac80211_hwsim: move Kconfig entry for sorting alphabetically

2015-11-18 Thread Kalle Valo
mac80211_hwsim was not placed alphabetically correctly in menuconfig, fix that. Signed-off-by: Kalle Valo --- drivers/net/wireless/Kconfig | 26 +- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/drivers/net/wireless/Kconfig

wireless-drivers-next.git closed until next week

2015-11-18 Thread Kalle Valo
Hi, as I'm currently doing reorganisation in drivers/net/wireless I'm keeping wireless-drivers-next.git closed until that's done. I expect to start taking new patches sometime next week. wireless-drivers.git is normally open for important bugfixes. -- Kalle Valo -- To unsubscribe from this

[PATCH 1/1] rtlwifi: btcoexist: re-use %*ph specifier to hexdump

2015-11-18 Thread Andy Shevchenko
Instead of printing each byte from the given buffer the code is converted to use %*ph specifier. Signed-off-by: Andy Shevchenko --- .../realtek/rtlwifi/btcoexist/halbtc8192e2ant.c| 23 ++ .../realtek/rtlwifi/btcoexist/halbtc8723b1ant.c

[PATCH v2 22/27] rsi: add vendor Kconfig entry

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- drivers/net/wireless/Kconfig |2 +- drivers/net/wireless/Makefile|3 +-- drivers/net/wireless/rsi/Kconfig | 15 +++ 3 files changed, 17 insertions(+), 3

[PATCH v2 24/27] mediatek: unify Kconfig with other vendors

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- drivers/net/wireless/Kconfig |2 +- drivers/net/wireless/Makefile |3 +-- drivers/net/wireless/mediatek/Kconfig | 16 ++-- 3 files changed, 12

[PATCH v2 23/27] rt2x00: move under ralink vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS|2 +- drivers/net/wireless/Kconfig |2 +- drivers/net/wireless/Makefile |3

[PATCH v2 19/27] orinoco: move under intersil vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS|2 +- drivers/net/wireless/Kconfig |1 - drivers/net/wireless/Makefile |2

[PATCH 1/1] wireless: airo: re-use mac_pton()

2015-11-18 Thread Andy Shevchenko
mac_pton() converts 6-byte MAC / BSSID to binary format. Change an open coded variant by the generic one. Signed-off-by: Andy Shevchenko --- drivers/net/wireless/airo.c | 18 +++--- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git

[PATCH v2 18/27] p54: move under intersil vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS|2 +- drivers/net/wireless/Kconfig |1 - drivers/net/wireless/Makefile |2

[PATCH v2 21/27] realtek: create separate Kconfig file

2015-11-18 Thread Kalle Valo
Add new a Kconfig file and a vendor config for realtek. Also update MAINTAINERS which we missed to do when earlier moving rtlwifi. Signed-off-by: Kalle Valo --- MAINTAINERS |8 drivers/net/wireless/Kconfig |5 +

[PATCH v2 05/27] b43legacy: move under broadcom vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS|2 +- drivers/net/wireless/Kconfig |1 - drivers/net/wireless/Makefile |1 -

[PATCH v2 13/27] mwifiex: move under marvell vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS|2 +- drivers/net/wireless/Kconfig |1 - drivers/net/wireless/Makefile |2

[PATCH v2 17/27] hostap: move under intersil vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS|2 +- drivers/net/wireless/Kconfig |2 +- drivers/net/wireless/Makefile |2

[PATCH v2 26/27] ath: unify Kconfig with other vendors

2015-11-18 Thread Kalle Valo
Change menuconfig to config to keep the Kconfig entries unified. Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- drivers/net/wireless/Kconfig |3 +-- drivers/net/wireless/Makefile|3 +--

[PATCH v2 07/27] cw1200: move under st vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS|2 +- drivers/net/wireless/Kconfig |2 +- drivers/net/wireless/Makefile |2

[PATCH v2 06/27] brcm80211: move under broadcom vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Note that I had to edit Makefiles from subdirectories to use the new location. Signed-off-by: Kalle Valo --- MAINTAINERS|2 +- drivers/net/wireless/Kconfig

[PATCH v2 08/27] ipw2x00: move under intel vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS|2 +- drivers/net/wireless/Kconfig |2 +- drivers/net/wireless/Makefile |4

[PATCH v2 11/27] libertas: move under marvell vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS|2 +- drivers/net/wireless/Kconfig |2 +- drivers/net/wireless/Makefile |2

[PATCH v2 14/27] mwl8k: move under marvell vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS|2 +- drivers/net/wireless/Kconfig |9 - drivers/net/wireless/Makefile |2 --

[PATCH v2 10/27] iwlwifi: move under intel vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS|2 +- drivers/net/wireless/Kconfig |1 - drivers/net/wireless/Makefile |1 -

[PATCH v2 12/27] libertas_tf: move under marvell vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- drivers/net/wireless/Kconfig | 19 --- drivers/net/wireless/Makefile |2 -- drivers/net/wireless/marvell/Kconfig

[PATCH v2 15/27] zd1201: move under zydas vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS |2 +- drivers/net/wireless/Kconfig | 20 + drivers/net/wireless/Makefile |3 +--

[PATCH v2 09/27] iwlegacy: move under intel directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS|2 +- drivers/net/wireless/Kconfig |1 - drivers/net/wireless/Makefile |1 -

[PATCH v2 02/27] airo: move under cisco vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- drivers/net/wireless/Kconfig | 43 + drivers/net/wireless/Makefile |4 +- drivers/net/wireless/cisco/Kconfig | 56

[PATCH v2 00/27] wireless drivers vendor directories

2015-11-18 Thread Kalle Valo
Hi, I started to reorganise drivers/net/wireless directory and follow what drivers/net/ethernet has. The major change is that new vendor directories are created and most of the drivers are now under those vendor directories: admtek/ ath/ atmel/ broadcom/ cisco/ intel/ intersil/ marvell/

[PATCH v2 01/27] adm80211: move under admtek vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS |2 +- drivers/net/wireless/Kconfig| 29 ++- drivers/net/wireless/Makefile |4 +--

[PATCH v2 03/27] atmel: move under atmel vendor directory

2015-11-18 Thread Kalle Valo
Part of reorganising wireless drivers directory and Kconfig. Signed-off-by: Kalle Valo --- MAINTAINERS |2 +- drivers/net/wireless/Kconfig| 44 + drivers/net/wireless/Makefile |

[PATCH 1/4] staging: wilc1000: remove define COMPLEMENT_BOOT

2015-11-18 Thread Glen Lee
This patch removes define COMPLEMENT_BOOT in Makefile. The feature was removed by the following commit but the define was not removed. So remove completely. b46d68825c2d3af70ad18b53dfed6516e393b7fa Signed-off-by: Glen Lee --- drivers/staging/wilc1000/Makefile | 2 -- 1 file

[PATCH 2/4] staging: wilc1000: remove wilc memory allocation config

2015-11-18 Thread Glen Lee
This patch remove memory allocation options in Kconfig. It was used a long time ago to aquire memory, which we will not use this config anymore. Remove it's config, related define and codes as well. We will take PREALLOCATE_AT_LOADING_DRIVER as it is default. Signed-off-by: Glen Lee

[PATCH 4/4] staging: wilc1000: use kernel define byte order macros

2015-11-18 Thread Glen Lee
This patch removes define BIG_ENDIAN and use kernel define byte order macros instead of swap itself. Remove unused BYTE_SWAP macro and __CHECK_ENDIAN__ in Makefile also. Signed-off-by: Glen Lee --- drivers/staging/wilc1000/Makefile| 2 +-

[PATCH 3/4] staging: wilc1000: rename index to tcp_pending_ack_idx

2015-11-18 Thread Glen Lee
This patch renames "index" of struct txq_entry_t to tcp_pending_ack_idx since this name could be confused index of txq_entry_t. It is index of tcp pending ack. It fixes 8e55639d066f4ef402ba88fca08ed1be70e1c4da Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c

Re: [PATCH v2 1/2] ath6kl_sdio: Add reset gpio module parameter for CHIP_PWD_L pin

2015-11-18 Thread Julian Calaby
Hi Steve, A few more comments: On Thu, Nov 19, 2015 at 10:20 AM, Steve deRosier wrote: > Many ath6k chips have a reset pin, usually labeled CHIP_PWD_L. This pin can > be pulled low by the host processor to hold the wifi chip in reset. By > holding the chip in reset, the

[PATCH v2 1/2] ath6kl_sdio: Add reset gpio module parameter for CHIP_PWD_L pin

2015-11-18 Thread Steve deRosier
Many ath6k chips have a reset pin, usually labeled CHIP_PWD_L. This pin can be pulled low by the host processor to hold the wifi chip in reset. By holding the chip in reset, the lowest power consumption available can be achieved. This adds a module parameter so the ath6kl_sdio driver can control

[PATCH v2 0/2] ath6kl_sdio: add control of CHIP_PWD_L via GPIO

2015-11-18 Thread Steve deRosier
This set of two patches adds the ablity for ath6kl_sdio to control the CHIP_PWD_L pin on startup and for suspend/wakeup. This is importaint because on some platforms, this is the only way to achieve minimum power consumption. The CHIP_PWD_L pin is used to hold the ath chip in reset and this is the

[PATCH v2 2/2] ath6kl_sdio: Add power gpio reset feature into sdio driver for suspend

2015-11-18 Thread Steve deRosier
This change adds pm suspend callbacks in order to trigger a gpio line to push the CHIP_PWD_L reset/power line low on suspend. This puts the chip into the lowest power state on suspend. On resume, it releases the line, allowing the chip to boot. Slower, but provides a clean reset of the chip and

Re: linux-wireless rebased (probably for the last time) on 4.4-rc1

2015-11-18 Thread Bruno Antunes
On 17 November 2015 at 14:07, Kalle Valo wrote: > > "John W. Linville" writes: > > > The wireless-testing tree has been rebased on top of 4.4-rc1. The > > current head of the tree is eced3b090878ddba643bbed599e6edea4ad90f49. > > Please update any

Re: [PATCH v2 1/2] ath6kl_sdio: Add reset gpio module parameter for CHIP_PWD_L pin

2015-11-18 Thread kbuild test robot
Hi Steve, [auto build test ERROR on wireless-drivers-next/master] [also build test ERROR on v4.4-rc1 next-20151118] url: https://github.com/0day-ci/linux/commits/Steve-deRosier/ath6kl_sdio-add-control-of-CHIP_PWD_L-via-GPIO/20151119-072439 base: https://git.kernel.org/pub/scm/linux/kernel

Re: linux-wireless rebased (probably for the last time) on 4.4-rc1

2015-11-18 Thread Bob Copeland
On Wed, Nov 18, 2015 at 11:44:43PM +, Bruno Antunes wrote: > On 17 November 2015 at 14:07, Kalle Valo wrote: > > > > I hope we can find some solution and wireless-testing continues to > > exist. Otherwise testing latest wireless code will become more > > difficult. > >

State of indoor navigation (11MC) in wireless core API

2015-11-18 Thread Anatol Pomozov
Hi There is huge interest both from hardwire and software vendors in using Indoor Navigation at mobile devices. We are interested in making the ChromeOS ecosystem using this feature as well. I checked how Android implements indoor navigation where it is used for a while. It defines its custom

[PATCH] ath6kl: Don't print error message when recv is canceled

2015-11-18 Thread Steve deRosier
An error message ath6kl_htc_rxmsg_pending_handler isn't appropate for when the error is ECANCELED. This could be the result of a perfectly appropriate RX cancel due to shutdown or suspend. This allows the right cleanup to continue, but without an alarming error message in this particular case.

[RESEND PATCH] nfc: Drop owner assignment from i2c_driver

2015-11-18 Thread Krzysztof Kozlowski
i2c_driver does not need to set an owner because i2c_register_driver() will set it. Signed-off-by: Krzysztof Kozlowski --- The coccinelle script which generated the patch was sent here: http://www.spinics.net/lists/kernel/msg2029903.html --- drivers/nfc/nxp-nci/i2c.c

Re: [PATCH 1/4] staging: wilc1000: remove define COMPLEMENT_BOOT

2015-11-18 Thread Dan Carpenter
On Thu, Nov 19, 2015 at 11:05:58AM +0900, Glen Lee wrote: > This patch removes define COMPLEMENT_BOOT in Makefile. The feature was removed > by the following commit but the define was not removed. So remove completely. > > b46d68825c2d3af70ad18b53dfed6516e393b7fa Put some human readable text

Re: [PATCH 3/4] staging: wilc1000: rename index to tcp_pending_ack_idx

2015-11-18 Thread glen lee
On 2015년 11월 19일 15:23, Dan Carpenter wrote: On Thu, Nov 19, 2015 at 11:06:00AM +0900, Glen Lee wrote: This patch renames "index" of struct txq_entry_t to tcp_pending_ack_idx since this name could be confused index of txq_entry_t. It is index of tcp pending ack. It fixes

[PATCH 09/26] staging: wilc1000: rename u8P2P_vendorspec variable

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames u8P2P_vendorspec variable to p2p_vendor_spec to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 1 file changed, 5

[PATCH 15/26] staging: wilc1000: rename bDirectScan in refresh_scan function

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames bDirectScan to direct_scan that is third argument of refresh_scan function to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 5

[PATCH 11/26] staging: wilc1000: rename duringIP_TIME variable

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames duringIP_TIME variable to during_ip_time to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 5 +++-- 1 file changed, 3

[PATCH 12/26] staging: wilc1000: rename wilc_connected_SSID variable

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames wilc_connected_SSID variable to wilc_connected_ssid to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 22 +++---

Re: [PATCH v2 06/27] brcm80211: move under broadcom vendor directory

2015-11-18 Thread Kalle Valo
Hauke Mehrtens writes: > On 11/18/2015 03:45 PM, Kalle Valo wrote: >> Part of reorganising wireless drivers directory and Kconfig. Note that I had >> to >> edit Makefiles from subdirectories to use the new location. >> >> Signed-off-by: Kalle Valo >>

Re: [PATCH 1/4] staging: wilc1000: remove define COMPLEMENT_BOOT

2015-11-18 Thread glen lee
On 2015년 11월 19일 15:19, Dan Carpenter wrote: On Thu, Nov 19, 2015 at 11:05:58AM +0900, Glen Lee wrote: This patch removes define COMPLEMENT_BOOT in Makefile. The feature was removed by the following commit but the define was not removed. So remove completely.

Re: [PATCH 3/4] staging: wilc1000: rename index to tcp_pending_ack_idx

2015-11-18 Thread Dan Carpenter
On Thu, Nov 19, 2015 at 11:06:00AM +0900, Glen Lee wrote: > This patch renames "index" of struct txq_entry_t to tcp_pending_ack_idx since > this name could be confused index of txq_entry_t. It is index of tcp pending > ack. > > It fixes 8e55639d066f4ef402ba88fca08ed1be70e1c4da > It is just a

Re: [PATCH v2 06/27] brcm80211: move under broadcom vendor directory

2015-11-18 Thread Kalle Valo
Florian Fainelli writes: > On 18/11/15 11:19, Hauke Mehrtens wrote: >> On 11/18/2015 03:45 PM, Kalle Valo wrote: >>> Part of reorganising wireless drivers directory and Kconfig. Note that I >>> had to >>> edit Makefiles from subdirectories to use the new location. >>> >>>

RE: State of indoor navigation (11MC) in wireless core API

2015-11-18 Thread Grumbach, Emmanuel
Hi Anatol, > > Hi > > There is huge interest both from hardwire and software vendors in using > Indoor Navigation at mobile devices. We are interested in making the > ChromeOS ecosystem using this feature as well. > > I checked how Android implements indoor navigation where it is used for a >

[PATCH 13/26] staging: wilc1000: clear_shadow_scan: remove unused argument

2015-11-18 Thread Glen Lee
From: Leo Kim This patch removes pUserVoid that is first argument of clear_shadow_scan function because it is not used in this function. Remove argument in the function call also. Signed-off-by: Leo Kim Signed-off-by: Glen Lee ---

[PATCH 16/26] staging: wilc1000: rename pstrNetworkInfo variable

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames pstrNetworkInfo variable to network_info to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 21 ++--- 1 file

[PATCH 19/26] staging: wilc1000: update_scan_time: remove unused argument

2015-11-18 Thread Glen Lee
From: Leo Kim This patch removes pUserVoid that is first argument of update_scan_time function because it is not used in this function. Remove argument in the function call also. Signed-off-by: Leo Kim Signed-off-by: Glen Lee ---

[PATCH 25/26] staging: wilc1000: rename pJoinParams in CfgScanResult function

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames pJoinParams to join_params that is fourth argument of CfgScanResult function to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 9

[PATCH 20/26] staging: wilc1000: rename pUserVoid in is_network_in_shadow function

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames pUserVoid to user_void that is second argument of is_network_in_shadow function to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c

[PATCH 23/26] staging: wilc1000: rename pstrNetworkInfo in CfgScanResult function

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames pstrNetworkInfo to network_info that is second argument of CfgScanResult function to avoid camelcase. And, remove the relation comment. Signed-off-by: Leo Kim Signed-off-by: Glen Lee ---

[PATCH 22/26] staging: wilc1000: rename enuScanEvent in CfgScanResult function

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames enuScanEvent to scan_event that is first argument of CfgScanResult function to avoid camelcase. And, remove the relation comment. Signed-off-by: Leo Kim Signed-off-by: Glen Lee ---

[PATCH 18/26] staging: wilc1000: reset_shadow_found: remove unused argument

2015-11-18 Thread Glen Lee
From: Leo Kim This patch removes pUserVoid that is first argument of reset_shadow_found function because it is not used in this function. Remove argument in the function call also. Signed-off-by: Leo Kim Signed-off-by: Glen Lee ---

[PATCH 10/26] staging: wilc1000: rename bWilc_ie variable

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames bWilc_ie variable to wilc_ie to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 16 +++- 1 file changed, 7

[PATCH 24/26] staging: wilc1000: rename pUserVoid in CfgScanResult function

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames pUserVoid to user_void that is third argument of CfgScanResult function to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 4 ++--

[PATCH 02/26] staging: wilc1000: rename astrLastScannedNtwrksShadow variable

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames astrLastScannedNtwrksShadow variable to last_scanned_shadow to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 124

[PATCH 03/26] staging: wilc1000: rename WILC_WFI_2ghz_channels variable

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames WILC_WFI_2ghz_channels variable to ieee80211_2ghz_channels to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file

[PATCH 05/26] staging: wilc1000: rename u8WLANChannel variable

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames u8WLANChannel variable to wlan_channel to avoid camelcase. And, remove the relation comment. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 29

[PATCH 06/26] staging: wilc1000: rename u8P2P_oui variable

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames u8P2P_oui variable to p2p_oui to avoid camelcase. And, remove the relation comment. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 15

[PATCH 01/26] staging: wilc1000: rename u32LastScannedNtwrksCountShadow variable

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames u32LastScannedNtwrksCountShadow variable to last_scanned_cnt to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 50

[PATCH 07/26] staging: wilc1000: rename u8P2Plocalrandom variable

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames u8P2Plocalrandom variable to p2p_local_random to avoid camelcase. And, remove the relation comment. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c

[PATCH 26/26] staging: wilc1000: rename pstrNetworkInfo in get_rssi_avg function

2015-11-18 Thread Glen Lee
From: Leo Kim This patch renames pstrNetworkInfo to network_info that is first argument of get_rssi_avg function to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c

Re: [PATCH v2 10/27] iwlwifi: move under intel vendor directory

2015-11-18 Thread Emmanuel Grumbach
Hi Kalle, On Wed, Nov 18, 2015 at 4:45 PM, Kalle Valo wrote: > > Part of reorganising wireless drivers directory and Kconfig. > I am sorry but I'd prefer to wait with this. We have a big machinery of scripts / builds and alike that will break. I did give a heads up a while

Re: [PATCH v2 10/27] iwlwifi: move under intel vendor directory

2015-11-18 Thread David Miller
From: Emmanuel Grumbach Date: Wed, 18 Nov 2015 23:21:31 +0200 > I am sorry but I'd prefer to wait with this. We have a big machinery > of scripts / builds and alike that will break. Sorry, that's not a reason to stop this reorganization. -- To unsubscribe from this list: