Re: FCC's new regulations on 5Ghz Wifi

2015-09-03 Thread Andreas Hartmann
On 08/14/2015 at 11:47 PM, Xose Vazquez Perez wrote: > Hi, > > The FCC wants to require manufacturers to lock down devices > with radio (wifi, bluetooth, etc) with DRM. > > More info: > http://wiki.prplfoundation.org/wiki/Complying_with_FCC_rules_on_Wifi > http://libreplanet.org/wiki/Save_WiFi >

Re: [PATCH] mac80211: fix the setting of center freq segment 2 in VHT oper ie

2015-09-03 Thread Johannes Berg
On Fri, 2015-09-04 at 10:58 +0800, Chun-Yeow Yeoh wrote: > This is to avoid the Channel Center Frequency Segment 2 > in broadcasted VHT operation element contains the non-zero > value for non 80+80 MHz that may failed the comparison of > cfg80211_chandef_identical. > > This is tested with Bob's pa

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

2015-09-03 Thread Greg KH
On Fri, Sep 04, 2015 at 12:24:29PM +0900, johnny.kim wrote: > > > On 2015년 09월 04일 00:47, Greg KH wrote: > >On Thu, Sep 03, 2015 at 04:00:08PM +0900, johnny.kim wrote: > >>Hello Greg. > >> > >>On 2015년 09월 03일 10:33, Greg KH wrote: > >>>On Thu, Aug 20, 2015 at 04:32:52PM +0900, Tony Cho wrote: >

[PATCH] mac80211: fix the setting of center freq segment 2 in VHT oper ie

2015-09-03 Thread Chun-Yeow Yeoh
This is to avoid the Channel Center Frequency Segment 2 in broadcasted VHT operation element contains the non-zero value for non 80+80 MHz that may failed the comparison of cfg80211_chandef_identical. This is tested with Bob's patches related to VHT mesh support. Signed-off-by: Chun-Yeow Yeoh --

Re: kernel log flooded with GET_CMD_NODE: cmd node not available

