[PATCH v2 2/2] staging: wilc1000: coreconfigurator.c: remove unused functions

2015-09-10 Thread Tony Cho
From: Glen Lee This patch removes following unused funtions which will not be used anymore. ascii_hex_to_dec get_hex_char extract_mac_addr create_mac_addr conv_ip_to_int conv_int_to_ip get_wid_type get_type CreateConfigPacket ConfigWaitResponse ConfigProvideResponse ConfigPktReceived ParseWriteR

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

2015-09-10 Thread Tony Cho
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, 8 deletions(-) diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/co

[PATCH 0/2] resending v2 of the patch for coreconfigurator.c file

2015-09-10 Thread Tony Cho
This is the version 2 for the series of the patch which removes unused functions from the coreconfigurator.c file. Some of functions was not included in the first patch. Glen Lee (2): staging: wilc1000: remove unused enum staging: wilc1000: coreconfigurator.c: remove unused functions drivers

Re: [PATCH 4/4] Staging: rtl8723au: core: Remove unused variable

2015-09-10 Thread Jes Sorensen
Shraddha Barke writes: > This patch discards the variable as it is not used anywhere throughout > the kernel. > > Signed-off-by: Shraddha Barke > --- > drivers/staging/rtl8723au/core/rtw_security.c | 9 - > 1 file changed, 9 deletions(-) Acked-by: Jes Sorensen > > diff --git a/drivers

Re: [linuxwifi] iwlwifi: FW error in SYNC CMD MAC_CONTEXT_CMD

2015-09-10 Thread Luca Coelho
On Wed, 2015-09-09 at 16:09 +0200, Andreas Reis wrote: > Hi, > > > seems that your system is trying to connect to two different APs > forth and back > > Yes, this is a major network with multiple APs for each of its SSIDs > always available. Unlike my single AP home network, unsurprisingly. >

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_cqm_rssi_config with wilc_set_cqm_rssi_config to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_start_ap with wilc_start_ap to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/wi

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_virt_intf with wilc_change_virt_intf to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/sta

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_add_station with wilc_add_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_station with wilc_change_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_get_station with wilc_get_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_stop_ap with wilc_stop_ap to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_w

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_station with wilc_del_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_mgmt_tx_cancel_wait with wilc_mgmt_tx_cancel_wait to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drive

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_bss with wilc_change_bss to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc100

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_dump_station with wilc_dump_station to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wil

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_wiphy_params with wilc_set_wiphy_params to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/stagi

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_mgmt_tx with wilc_mgmt_tx to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/wilc1000/w

[PATCH V2 13/31] staging: wilc1000: remove WILC_WFI_change_beacon

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_change_beacon with wilc_change_beacon to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/w

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_cancel_remain_on_channel with wilc_cancel_remain_on_channel to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_pmksa with wilc_set_pmksa to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_power_mgmt with wilc_set_power_mgmt to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_pmksa with wilc_del_pmksa to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_remain_on_channel with wilc_remain_on_channel to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/driv

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_frame_register with wilc_mgmt_frame_register to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/linux_wlan.c | 8 drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 2 fi

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_flush_pmksa with wilc_flush_pmksa to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc100

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_disconnect with wilc_disconnect to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_set_default_key with wilc_set_default_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/stagi

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_get_key with wilc_get_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/wilc1000/w

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_key with wilc_del_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/staging/wilc1000

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_add_key with wilc_add_key to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 22 +++--- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/drivers/stag

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_CfgScan with wilc_scan to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_add_virt_intf with wilc_add_virt_intf to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/drivers/stag

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_del_virt_intf with wilc_del_virt_intf to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/drivers/staging/wil

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_CfgConnect with wilc_connect to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/staging/wilc1000/w

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

2015-09-10 Thread Chaehyun Lim
This patch replaces WILC_WFI_CfgSetChannel with wilc_set_channel to avoid CamelCase. Signed-off-by: Chaehyun Lim --- V2: to make function name simple drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/staging/

Re: Ath10K issue

2015-09-10 Thread Ben Greear
You probably need a firmware with mgt over htt. CT firmware has this, but you have to run our kernel patches to allow CT htt-mgt firmware to work. Upstream may have it as well in latest firmware...I'm not sure exactly what versions do support that though. Thanks, Ben On 09/09/2015 10:13 AM,

Re: [PATCH] carl9170: fix bad rssi reading

2015-09-10 Thread Christian Lamparter
On Friday, September 11, 2015 01:37:48 AM Hiroaki Kawai wrote: > That field is union and referenced as rssi_combined at two lines below. Correct > The status->signal will show up in radiotap > IEEE80211_RADIOTAP_DBM_ANTSIGNAL > header field at userland finally. so, this patch should go to -stable

Re: [PATCH] carl9170: fix bad rssi reading

2015-09-10 Thread Hiroaki Kawai
That field is union and referenced as rssi_combined at two lines below. The status->signal will show up in radiotap IEEE80211_RADIOTAP_DBM_ANTSIGNAL header field at userland finally. 2015-09-10 22:07 GMT+09:00 Christian Lamparter : > On Thursday, September 10, 2015 06:04:45 PM Hiroaki KAWAI wrote

[PATCH 1/2] mwifiex: remove USB8897 chipset support

2015-09-10 Thread Amitkumar Karwar
We don't have any customer using this chipset via USB interface. if both mwifiex_pcie and mwifiex_usb modules are enabled by user, sometimes mwifiex_usb wins the race even if user wants wlan interface to be on PCIe and USB for bluetooth. This patch solves the problem. Signed-off-by: Amitkumar Karw

