[PATCH] Staging: wilc1000: Use NULL instead of zero

2015-09-13 Thread Ronit Halder
This patch fixes the warning generated by sparse "Using plain integer as NULL pointer" by using NULL instead of zero. Signed-off-by: Ronit halder --- drivers/staging/wilc1000/coreconfigurator.c | 14 +++--- drivers/staging/wilc1000/linux_wlan.c | 6 +++--- 2 files changed, 10 inse

Re: [PATCH V3 29/31] staging: wilc1000: rename WILC_WFI_frame_register

2015-09-13 Thread Greg KH
On Mon, Sep 14, 2015 at 12:24:29PM +0900, Chaehyun Lim wrote: > This patch replaces WILC_WFI_frame_register with mgmt_frame_register to > avoid CamelCase. > > Signed-off-by: Chaehyun Lim > --- > V3: remove "wilc_" prefix > > drivers/staging/wilc1000/linux_wlan.c | 12 ++-- >

Re: [PATCH] staging: wilc1000: Added a new line

2015-09-13 Thread Greg KH
On Sun, Sep 13, 2015 at 04:31:33PM +0530, Aparna Karuthodi wrote: > Added a new line after declaration to remove a coding style warning > detected by checkpatch. The warning is given below > WARNING: Missing a blank line after declarations > > Signed-off-by: Aparna Karuthodi > --- > drivers/stag

Re: [PATCH v2 1/2] staging: wilc1000: remove unused enum

2015-09-13 Thread Tony Cho
On 2015년 09월 14일 13:25, Greg KH wrote: On Mon, Sep 14, 2015 at 10:29:26AM +0900, Tony Cho wrote: On 2015년 09월 12일 11:35, Greg KH wrote: On Fri, Sep 11, 2015 at 12:04:19PM +0900, Tony Cho wrote: From: Glen Lee This patch removes a unused enum tenuFrameClass. Signed-off-by: Glen Lee Signe

Re: [PATCH v2 1/2] staging: wilc1000: remove unused enum

2015-09-13 Thread Greg KH
On Mon, Sep 14, 2015 at 10:29:26AM +0900, Tony Cho wrote: > > > On 2015년 09월 12일 11:35, Greg KH wrote: > >On Fri, Sep 11, 2015 at 12:04:19PM +0900, Tony Cho wrote: > >>From: Glen Lee > >> > >>This patch removes a unused enum tenuFrameClass. > >> > >>Signed-off-by: Glen Lee > >>Signed-off-by: To

[PATCH V3 30/31] staging: wilc1000: rename WILC_WFI_set_power_mgmt

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_power_mgmt with set_power_mgmt to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wi

[PATCH V3 31/31] staging: wilc1000: rename WILC_WFI_set_cqm_rssi_config

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_cqm_rssi_config with set_cqm_rssi_config to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/w

[PATCH V3 25/31] staging: wilc1000: rename WILC_WFI_remain_on_channel

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_remain_on_channel with remain_on_channel to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/

[PATCH V3 09/31] staging: wilc1000: rename WILC_WFI_add_virt_intf

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_add_virt_intf with add_virtual_intf to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/wilc1

[PATCH V3 27/31] staging: wilc1000: rename WILC_WFI_mgmt_tx_cancel_wait

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_mgmt_tx_cancel_wait with mgmt_tx_cancel_wait to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/w

[PATCH V3 18/31] staging: wilc1000: rename WILC_WFI_get_station

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_get_station with get_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi

[PATCH V3 23/31] staging: wilc1000: rename WILC_WFI_del_pmksa

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_pmksa with del_pmksa to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfg

[PATCH V3 19/31] staging: wilc1000: rename WILC_WFI_dump_station

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_dump_station with dump_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_w

[PATCH V3 29/31] staging: wilc1000: rename WILC_WFI_frame_register

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_frame_register with mgmt_frame_register to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/linux_wlan.c | 12 ++-- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 2 files chan

[PATCH V3 28/31] staging: wilc1000: rename WILC_WFI_mgmt_tx

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_mgmt_tx with mgmt_tx to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgo

[PATCH V3 21/31] staging: wilc1000: rename WILC_WFI_set_wiphy_params

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_wiphy_params with set_wiphy_params to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/

[PATCH V3 10/31] staging: wilc1000: rename WILC_WFI_del_virt_intf

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_virt_intf with del_virtual_intf to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wil

[PATCH V3 06/31] staging: wilc1000: rename WILC_WFI_del_key

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_key with del_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cf

[PATCH V3 15/31] staging: wilc1000: rename WILC_WFI_add_station

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_add_station with add_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi

[PATCH V3 13/31] staging: wilc1000: rename WILC_WFI_change_beacon

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_beacon with change_beacon to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc

[PATCH V3 17/31] staging: wilc1000: rename WILC_WFI_change_station

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_station with change_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wi

