Re: drivers/staging/ks7010 hardware test

2017-05-25 Thread Wolfram Sang
Hi Tobin, > I began testing the card you sent today. I'm getting a firmware load > error like you mentioned. Nice. Firstly, that means the card is alive and survived the mailing. > I checked out code from when you originally merged into staging, > however I built the module in a 4.9 kernel. I

[PATCH] ath10k: Add BMI parameters to fix calibration from DT/pre-cal

2017-05-25 Thread akolli
From: Anilkumar Kolli QCA99X0, QCA9888, QCA9984 supports calibration data in either OTP or DT/pre-cal file. Current ath10k supports Calibration data from OTP only. If caldata is loaded from DT/pre-cal file, fetching board id and applying calibration parameters like tx

[PATCH] mwifiex: simplify the code around ra_list

2017-05-25 Thread Shawn Lin
We don't need to check if the list is empty separately as we could use list_first_entry_or_null to cover it. Signed-off-by: Shawn Lin --- drivers/net/wireless/marvell/mwifiex/tdls.c | 7 ++- drivers/net/wireless/marvell/mwifiex/wmm.c | 8 ++-- 2 files

After upgrading to 4.11.1, wifi driver refuses to load after being unloaded once.

2017-05-25 Thread Marc MERLIN
Howdy, First I tried i...@linux.intel.com which is now dead Then linuxw...@intel.com, but no reply. So I'm trying here next. Any ideas? Sadly before that I was on 4.4 due to bugs in the NVME ACPI suspend support that only got fixed in 4.11, so it's a big jump, my apologies for that. That said,

Occhiali da sole Ray Ban, 24.99euro

2017-05-25 Thread abgblc
Ciao Benvenuto a Ray Ban negozio di occhiali da sole, Nuovo e originale. Il prezzo è 24.99 euro durante l'attività di questa settimana, spedizione gratuita site:rbewpt .com

[PATCH][net-next] qtnfmac: remove duplicated assignment to mac

2017-05-25 Thread Colin King
From: Colin Ian King mac is being assigned twice, remove redundant 2nd assignment. Detected by CoverityScan, CID#1437554 ("Incorrect expression") Signed-off-by: Colin Ian King --- drivers/net/wireless/quantenna/qtnfmac/cfg80211.c | 2 +- 1

Re: [PATCH][net-next] qtnfmac: remove duplicated assignment to mac

2017-05-25 Thread Sergey Matyukevich
> mac is being assigned twice, remove redundant 2nd assignment. > > Detected by CoverityScan, CID#1437554 ("Incorrect expression") > > Signed-off-by: Colin Ian King > --- > drivers/net/wireless/quantenna/qtnfmac/cfg80211.c | 2 +- > 1 file changed, 1 insertion(+), 1

[no subject]

2017-05-25 Thread Marko Stankovic
Date: Thu, 25 May 2017 18:44:25 +0200 Subject: [PATCH 1/2] staging: wilc1000: remove excessive blank lines Fix the multiple blank lines issue reported by checkpatch.pl Signed-off-by: Marko Stankovic --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 15

[no subject]

2017-05-25 Thread Marko Stankovic
Subject: [PATCH 2/2] staging: wilc1000: add missing blank line after struct declaration Fix a missing blank line issue reported by checkpatch.pl Signed-off-by: Marko Stankovic --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 1 + 1 file changed, 1 insertion(+)

[PATCH 1/2] staging: wilc1000: remove excessive blank lines

2017-05-25 Thread Marko Stankovic
Fix the multiple blank lines issue reported by checkpatch.pl Signed-off-by: Marko Stankovic --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 15 --- 1 file changed, 15 deletions(-) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c

[PATCH 2/2] staging: wilc1000: add missing blank line after struct declaration

2017-05-25 Thread Marko Stankovic
Fix a missing blank line issue reported by checkpatch.pl Signed-off-by: Marko Stankovic --- drivers/staging/wilc1000/wilc_wfi_cfgoperations.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/staging/wilc1000/wilc_wfi_cfgoperations.c

