[PATCH v3 2/4] ipv4: add option to drop gratuitous ARP packets

2015-11-05 Thread Johannes Berg
From: Johannes Berg In certain 802.11 wireless deployments, there will be ARP proxies that use knowledge of the network to correctly answer requests. To prevent gratuitous ARP frames on the shared medium from being a problem, on such deployments wireless needs to drop

[PATCH v3 4/4] ipv6: add option to drop unsolicited neighbor advertisements

2015-11-05 Thread Johannes Berg
From: Johannes Berg In certain 802.11 wireless deployments, there will be NA proxies that use knowledge of the network to correctly answer requests. To prevent unsolicitd advertisements on the shared medium from being a problem, on such deployments wireless needs to drop

[PATCH v2 0/4] update ath10k support for QCA9377 chips

2015-11-05 Thread Bartosz Markowski
* Clarifying the naming scheme for QCA9377 targets * Adding the dev_id mathod (RFC) as a HW identification helper * updating missing hw_params for 1.1 target --- Notes: v2: * rebase * fix the whitespace mess in patch 4/4 [Kalle] Bartosz Markowski (4): ath10k: fix the currently

[PATCH v2 1/4] ath10k: fix the currently supported QCA9377 target version name

2015-11-05 Thread Bartosz Markowski
When introducing the original QCA9377 support, the chip target version was wrongly picked. The chip advertising itself with bmi target value equal to 0x05020001 is in fact a 1.1 revision. I realized this once I got a real 1.1 hw to play with. Signed-off-by: Bartosz Markowski

Re: [PATCH 4/4] ath10k: add QCA9377 hw1.0 support

2015-11-05 Thread Bartosz Markowski
On 4 November 2015 at 18:53, Kalle Valo wrote: > Bartosz Markowski writes: > >> Add new BMI target version and chip id revision. Register it >> on supported chips list. >> >> Signed-off-by: Bartosz Markowski > >

RE: mwifiex problem: incompatible network settings

2015-11-05 Thread Amitkumar Karwar
Hi Julien, > From: Julien Cubizolles [mailto:j.cubizol...@free.fr] > Sent: Thursday, November 05, 2015 3:34 AM > To: Amitkumar Karwar > Cc: Dan Williams; linux-wireless@vger.kernel.org; Nishant Sarmukadam > Subject: Re: mwifiex problem: incompatible network settings > > Amitkumar Karwar

Re: [PATCH v2 1/4] ipv4: add option to drop unicast encapsulated in L2 multicast

