Fwd: Memory leak issue in ath9k

2015-08-21 Thread Varka Bhadram
-- Forwarded message -- From: Raghavendra Rao raghav3...@gmail.com Date: Fri, Aug 21, 2015 at 1:05 PM Subject: Memory leak issue in ath9k To: linux-wireless@vger.kernel.org Cc: kv...@qca.qualcomm.com, Varka Bhadram varkabhad...@gmail.com Hello, Currently we are facing a memory

Re: AP mode failed on wandboard with brcm4329 chip

2015-03-26 Thread Varka Bhadram
Hi Arend van Spriel, On 03/26/2015 10:30 PM, Arend van Spriel wrote: On 03/26/15 12:55, Varka Bhadram wrote: On 03/25/2015 10:22 AM, Varka Bhadram wrote: Hi, I am trying setup wandboard-quad as Access Point. It has BRCM4329 WiFi chip on it. As a client is working fine. But facing problem

Re: [PATCH v4 0/4] add VHT support to minstrel_ht

2014-10-20 Thread Varka Bhadram
/rc80211_minstrel_ht.h | 38 +++- net/mac80211/rc80211_minstrel_ht_debugfs.c | 32 ++-- 4 files changed, 290 insertions(+), 79 deletions(-) Check patch errors on this series.. run checkpatch.pl on this series. -- Regards, Varka Bhadram. -- To unsubscribe from this list: send the line

Re: [PATCH v3 1/2] bcma: register bcma as device tree driver

2014-09-20 Thread Varka Bhadram
); +} + +void __exit bcma_host_soc_unregister_driver(void) +{ + platform_driver_unregister(bcma_host_soc_driver); +} +#endif /* CONFIG_OF */ Why dont you use module_platform_driver(...)...? -- Regards, Varka Bhadram. -- To unsubscribe from this list: send the line unsubscribe linux-wireless

Re: [PATCH v3 1/2] bcma: register bcma as device tree driver

2014-09-20 Thread Varka Bhadram
On Saturday 20 September 2014 09:13 PM, Hauke Mehrtens wrote: On 09/20/2014 05:40 PM, Varka Bhadram wrote: On Saturday 20 September 2014 06:32 PM, Hauke Mehrtens wrote: This driver is used by the bcm53xx ARM SoC code. Now it is possible to give the address of the chipcommon core in device