[PATCH 2/2] mwifiex: correction in USB8997 chipset's product ID

2015-09-10 Thread Amitkumar Karwar
For 8897 chipset, mwifiex_usb unnecessarily used to come into picture when wlan is supposed to be used via PCIe interface and USB interface is for bluetooth. This problem has been resolved for newer chipset by having separate USB product ids for USB-USB8997 and PCIe-USB8997 chipset variants. This

[ANNOUNCE] Netdev 1.1 conference

2015-09-10 Thread Pablo Neira Ayuso
Following the lastest successful Netdev 0.1 in Ottawa, Canada. We are happy to announce a new round of the Netdev conference series: Netdev 1.1 (year 1, conference 1) from 10th to 12th February 2016 in Seville, Spain (http://www.netdevconf.org/1.1/). Netdev 1.1 is a community-driven conference gea

Re: [PATCH] carl9170: fix bad rssi reading

2015-09-10 Thread Christian Lamparter
On Thursday, September 10, 2015 06:04:45 PM Hiroaki KAWAI wrote: > Fix rssi calculation error which was introduced in otus to ar9170 > porting. > > Signed-off-by: Hiroaki KAWAI Acked-by: Christian Lamparter For reference: Here's the line in the original otus code:

RE: [PATCH 3/5] staging: wilc1000: use id value as argument

2015-09-10 Thread Shin, Austin
Team, Thanks for all you hardworking on complex problem. Thanks Johnny, Tony, Nicolas, and especially Greg. Best regards, Austin -Original Message- From: Greg KH [mailto:gre...@linuxfoundation.org] Sent: Saturday, September 05, 2015 1:24 AM To: Kim, Johnny Cc: Cho, Tony; de...@driverdev.

[PATCH] ibss: add VHT80 support for IBSS

2015-09-10 Thread Janusz Dziedzic
Add VHT80 support for IBSS. eg. iw wlan0 ibss join 5180 80MHZ iw wlan0 ibbs join 5220 80MHZ Signed-off-by: Janusz Dziedzic --- ibss.c | 48 1 file changed, 40 insertions(+), 8 deletions(-) diff --git a/ibss.c b/ibss.c index 7a0b707..460f549

[PATCH 5/5] staging: wilc1000: coreconfigurator.c: remove unused functions

2015-09-10 Thread Tony Cho
From: Glen Lee This patch removes following unused funtions which will not be used anymore. ascii_hex_to_dec get_hex_char extract_mac_addr create_mac_addr conv_ip_to_int conv_int_to_ip get_wid_type get_type CreateConfigPacket ConfigWaitResponse ConfigProvideResponse ConfigPktReceived ParseWriteR

[PATCH 4/5] staging: wilc1000: remove unused enum

2015-09-10 Thread Tony Cho
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, 8 deletions(-) diff --git a/drivers/staging/wilc1000/coreconfigurator.c b/drivers/staging/wilc1000/co

[PATCH 2/5] staging: wilc1000: remove firmware definition

2015-09-10 Thread Tony Cho
This patch removes the firmware definitions, STA_FIRMWARE, AP_FIRMWARE, and P2P_CONCURRENCY_FIRMWARE from the linux_wlan.c file because they are defined in the Makefile. Signed-off-by: Tony Cho --- drivers/staging/wilc1000/linux_wlan.c | 12 1 file changed, 12 deletions(-) diff --g

[PATCH 1/5] staging: wilc1000: remove STATIC_MACADDRESS

2015-09-10 Thread Tony Cho
This patch removes unused definition, STATIC_MACADDRESS from the linux_wlan.c file. Signed-off-by: Tony Cho --- drivers/staging/wilc1000/linux_wlan.c | 77 --- 1 file changed, 77 deletions(-) diff --git a/drivers/staging/wilc1000/linux_wlan.c b/drivers/staging/w

[PATCH 3/5] staging: wilc1000: remove unused global variables

2015-09-10 Thread Tony Cho
This patch removes the followings from the driver because they are in debugging purpose but not used anymore. - int_clrd - int_rcvdU - int_rcvdB - android_wifi_priv_cmd structure Signed-off-by: Tony Cho --- drivers/staging/wilc1000/linux_wlan.c | 17 - drivers/staging/wilc1000/wi

[PATCH] carl9170: fix bad rssi reading

2015-09-10 Thread Hiroaki KAWAI
Fix rssi calculation error which was introduced in otus to ar9170 porting. Signed-off-by: Hiroaki KAWAI --- drivers/net/wireless/ath/carl9170/rx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/carl9170/rx.c b/drivers/net/wireless/ath/carl9170/rx.c

Re: [PATCH] net/mac80211/rate.c: fix wrong sizeof()

2015-09-10 Thread Johannes Berg
On Wed, 2015-09-09 at 21:56 +0100, Sergei Trofimovich wrote: > From: Sergei Trofimovich > > Noticed by gcc-5.2.0: > > net/mac80211/rate.c: In function 'rate_control_cap_mask': > net/mac80211/rate.c:719:25: warning: 'sizeof' on array function > parameter 'mcs_mask' will return size of 'u

Re: [PATCH 3/3] ath10k: implement mesh support

2015-09-10 Thread Johannes Berg
On Wed, 2015-09-09 at 12:49 -0400, Bob Copeland wrote: > On Wed, Sep 09, 2015 at 12:10:38PM +0300, Kalle Valo wrote: > > > I did a quick smoke test and saw the splat below. It's this > > > warning from > > > cfg80211: > > > > > > /* > > >* Don't advertise an