RE: ATTENTION!!!

2017-12-29 Thread Loretta Robles
From: Loretta Robles Sent: Friday, December 29, 2017 1:01 PM To: Loretta Robles Subject: ATTENTION!!! You have been randomly selected for a donation. Contact soriz4...@gmail.com for claims.

[PATCH] rtlwifi: rtl8192cu adds device ids

2017-12-29 Thread Carlos Garces
Hi. This patch add some device ids from https://github.com/pvaret/rtl8192cu-fixes That is the repository used by some projects like LibreElec. Note that this is the first time that I send a patch to vger.kernel.org, any suggestion is welcome. Signed-off-by: Carlos Garces

[PATCH] p54spi: Delete an error message for a failed memory allocation in p54spi_rx()

2017-12-29 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 29 Dec 2017 22:33:10 +0100 Omit an extra message for a memory allocation failure in this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring ---

[PATCH] rt2x00: Delete an error message for a failed memory allocation in rt2x00queue_allocate()

2017-12-29 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 29 Dec 2017 22:11:42 +0100 Omit an extra message for a memory allocation failure in this function. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring ---

[PATCH] cw1200: Delete an error message for a failed memory allocation in three functions

2017-12-29 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 29 Dec 2017 21:48:05 +0100 Omit an extra message for a memory allocation failure in these functions. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring ---

[PATCH] wlcore: Delete an error message for a failed memory allocation in three functions

2017-12-29 Thread SF Markus Elfring
From: Markus Elfring Date: Fri, 29 Dec 2017 20:40:49 +0100 Omit an extra message for a memory allocation failure in these functions. This issue was detected by using the Coccinelle software. Signed-off-by: Markus Elfring ---

Re: ath9k dropping connections

2017-12-29 Thread Alexander Wetzel
Hello, I guess there are quite some potential issues which could cause that. Since you do not see any error logs one of them could be the WPA rekey IV poisoning one I encountered in the past. Do you have wpa rekey enabled? If so please check if disabling it fixes the issue for you. Assuming

Re: [RFC 0/4] EAPoL over NL80211

2017-12-29 Thread Denis Kenzior
Hi Arend, To make this possible this patchset introduces a new NL80211 command and several new attributes.  A userspace that is capable of processing EAPoL packets over NL80211 includes a new NL80211_ATTR_CONTROL_PORT_OVER_NL80211 attribute in its NL80211_CMD_ASSOCIATE or

Re: [PATCH][next] wcn36xx: remove redundant assignment to msg_body.min_ch_time

2017-12-29 Thread Colin Ian King
On 29/12/17 07:44, Loic Poulain wrote: > Hi Colin, Bjorn, > > On 26 December 2017 at 21:13, Bjorn Andersson > wrote: >> On Tue 19 Dec 09:04 PST 2017, Colin King wrote: >> >>> From: Colin Ian King >>> >>> msg_body.min_ch_time is being

Re: [RFC 0/4] EAPoL over NL80211

2017-12-29 Thread Arend van Spriel
On 12/28/2017 6:58 PM, Denis Kenzior wrote: This patchset adds support for running 802.11 authentication mechanisms (e.g. 802.1X, 4-Way Handshake, etc) over NL80211 instead of putting them onto the network device. This has the advantage of fixing several long-standing race conditions that

[PATCH][V2] wcn36xx: fix incorrect assignment to msg_body.min_ch_time

2017-12-29 Thread Colin King
From: Colin Ian King The second assignment to msg_body.min_ch_time is incorrect, it should actually be to msg_body.max_ch_time. Thanks to Bjorn Andersson for identifying the correct way to fix this as my original fix was incorrect. Detected by CoverityScan,

[PATCH][V2] wcn36xx: fix incorrect assignment to msg_body.min_ch_time

2017-12-29 Thread Colin King
From: Colin Ian King The second assignment to msg_body.min_ch_time is incorrect, it should actually be to msg_body.max_ch_time. Thanks to Bjorn Andersson for identifying the correct way to fix this as my original fix was incorrect. Detected by CoverityScan,

[PATCH 03/11] rtlwifi: fix parenthesis alignment

2017-12-29 Thread pkshih
From: Ping-Ke Shih This is merged by Ping-Ke Shih from commit 688a0206cfb8 ("staging: rtlwifi: fix parenthesis alignment"), and original commit log is reserved below. Checkpatch emits multiple warnings of type CHECK:PARENTHESIS_ALIGNMENT: Alignment should match open