Re: WPA and WPA2

2017-05-25 Thread Dan Williams
On Thu, 2017-05-25 at 08:40 +1000, Tobin C. Harding wrote: > On Wed, May 24, 2017 at 08:06:40PM +0200, Johannes Berg wrote: > > Just a small correction: > > > > On Wed, 2017-05-24 at 11:44 -0500, Dan Williams wrote: > > > > > > For RSN, they are 1 = PMK, 2 = GMK, 3 = GMK2, 4 seems unused. > > >

[PATCH 5/7] rtlwifi: btcoex: Fix Sparse messages for undeclared symbols

2017-05-25 Thread Larry Finger
A number of functions can be set to static. Signed-off-by: Larry Finger Cc: Yan-Hsuan Chuang Cc: Ping-Ke Shih Cc: Birming Chiu Cc: Shaofu Cc: Steven Ting ---

[PATCH 3/7] rtlwifi: btcoex: bind bt to the adapter when initialization

2017-05-25 Thread Larry Finger
From: Yan-Hsuan Chuang the bt need the information of the adapter, hook it on the callback for bt to operate and get properly initialized Signed-off-by: Yan-Hsuan Chuang Signed-off-by: Larry Finger Cc: Ping-Ke Shih

[PATCH 6/7] rtlwifi: btcoex: Fix logic error in 21a 1ant

2017-05-25 Thread Larry Finger
An edit mistake introduced a logic error. Signed-off-by: Larry Finger Cc: Yan-Hsuan Chuang Cc: Ping-Ke Shih Cc: Birming Chiu Cc: Shaofu Cc: Steven Ting ---

[PATCH 4/7] rtlwifi: btcoex: 92e: rename function that was missing to be consistent

2017-05-25 Thread Larry Finger
From: Yan-Hsuan Chuang rename the function name to be consistent with other btcoex functions Signed-off-by: Yan-Hsuan Chuang Signed-off-by: Larry Finger Cc: Ping-Ke Shih Cc: Birming Chiu

[PATCH 0/7] rtlwifi: btcoex: Final round of fixes

2017-05-25 Thread Larry Finger
These 7 patches finish this round of fixes for the various components of btcoex. Signed-off-by: Larry Finger Cc: Yan-Hsuan Chuang Cc: Ping-Ke Shih Cc: Birming Chiu Cc: Shaofu Cc:

[PATCH 7/7] rtlwifi: btcoex: Fix another edit mistake in 21a 1ant

2017-05-25 Thread Larry Finger
In routine btc8821a1ant_action_wifi_multi_port(), an edit that removed several lines was missed. Signed-off-by: Larry Finger Cc: Yan-Hsuan Chuang Cc: Ping-Ke Shih Cc: Birming Chiu Cc: Shaofu

[PATCH 1/7] rtlwifi: btcoex: update new btcoex version

2017-05-25 Thread Larry Finger
From: Yan-Hsuan Chuang This patch updates the btcoexist to a newer version with some callbacks. Specific issues fixed are pre_load_firmware() fix the unstable issues before FW is ready power_on_seting() fix the unstable issues before HW is ready Some notify

[PATCH 2/7] rtlwifi: btcoex: fix compiler warnings for unused functions

2017-05-25 Thread Larry Finger
From: Yan-Hsuan Chuang Delete unused is_wifi_status_changed for 21a 1 ant Signed-off-by: Yan-Hsuan Chuang Signed-off-by: Larry Finger Cc: Ping-Ke Shih Cc: Birming Chiu Cc: Shaofu

Re: [RFC] skbuff: introduce skb_put_zero()

2017-05-25 Thread David Miller
From: Johannes Berg Date: Wed, 24 May 2017 09:07:47 +0200 > From: Johannes Berg > > This pattern was introduced a number of times in mac80211 just now, > and since it's present in a number of other places it makes sense > to add a little