2015-09-03 Thread Marty Faltesek
On Mon, Aug 31, 2015 at 7:54 AM, Belisko Marek wrote: > [ 182.069146] mwifiex_sdio mmc0:0001:1: GET_CMD_NODE: cmd node not available > [ 182.076350] mwifiex_sdio mmc0:0001:1: PREP_CMD: no free cmd node > [ 182.085102] mwifiex_sdio mmc0:0001:1: GET_CMD_NODE: cmd node not available > [ 182.09229

Re: Linux Firmware Signing

2015-09-03 Thread Kees Cook
[removed bounced email addresses] On Wed, Sep 2, 2015 at 2:37 PM, Luis R. Rodriguez wrote: > On Wed, Sep 02, 2015 at 01:54:43PM -0700, Kees Cook wrote: >> On Wed, Sep 2, 2015 at 11:46 AM, Luis R. Rodriguez wrote: >> > On Tue, Sep 01, 2015 at 11:35:05PM -0400, Mimi Zohar wrote: >> >> > OK great,

[PATCH v2] staging/wilc1000: Use %pM format specifier to print mac address

2015-09-03 Thread Alexander Kuleshov
printk() supports %pM format specifier for printing 6-byte MAC/FDDI addresses in hex notation small buffers, let's use it intead of %x:%x... Signed-off-by: Alexander Kuleshov --- Changelog: v1 -> v2: * In the first version of the patch was instruduced incorrect conversion, now there is previous

Re: [PATCH v2] staging/wilc1000: Use %pM format specifier to print mac address

2015-09-03 Thread Greg Kroah-Hartman
On Fri, Sep 04, 2015 at 12:35:38AM +0600, Alexander Kuleshov wrote: > printk() supports %pM format specifier for printing 6-byte MAC/FDDI > addresses in hex notation small buffers, let's use it intead of %x:%x... > > Changelog: > > v1 -> v2: > > * In the first version of the patch was instruduce

[PATCH v2] staging/wilc1000: Use %pM format specifier to print mac address

2015-09-03 Thread Alexander Kuleshov
printk() supports %pM format specifier for printing 6-byte MAC/FDDI addresses in hex notation small buffers, let's use it intead of %x:%x... Changelog: v1 -> v2: * In the first version of the patch was instruduced incorrect conversion, now there is previous formatting in the WILC_WFI_mon_xmit().

Re: [PATCH] ath: use PRI value given by spec for fixed PRI

2015-09-03 Thread Peter Oh
Hi Zefir, I believe the patch below is good to be checked in since you've already made change in DFS. Can you confirm it? Thanks, Peter On 04/01/2015 03:04 AM, Zefir Kurtisi wrote: On 03/30/2015 07:57 PM, Peter Oh wrote: On 03/30/2015 02:55 AM, Zefir Kurtisi wrote: [...] That's why I belie

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

2015-09-03 Thread Greg KH
On Thu, Sep 03, 2015 at 04:00:08PM +0900, johnny.kim wrote: > Hello Greg. > > On 2015년 09월 03일 10:33, Greg KH wrote: > >On Thu, Aug 20, 2015 at 04:32:52PM +0900, Tony Cho wrote: > >>From: Johnny Kim > >> > >>The driver communicates with the chipset via the address of handlers > >>to distinguish a

fcc hardware lockdown

2015-09-03 Thread demos
The GNU people would like to make some hardware and software recommendations to circumvent the FCC Hardware Lock Down which potentially threatens Open Wireless Communities especially. Help us completing this table! -> https://wiki.c3d2.de/HardwareRecommendation That is a possible list for further

Re: [PATCH v2] staging/wilc1000: Use %pM format specifier to print mac address

2015-09-03 Thread Greg Kroah-Hartman
On Thu, Sep 03, 2015 at 02:05:42PM +0600, Alexander Kuleshov wrote: > printk() supports %pM format specifier for printing 6-byte MAC/FDDI > addresses in hex notation small buffers, let's use it intead of %x:%x... > > Signed-off-by: Alexander Kuleshov > --- > drivers/staging/wilc1000/host_interfa

Re: [PATCH 1/1] New driver: rtl8xxxu (mac80211)

2015-09-03 Thread Johannes Berg
On Wed, 2015-09-02 at 22:39 -0400, Jes Sorensen wrote: > > I went back and looked at this, and now I remember why I wrote the code > the way I did. The Realtek firmware handles rate control, so once I set > IEEE80211_HW_HAS_RATE_CONTROL, I never see > rate_flags & IEEE80211_TX_RC_USE_SHORT_PREAMBL

Re: [PATCH 1/1] New driver: rtl8xxxu (mac80211)

2015-09-03 Thread Johannes Berg
On Wed, 2015-09-02 at 21:59 -0400, Jes Sorensen wrote: > > The code mimics what the vendor driver does - part of the bringup of the > chip sets a bunch of parameters from an register value array. Rather > than guessing what their default is, I feel it's safer to just shut > it down here and stick

[PATCH 2/2] ath10k: handle IEEE80211_CHANCTX_CHANGE_WIDTH properly

2015-09-03 Thread Michal Kazior
Vdevs associated with a given chanctx should be restarted if the bandwidth changes. Otherwise traffic may cease. This is known to fix STA CSA with bandwidths wider than 20MHz. Signed-off-by: Michal Kazior --- drivers/net/wireless/ath/ath10k/mac.c | 64 +++ 1 file

[PATCH 1/2] ath10k: split switch_vif_chanctx guts

2015-09-03 Thread Michal Kazior
This is necessary to make vdev restarting logic reusable later. Signed-off-by: Michal Kazior --- drivers/net/wireless/ath/ath10k/mac.c | 168 ++ 1 file changed, 89 insertions(+), 79 deletions(-) diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wi

[PATCH] ath10k: move hw_scan worker queuing

2015-09-03 Thread Michal Kazior
The remain_on_channel callback needs different timeout. Calling ieee80211_queue_work() with a shorter delay after calling it with a longer delay will not change the timer. This caused the offchannel timeout worker to not trigger in time and caused the device to stay on channel longer then expected.

[PATCH v2] staging/wilc1000: Use %pM format specifier to print mac address

2015-09-03 Thread Alexander Kuleshov
printk() supports %pM format specifier for printing 6-byte MAC/FDDI addresses in hex notation small buffers, let's use it intead of %x:%x... Signed-off-by: Alexander Kuleshov --- drivers/staging/wilc1000/host_interface.c | 6 +++--- drivers/staging/wilc1000/linux_wlan.c | 3 +-- 2 files chan