[PATCH 05/11] rtlwifi: Remove unnecessary 'out of memory' message

2017-12-29 Thread pkshih
From: Shreeya Patel This is merged by Ping-Ke Shih from commit 596e0559d61a ("Staging: rtlwifi: Remove unnecessary 'out of memory' message."), and commit log is reserved below. Logging messages that show some type of "out of memory" error are generally unnecessary

[PATCH 00/11] rtlwifi: change rtlwifi maintainer and merge commits from staging

2017-12-29 Thread pkshih
From: Ping-Ke Shih Hello Kalle, This patchset contain a patch written by Larry to change maintainer. Since I'm a newbie maintainer, need your comments on my mistakes in the future. Second part is the commits existed in staging's rtlwifi, and most of them fix coding style

[PATCH 02/11] rtlwifi: check for array overflow

2017-12-29 Thread pkshih
From: Dan Carpenter This is merged by Ping-Ke Shih from commit dc33bd4309d2 ("staging: rtlwifi: check for array overflow"), and the original commit log is reserved below. Smatch is distrustful of the "capab" value and marks it as user controlled. I think it actually

[PATCH 04/11] rtlwifi: use kcalloc instead of multiply

2017-12-29 Thread pkshih
From: "Tobin C. Harding" This is merged by Ping-Ke Shih from commit 85d309d53f7a ("staging: rtlwifi: use kcalloc instead of multiply"), and original commit log is reserved below. checkpatch emits multiple warnings of type WARNING:ALLOC_WITH_MULTIPLY: Prefer kcalloc over kzalloc

[PATCH 01/11] MAINTAINERS: Change maintainer for rtlwifi

2017-12-29 Thread pkshih
From: Larry Finger This section is also modified to include the entire rtlwifi family, not just RTL8192CE. Signed-off-by: Ping-Ke Shih Signed-off-by: Larry Finger --- MAINTAINERS | 6 ++ 1 file changed, 2

[PATCH 06/11] rtlwifi: mark expected switch fall-through in rtl_make_smps_action

2017-12-29 Thread pkshih
From: "Gustavo A. R. Silva" This is merged by Ping-Ke Shih from commit 640019bba419 ("staging: rtlwifi: mark expected switch fall-through in rtl_make_smps_action"), and original commit log is reserved below. In preparation to enabling -Wimplicit-fallthrough, mark switch

[PATCH 07/11] rtlwifi: Remove unnecessary parentheses

2017-12-29 Thread pkshih
From: "Frank A. Cancio Bello" This is merged by Ping-Ke Shih from commit a221cb0911b8 ("staging: rtlwifi: Remove unnecessary parentheses"), and original commit log is reserved below. Remove unnecessary parentheses to comply with preferred coding style for the linux

[PATCH 10/11] rtlwifi: btcoex: Use seq_file to dump btcoex status

2017-12-29 Thread pkshih
From: Ping-Ke Shih We use seq_file to replace RT_TRACE to dump status, then we can use 'cat' to access btcoex's status through debugfs. (i.e. /sys/kernel/debug/rtlwifi/00-11-22-33-44-55-66/btcoex) Other related changes are 1. implement btc_disp_dbg_msg() to access btcoex's

[PATCH 11/11] rtlwifi: fill FW version and subversion

2017-12-29 Thread pkshih
From: Ping-Ke Shih This commit fills FW version information of RTL8188EE and RTL8723, so the btcoex can cooperate with FW correctly. Also, we can display this version in debugfs. Signed-off-by: Ping-Ke Shih ---

[PATCH 08/11] rtlwifi: rtl8723: Add error handling to no existing firmware

2017-12-29 Thread pkshih
From: Ping-Ke Shih Without firmware, driver wastes time to download and wait for MCU bootup, and then kernel core dump finally. If request_firmware fails, the value max_fw_size=0 is set, so we check the value before downloading firmware. Signed-off-by: Ping-Ke Shih

[PATCH 09/11] rtlwifi: Improve debugging by using debugfs

2017-12-29 Thread pkshih
From: Ping-Ke Shih Use debugfs to dump register and btcoex status, and also write registers and h2c. We create topdir in /sys/kernel/debug/rtlwifi/, and use the MAC address as subdirectory with several entries to dump mac_reg, bb_reg, rf_reg etc. An example is