[PATCH V3 24/31] staging: wilc1000: rename WILC_WFI_flush_pmksa

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_flush_pmksa with flush_pmksa to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_c

[PATCH V3 08/31] staging: wilc1000: rename WILC_WFI_set_default_key

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_default_key with set_default_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/

[PATCH V3 07/31] staging: wilc1000: rename WILC_WFI_get_key

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_get_key with get_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgo

[PATCH V3 11/31] staging: wilc1000: rename WILC_WFI_change_virt_intf

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_virt_intf with change_virtual_intf to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc

[PATCH V3 05/31] staging: wilc1000: rename WILC_WFI_add_key

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_add_key with add_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 88 +++ 1 file changed, 44 insertions(+), 44 deletions(-) diff --git a/drivers/staging/wilc100

[PATCH V3 26/31] staging: wilc1000: rename WILC_WFI_cancel_remain_on_channel

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_cancel_remain_on_channel with cancel_remain_on_channel to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/driv

[PATCH V3 20/31] staging: wilc1000: rename WILC_WFI_change_bss

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_bss with change_bss to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_c

[PATCH V3 16/31] staging: wilc1000: rename WILC_WFI_del_station

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_station with del_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi

[PATCH V3 14/31] staging: wilc1000: rename WILC_WFI_stop_ap

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_stop_ap with stop_ap to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperat

[PATCH V3 04/31] staging: wilc1000: rename WILC_WFI_disconnect

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_disconnect with disconnect to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfg

[PATCH V3 12/31] staging: wilc1000: rename WILC_WFI_start_ap

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_start_ap with start_ap to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgop

[PATCH V3 22/31] staging: wilc1000: rename WILC_WFI_set_pmksa

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_pmksa with set_pmksa to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfg

[PATCH V3 03/31] staging: wilc1000: rename WILC_WFI_CfgConnect

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_CfgConnect with connect to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgo

[PATCH V3 01/31] staging: wilc1000: rename WILC_WFI_CfgSetChannel

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_CfgSetChannel with set_channel to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/wilc1000/wil

[PATCH V3 02/31] staging: wilc1000: rename WILC_WFI_CfgScan

2015-09-13 Thread Chaehyun Lim
This patch replaces WILC_WFI_CfgScan with scan to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V3: remove "wilc_" prefix drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperation

Re: [PATCH v2 1/2] staging: wilc1000: remove unused enum

2015-09-13 Thread Tony Cho
On 2015년 09월 12일 11:35, Greg KH wrote: On Fri, Sep 11, 2015 at 12:04:19PM +0900, Tony Cho wrote: From: Glen Lee This patch removes a unused enum tenuFrameClass. Signed-off-by: Glen Lee Signed-off-by: Tony Cho --- drivers/staging/wilc1000/coreconfigurator.c | 8 1 file changed,

Re: [PATCH 4.3] ath10k: fix DMA related firmware crashes on multiple devices

2015-09-13 Thread Felix Fietkau
On 2015-09-14 00:08, Ben Greear wrote: > > > On 09/13/2015 01:35 PM, Felix Fietkau wrote: >> Some platforms really don't like DMA bursts of 256 bytes, and this >> causes the firmware to crash when sending beacons. >> Also, changing this based on the firmware version does not seem to make >> much

Re: [PATCH 4.3] ath10k: fix DMA related firmware crashes on multiple devices

2015-09-13 Thread Ben Greear
On 09/13/2015 01:35 PM, Felix Fietkau wrote: Some platforms really don't like DMA bursts of 256 bytes, and this causes the firmware to crash when sending beacons. Also, changing this based on the firmware version does not seem to make much sense, so use 128 bytes for all versions. Is there an

[PATCH 4.3] ath10k: fix DMA related firmware crashes on multiple devices

2015-09-13 Thread Felix Fietkau
Some platforms really don't like DMA bursts of 256 bytes, and this causes the firmware to crash when sending beacons. Also, changing this based on the firmware version does not seem to make much sense, so use 128 bytes for all versions. Cc: sta...@vger.kernel.org Signed-off-by: Felix Fietkau ---

How to use hwsim?

2015-09-13 Thread Ramprasad Vempati
Hi, I've got hwsim source code from: http://git.sipsolutions.net/hwsim.git. I could compile it. And I see binary-hwsim is created after compilation. But there isn't any help on how do I use this. Can someone help me with these details? -ram -- To unsubscribe from this list: send the line "unsu

[PATCH] staging: wilc1000: Added a new line

2015-09-13 Thread Aparna Karuthodi
Added a new line after declaration to remove a coding style warning detected by checkpatch. The warning is given below WARNING: Missing a blank line after declarations Signed-off-by: Aparna Karuthodi --- drivers/staging/wilc1000/coreconfigurator.c |1 + 1 file changed, 1 insertion(+) diff -