2015-11-05 Thread Julian Anastasov
Hello, On Wed, 4 Nov 2015, Johannes Berg wrote: > On Wed, 2015-11-04 at 22:59 +0200, Julian Anastasov wrote: > >  > > } else if (unlikely(skb->pkt_type != PACKET_HOST)) { > > > > May be such check can save some cycles because > > it is more common to see PACKET_HOST

[PATCH v3 3/4] ipv6: add option to drop unicast encapsulated in L2 multicast

2015-11-05 Thread Johannes Berg
From: Johannes Berg In order to solve a problem with 802.11, the so-called hole-196 attack, add an option (sysctl) called "drop_unicast_in_l2_multicast" which, if enabled, causes the stack to drop IPv6 unicast packets encapsulated in link-layer multi- or broadcast

[PATCH v3 1/4] ipv4: add option to drop unicast encapsulated in L2 multicast

2015-11-05 Thread Johannes Berg
From: Johannes Berg In order to solve a problem with 802.11, the so-called hole-196 attack, add an option (sysctl) called "drop_unicast_in_l2_multicast" which, if enabled, causes the stack to drop IPv4 unicast packets encapsulated in link-layer multi- or broadcast

Re: [PATCH v3 1/4] ipv4: add option to drop unicast encapsulated in L2 multicast

2015-11-05 Thread Julian Anastasov
Hello, On Thu, 5 Nov 2015, Johannes Berg wrote: > From: Johannes Berg > > In order to solve a problem with 802.11, the so-called hole-196 attack, > add an option (sysctl) called "drop_unicast_in_l2_multicast" which, if > enabled, causes the stack to drop IPv4

[PATCH v2 2/4] ath10k: update missing hw_params of QCA9377 hw1.1

2015-11-05 Thread Bartosz Markowski
The uart_pin was incorrectly configured for QCA9377 and the recently added hw_params were omitted. Signed-off-by: Bartosz Markowski --- drivers/net/wireless/ath/ath10k/core.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git

[PATCH v2 4/4] ath10k: add QCA9377 hw1.0 support

2015-11-05 Thread Bartosz Markowski
Add new BMI target version and chip id revision. Register it on supported chips list. Signed-off-by: Bartosz Markowski --- drivers/net/wireless/ath/ath10k/core.c | 18 ++ drivers/net/wireless/ath/ath10k/hw.h | 3 +++

[PATCH v2 3/4] ath10k: introduce dev_id to hw_params

2015-11-05 Thread Bartosz Markowski
A follow up patch introducing a QCA9377 hw1.0 support will need this device identification helper for an explicit distinction of HWs, as apparently both QCA6174 hw3.0 and QCA9377 share the same BMI target version (0x0502000x). For the QCA9377 hw1.1 previously added we were just lucky we did not

RE: ath6kl: SDIO hif-scatter broken?

2015-11-05 Thread Robert Deliën
> I can connect to my target's AP and FTP server. Reading small files (~3kB) > over FTP works. However, reading a large file (1GB) stalls after 80kB...220kB. > At the moment of stall, the following errors are reported by the Kernel: > ath6kl: Scatter write request failed:-110 It needs to be said

ath6kl: SDIO hif-scatter broken?

2015-11-05 Thread Robert Deliën
Is hif-scatter on ath6kl SDIO broken? I'm using a Digi SOM with a ath6kl connected to a i.MX28 (MXS) over SDIO, a Digi supplied 3.10 Kernel with Digi and own patches, Digi supplied ath6 firmware, and hostapd 2.6 devel. I can connect to my target's AP and FTP server. Reading small files (~3kB)

Re: Configurable scan dwell time?

2015-11-05 Thread Johannes Berg
On Thu, 2015-11-05 at 08:01 -0800, Ben Greear wrote: > My issue is that APs can be set to beacon at longer beacon times, and > then passive scanning at ~110ms intervals is not going to find the APs > very often (and with bad luck, technically it could *never* find the AP > due to scanning at

Re: Configurable scan dwell time?

2015-11-05 Thread Ben Greear
On 11/04/2015 11:56 PM, Johannes Berg wrote: On Thu, 2015-11-05 at 07:41 +0100, Michal Kazior wrote: On 5 November 2015 at 00:58, Ben Greear wrote: It looks to me like the channel dwell time when scanning (SW scanning, mac80211) is fixed at 1/9 of a second. I'd like

Re: Configurable scan dwell time?

2015-11-05 Thread Ben Greear
On 11/05/2015 08:06 AM, Johannes Berg wrote: On Thu, 2015-11-05 at 08:01 -0800, Ben Greear wrote: My issue is that APs can be set to beacon at longer beacon times, and then passive scanning at ~110ms intervals is not going to find the APs very often (and with bad luck, technically it could

Re: Configurable scan dwell time?

2015-11-05 Thread Johannes Berg
> > The thing though is that there are now use cases in the standard(s) > > that want/require doing this. So just adding it as a hint will run the > > risk of userspace (like wpa_s) using this "hint" for implementing newer > > spec functionality, testing on ath9k and hwsim and declaring that it >

Re: Configurable scan dwell time?

2015-11-05 Thread Ben Greear
On 11/05/2015 08:25 AM, Johannes Berg wrote: The thing though is that there are now use cases in the standard(s) that want/require doing this. So just adding it as a hint will run the risk of userspace (like wpa_s) using this "hint" for implementing newer spec functionality, testing on ath9k

Re: [PATCH-v2 1/2] mac80211: Take bitrates into account when building IEs.

2015-11-05 Thread Ben Greear
On 10/20/2015 10:24 AM, gree...@candelatech.com wrote: From: Ben Greear If a user restricts the rateset for some reason, then the probe requests should not advertise rates that are not selected by the user. To implement this, we save the requested bitrates at the

Re: [PATCH-v2 1/2] mac80211: Take bitrates into account when building IEs.

2015-11-05 Thread Johannes Berg
On Thu, 2015-11-05 at 10:47 -0800, Ben Greear wrote: >  > Any comments on these patches? > As I said to Janusz earlier, I haven't been looking much due to kernel summit and now the merge window. I'll resume next week or so once the trees have stabilized a bit. johannes -- To unsubscribe from

Re: [PATCH V2 0/3] Fix few WMI/HTT interfaces

2015-11-05 Thread Vasanthakumar Thiagarajan
On Thursday 05 November 2015 04:33 PM, Kalle Valo wrote: Vasanthakumar Thiagarajan writes: On Wed, Nov 04, 2015 at 07:59:39PM +0200, Kalle Valo wrote: Vasanthakumar Thiagarajan writes: This patch set fixes mismatch in peer_assoc

Unable to Connect to WIFI USB ADAPTER(Realtek 8188eu)

2015-11-05 Thread Shankey
I am having "Realtek rt8188eu" WIFI usb Adapter. Ubuntu detects my wifi connections but the problem is it fails to connect. It doesn’t connects at all..and also its signal strength is very weak...I Had tried every solution but no success please solve this issue. I had also tried the latest

[PATCH 30/73] staging: wilc1000: rename Total_Length variable

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename the Total_Length variable to total_length to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 7 --- 1 file changed, 4

[PATCH 34/73] staging: wilc1000: rename Dropped variable

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename the Dropped variable to dropped to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 8 1 file changed, 4

[PATCH 33/73] staging: wilc1000: remove warnings line over 80 characters

2015-11-05 Thread Glen Lee
From: Leo Kim This patch removes the warnings reported by checkpatch.pl for line over 80 characters. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 5 - 1 file changed, 4 insertions(+), 1

[PATCH 27/73] staging: wilc1000: rename Ack member variable

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename the Ack member variable to ack to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 10 +- 1 file changed, 5

[PATCH 29/73] staging: wilc1000: remove do-nothing else condition case.

2015-11-05 Thread Glen Lee
From: Leo Kim This patch removes do-nothing else condition case. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 3 --- 1 file changed, 3 deletions(-) diff --git

[PATCH 31/73] staging: wilc1000: rename Data_offset variable

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename the Data_offset variable to data_offset to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 6 +++--- 1 file changed, 3

[PATCH 44/73] staging: wilc1000: rename bValue in set_machw_change_vir_if function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename bValue to value that is second argument of set_machw_change_vir_if function to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_netdevice.h | 2 +-

[PATCH 42/73] staging: wilc1000: rename pBSSID variable

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename the pBSSID variable to bssid to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 4 ++-- 1 file changed, 2 insertions(+), 2

[PATCH 41/73] staging: wilc1000: fixes else should follow close brace '}'

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the error reported by checkpatch.pl for else should follow close brace '}' Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 10 +++--- 1 file changed, 3

[PATCH 43/73] staging: wilc1000: fixes a struct allocation to match coding standards

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the checks reported by checkpatch.pl for prefer kmalloc(sizeof(*rqe)...) over kmalloc(sizeof(struct rxq_entry_t)...) Signed-off-by: Leo Kim Signed-off-by: Glen Lee ---

[PATCH 38/73] staging: wilc1000: fixes a struct allocation to match coding standards

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the checks reported by checkpatch.pl for prefer kmalloc(sizeof(*tqe)...) over kmalloc(sizeof(struct txq_entry_t)...) Signed-off-by: Leo Kim Signed-off-by: Glen Lee ---

[PATCH 37/73] staging: wilc1000: rename is_TCP_ACK_Filter_Enabled function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename the is_TCP_ACK_Filter_Enabled function to is_tcp_ack_filter_enabled to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 4 ++--

[PATCH 36/73] staging: wilc1000: rename Enable_TCP_ACK_Filter function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename the Enable_TCP_ACK_Filter function to enable_tcp_ack_filter to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 4

[PATCH 28/73] staging: wilc1000: rename Session_index member variable

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename the Ack Session_index variable to session_index to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 4 ++-- 1 file changed, 2

[PATCH 71/73] staging: wilc1000: rename Handle_CfgParam function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames Handle_CfgParam function to handle_cfg_param to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 7 +++ 1 file changed, 3

[PATCH 72/73] staging: wilc1000: rename strWIDList of handle_cfg_param function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames strWIDList variable of handle_cfg_param function to wid_list to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 149

[PATCH 73/73] staging: wilc1000: rename u8WidCnt of handle_cfg_param function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames u8WidCnt variable of handle_cfg_param function to wid_cnt to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 184

[PATCH 70/73] staging: wilc1000: rename Handle_GetMacAddress function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames Handle_GetMacAddress function to handle_get_mac_address to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 7 --- 1 file changed, 4

[PATCH 69/73] staging: wilc1000: rename Handle_SetMacAddress function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames Handle_SetMacAddress function to handle_set_mac_address to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 7 --- 1 file changed, 4

[PATCH 67/73] staging: wilc1000: rename Handle_set_IPAddress function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames Handle_set_IPAddress function to handle_set_ip_address to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 -- 1 file changed, 4

[PATCH 19/73] staging: wilc1000: rename Pending_Acks_info variable

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename the Pending_Acks_info variable to pending_acks_info to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 17 +

[PATCH 26/73] staging: wilc1000: rename add_TCP_Pending_Ack function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename the add_TCP_Pending_Ack function to add_tcp_pending_ack to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 5 +++-- 1 file

[PATCH 23/73] staging: wilc1000: rename Init_TCP_tracking function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename the Init_TCP_tracking function to init_tcp_tracking to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 4 ++-- 1 file

[PATCH 25/73] staging: wilc1000: rename Update_TCP_track_session function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename the Update_TCP_track_session function to update_tcp_session to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 4 ++-- 1 file

[PATCH 20/73] staging: wilc1000: rename PendingAcks_arrBase variable

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename the PendingAcks_arrBase variable to pending_base to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 18 +- 1

[PATCH 24/73] staging: wilc1000: rename add_TCP_track_session function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename the add_TCP_track_session function to add_tcp_session to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 4 ++-- 1 file

[PATCH 08/73] staging: wilc1000: fixes missing a blank line after declarations

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the warnings reported by checkpatch.pl for Missing a blank line after declarations. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 2 ++ 1 file changed, 2

[PATCH 15/73] staging: wilc1000: rename Bigger_Ack_num of struct ack_session_info

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename Bigger_Ack_num of struct ack_session_info to bigger_ack_num to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 10 +-

[PATCH 07/73] staging: wilc1000: fixes add blank line after function declaration

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the warnings reported by checkpatch.pl for please use a blank line after function/struct/union/enum declarations Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c |

[PATCH 16/73] staging: wilc1000: remove typedef of struct Pending_Acks_info_t

2015-11-05 Thread Glen Lee
From: Leo Kim This patch remove typedef of struct Pending_Acks_info_t. And, rename the Pending_Acks_info_t to pending_acks_info. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 6 +++--- 1

[PATCH v3] ath10k: Override CE5 configuration for QCA6147 device

2015-11-05 Thread Ryan Hsu
'Commit a70587b3389a ("ath10k: configure copy engine 5 for HTT messages")' Introduces to use the unused CE5 for target to host message. For the device like QCA6174, CE5 already assigned for other feature. So for QCA6174, override the CE5 configuration and use the CE1 instead. This patch is based

[PATCH 14/73] staging: wilc1000: rename Ack_seq_num of struct ack_session_info

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename Ack_seq_num of struct ack_session_info to seq_num to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 6 +++--- 1 file

[PATCH 04/73] staging: wilc1000: wilc_wlan.c: remove over-commenting

2015-11-05 Thread Glen Lee
From: Leo Kim There are over-commenting in the wilc_wlan.c file and most of them are not helpful to explain what the code does and generate 80 ending line over warnings. So, all of comments are removed in this patch and the comments will later be added if necessary with the

[PATCH 01/73] staging: wilc1000: fixes alignment should match open parenthesis

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the checks reported by checkpatch.pl for alignment should match open parenthesis Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/linux_wlan.c | 11 ++- 1 file changed,

[PATCH 05/73] staging: wilc1000: fixes please don't use multiple blank lines

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the checks reported by checkpatch.pl for Please don't use multiple blank lines. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 48

[PATCH 12/73] staging: wilc1000: rename Statisitcs_DroppedAcks variable

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename Statisitcs_DroppedAcks variable to dropped_acks to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 4 ++-- 1 file changed, 2

[PATCH 06/73] staging: wilc1000: fixes blank lines aren't necessary brace

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the checks reported by checkpatch.pl for Blank lines aren't necessary after an open brace '{' and Blank lines aren't necessary before a close brace '}'. Signed-off-by: Leo Kim Signed-off-by: Glen Lee ---

[PATCH 02/73] staging: wilc1000: fixes a struct allocation to match coding standards

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the checks reported by checkpatch.pl for prefer kmalloc(sizeof(*tx_data)...) over kmalloc(sizeof(struct tx_complete_data)...) Signed-off-by: Leo Kim Signed-off-by: Glen Lee ---

[PATCH 52/73] staging: wilc1000: rename tcp_PendingAck_index of struct txq_entry_t

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames tcp_PendingAck_index of struct txq_entry_t to index to avoid CamelCase naming convention. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 12 ++--

[PATCH 51/73] staging: wilc1000: fixes alignment should match open parenthesis

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the checks reported by checkpatch.pl for alignment should match open parenthesis. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 2 +- 1 file changed, 1

[PATCH 54/73] staging: wilc1000: fixes possible unnecessary 'out of memory' message

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the warning reported by checkpatch.pl for possible unnecessary 'out of memory' message Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 1 - 1 file changed, 1

[PATCH 53/73] staging: wilc1000: fixes space prohibited between function name and open parenthesis

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the warning reported by checkpatch.pl for space prohibited between function name and open parenthesis '(' Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 2 +- 1

[PATCH 57/73] staging: wilc1000: wilc_wlan.h: alignment defines

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes alignment of defines. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.h | 292 ++- 1 file changed, 148 insertions(+), 144

[PATCH 50/73] staging: wilc1000: wilc_wlan.c: remove unused pointer variables

2015-11-05 Thread Glen Lee
From: Leo Kim This patch removes unused two pointer variable. - Free_head - Alloc_head It's pointer variables unused inside code. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 3 --- 1

[PATCH 40/73] staging: wilc1000: rename pu32TxqCount in wilc_wlan_handle_txq function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename pu32TxqCount to txq_count that is second argument of wilc_wlan_handle_txq function to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 4 ++--

[PATCH 39/73] staging: wilc1000: remove unused argument of chip_sleep_manually function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch removes u32SleepTime that is second argument of chip_sleep_manually 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 48/73] staging: wilc1000: rename drvHandler in wilc_wlan_cfg_set function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename drvHandler to drv_handler that is seventh argument of wilc_wlan_cfg_set function to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 4 ++--

[PATCH 47/73] staging: wilc1000: rename drvHandler in wilc_wlan_cfg_commit function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch rename drvHandler to drv_handler that is third argument of wilc_wlan_cfg_commit function to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 4 ++-- 1

[PATCH 46/73] staging: wilc1000: fixes braces {} are not necessary for any arm of this statement

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the warning reported by checkpatch.pl for braces {} are not necessary for any arm of this statement Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 5 ++--- 1

[PATCH 45/73] staging: wilc1000: fixes braces {} should be used on all arms of this statement

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the error reported by checkpatch.pl for braces {} should be used on all arms of this statement Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 4 ++-- 1 file

[PATCH 58/73] staging: wilc1000: fixes prefer using the BIT macro

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the warning reported by checkpatch.pl for prefer using the BIT macro. And, removes unnecessary bit increase defines. Signed-off-by: Leo Kim Signed-off-by: Glen Lee ---

[PATCH 56/73] staging: wilc1000: replace numeric type to kernel error type

2015-11-05 Thread Glen Lee
From: Leo Kim This patch replaces numeric type to generic type by kernel style. -5 -> -EIO -105 -> -ENOBUFS Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 24 1

[PATCH 55/73] staging: wilc1000: remove warnings line over 80 characters

2015-11-05 Thread Glen Lee
From: Leo Kim This patch removes the warnings reported by checkpatch.pl for line over 80 characters. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 50 1

[PATCH 62/73] staging: wilc1000: remove typedef from wilc_cfg_rsp_t

2015-11-05 Thread Glen Lee
From: Leo Kim This patch removes typedef from the struct wilc_cfg_rsp_t and renames it to wilc_cfg_rsp. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 2 +-

[PATCH 60/73] staging: wilc1000: remove typedef from wilc_cfg_frame_t

2015-11-05 Thread Glen Lee
From: Leo Kim This patch removes typedef from the struct wilc_cfg_frame_t and renames it to wilc_cfg_frame. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.c | 4 ++--

[PATCH 61/73] staging: wilc1000: remove unused typedef wilc_wlan_cfg_func_t

2015-11-05 Thread Glen Lee
From: Leo Kim This patch removes unused typedef wilc_wlan_cfg_func_t of wilc_wlan.h. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.h | 4 1 file changed, 4 deletions(-) diff --git

[PATCH 66/73] staging: wilc1000: rename Handle_SetOperationMode function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames Handle_SetOperationMode function to handle_set_operation_mode to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 6 +++--- 1 file

[PATCH 65/73] staging: wilc1000: rename Handle_SetWfiDrvHandler function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames Handle_SetWfiDrvHandler function to handle_set_wfi_drv_handler to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 7 +++ 1 file

[PATCH 64/73] staging: wilc1000: rename Handle_SetChannel function

2015-11-05 Thread Glen Lee
From: Leo Kim This patch renames Handle_SetChannel function to handle_set_channel to avoid camelcase. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/host_interface.c | 4 ++-- 1 file changed, 2

[PATCH 59/73] staging: wilc1000: fixes please don't use multiple blank lines

2015-11-05 Thread Glen Lee
From: Leo Kim This patch fixes the checks reported by checkpatch.pl for Please don't use multiple blank lines. Signed-off-by: Leo Kim Signed-off-by: Glen Lee --- drivers/staging/wilc1000/wilc_wlan.h | 8 1 file changed, 8

[PATCH] net: brcm80211: Delete an unnecessary check before the function call "release_firmware"

2015-11-05 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 6 Nov 2015 08:48:23 +0100 The release_firmware() function tests whether its argument is NULL and then returns immediately. Thus the test around the call is not needed. This issue was detected by using the Coccinelle software.

Re: [PATCH] mac80211: add new IEEE80211_VIF_GET_NOA_UPDATE flag

2015-11-05 Thread Johannes Berg
On Thu, 2015-11-05 at 14:48 +0100, Janusz Dziedzic wrote: > Any comments? :) > Looks OK - I'm not merging for -next right now since we're in the merge window. johannes -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to

Re: [PATCH] mac80211: add new IEEE80211_VIF_GET_NOA_UPDATE flag

2015-11-05 Thread Janusz Dziedzic
Any comments? :) On 27 October 2015 at 08:38, Janusz Dziedzic wrote: > Add new VIF flag, that will allow get NOA update > notification when driver will request this, even > this is not pure P2P vif (eg. STA vif). > > Signed-off-by: Janusz Dziedzic