我的个人主页是

2016-04-22 Thread 我的个人主页是
你的老朋友邀你来Q群:343257759 抢红包 抢秒杀 抢vip 什么都要抢。太刺激了。不靠手气只拼手速

Re: Debug prints mac80211 drivers

2016-04-22 Thread Joe Perches
On Sat, 2016-04-23 at 02:32 +0530, Krishna Chaitanya wrote: > On Sat, Apr 23, 2016 at 12:59 AM, Joe Perches wrote: > > > > > > On Fri, 2016-04-22 at 17:51 +0530, Krishna Chaitanya wrote: > > > > > > What is the recommended method for adding > > > debug prints in mac80211 based drivers. > > > >

Re: Debug prints mac80211 drivers

2016-04-22 Thread Krishna Chaitanya
On Sat, Apr 23, 2016 at 12:59 AM, Joe Perches wrote: > > On Fri, 2016-04-22 at 17:51 +0530, Krishna Chaitanya wrote: > > What is the recommended method for adding > > debug prints in mac80211 based drivers. > > > > 1) -DDEBUG + pr_debug ==> used by mac80211, brcm80211 > > 2) -DDEBUG + dev_dbg ==>

Re: Debug prints mac80211 drivers

2016-04-22 Thread Joe Perches
On Fri, 2016-04-22 at 17:51 +0530, Krishna Chaitanya wrote: > What is the recommended method for adding > debug prints in mac80211 based drivers. > > 1) -DDEBUG + pr_debug ==> used by mac80211, brcm80211 > 2) -DDEBUG + dev_dbg ==> zd1201 > 3) dev_printk(KERN_DEBUG) ==> used by iwlwifi > 4) printk(

Re: [PATCH] ath9k: remove repetitions of mask array size

2016-04-22 Thread Kalle Valo
Bob Copeland writes: > The constant "123", which is the number of elements in > mask_m / mask_p, is repeated several times in this function. > > Replace memsets with array initialization, and replace a loop > conditional with ARRAY_SIZE() so that we don't repeat ourselves. > > Signed-off-by: Bob

Re: Update regulatory rules for NL as per ETSI EN 300 440-1

2016-04-22 Thread Seth Forshee
On Fri, Apr 22, 2016 at 07:12:35PM +0200, Anne Marcel Roorda wrote: > > In message <20160422135529.GA109717@ubuntu-hedt>, Seth Forshee writes: > > > > > I'm looking at the document you reference as translated by Google, and > > I'm not seeing anything there to support these changes. I can't fin

Re: [PATCH v3] prism54: isl_38xx: Replace 'struct timeval'

2016-04-22 Thread Kalle Valo
Johannes Berg writes: > On Mon, 2016-04-18 at 00:10 +0200, Arnd Bergmann wrote: >> On Sunday 17 April 2016 14:42:33 Johannes Berg wrote: >> > >> > I was thinking more restrictively of just the stuff that can't even >> > be built without modifying the sources - like the "#if VERBOSE" >> > thing.

HELLO DEAR

2016-04-22 Thread Melissa Robert
Hello Dear, how are you doing hope fine, I am (Melissa Robert) by name. i will like to know more about you believing that friendship is a free gift of nature. Please get back to me as soon as possible through this my private Email. (mr4785...@gmail.com) thank you. -- To unsubscribe from this lis

Re: Update regulatory rules for NL as per ETSI EN 300 440-1

2016-04-22 Thread Anne Marcel Roorda
In message <20160422135529.GA109717@ubuntu-hedt>, Seth Forshee writes: > I'm looking at the document you reference as translated by Google, and > I'm not seeing anything there to support these changes. I can't find any > reference to ETSI 300 440-1. The section which would appear to apply > her

RE: [PATCH] cfg80211: Advertise extended capabilities per interface type to userspace

2016-04-22 Thread Kanchanapally, Vidyullatha
Hi Johannes, >Also, if it's possible, perhaps we should consider checking that nobody >globally advertises any capabilities they don't advertise on all possible >interface types? >I'm assuming that not listing an interface type would mean that the global >defaults apply, but old userspace will

Re: [PATCH] mmc: add API for data write using scatter gather DMA

2016-04-22 Thread Ulf Hansson
On 29 March 2016 at 14:57, Amitkumar Karwar wrote: > From: Bing Zhao > > This patch adds new API for SDIO scatter gather. > > Existing mmc_io_rw_extended() API expects caller to pass single contiguous > buffer. It will be split if it exceeds segment size, SG table is prepared > and used it for re

Re: Update regulatory rules for NL as per ETSI EN 300 440-1

2016-04-22 Thread Seth Forshee
On Fri, Apr 22, 2016 at 02:36:13PM +0200, Anne Marcel Roorda wrote: > > Hi, > > Below the patch to include SRD as per ETSI EN 300 440-1 > for NL. > > Thanks, > > - marcel > > Signed-off-by: Anne Marcel Roorda > > diff --git a/db.txt b/db.txt > index e9ba21a..738e412 100644 > --- a/db.txt >

[PATCH] ath10k: fix a typo in ath10k_start()

2016-04-22 Thread Mohammed Shafi Shajakhan
From: Mohammed Shafi Shajakhan fix a typo (spelling mistake) in 'ath10k_start' Signed-off-by: Mohammed Shafi Shajakhan --- drivers/net/wireless/ath/ath10k/mac.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/wireless/ath/ath10k/mac.c b/drivers/net/wireless/

Update regulatory rules for NL as per ETSI EN 300 440-1

2016-04-22 Thread Anne Marcel Roorda
Hi, Below the patch to include SRD as per ETSI EN 300 440-1 for NL. Thanks, - marcel Signed-off-by: Anne Marcel Roorda diff --git a/db.txt b/db.txt index e9ba21a..738e412 100644 --- a/db.txt +++ b/db.txt @@ -850,11 +850,18 @@ country NI: DFS-FCC (5490 - 5730 @ 160), (24), DFS

Debug prints mac80211 drivers

2016-04-22 Thread Krishna Chaitanya
Hi, What is the recommended method for adding debug prints in mac80211 based drivers. 1) -DDEBUG + pr_debug ==> used by mac80211, brcm80211 2) -DDEBUG + dev_dbg ==> zd1201 3) dev_printk(KERN_DEBUG) ==> used by iwlwifi 4) printk(KERN_DEBUG) ==> Just to complete the list. -- Thanks, Regards, Chai