Re: Is there anyone on MAC kernel

2016-05-11 Thread Amit Gupta
Hi Robert, I am working on MAC driver side. Please describe your issue. Thanks, Amit Gupta On Wed, May 11, 2016 at 6:40 PM, Daniel Baluta <daniel.bal...@gmail.com> wrote: > On Tue, May 10, 2016 at 12:26 PM, Robert Clove <cloverob...@gmail.com> > wrote: > > Hi, >

Re: HOSTAPD Error log

2015-07-29 Thread Amit Gupta
, Amit Gupta On Tue, Jul 28, 2015 at 11:45 PM, Amit Gupta amitkgupt...@gmail.com wrote: Hi All, Thanks for your quick response. Valdis, I tried with strace stuff, but I faced CPU halt issue. Actually along with those error logs..sometime I m facing CPU HALT issue after executing #hostapd -B

Re: HOSTAPD Error log

2015-07-28 Thread Amit Gupta
will be appreciable/helpful. Thanks, Amit Gupta On Fri, Jul 24, 2015 at 11:06 AM, Pranay Srivastava pran...@gmail.com wrote: Hi Amit On Thu, Jul 23, 2015 at 11:09 PM, valdis.kletni...@vt.edu wrote: On Thu, 23 Jul 2015 12:31:18 +0530, Amit Gupta said: Configuration file: /etc/hostapd.conf

CPU STALL ISSUE

2015-07-23 Thread Amit Gupta
: I increased RCU stall time from 21 jiffies to 60 jiffies. -- CONFIG_RCU_CPU_STALL_TIMEOUT=21 ++ CONFIG_RCU_CPU_STALL_TIMEOUT=60 But this does not solve my problem. Please suggest me any approach to solve this problem. Thanks, Amit Gupta

HOSTAPD Error log

2015-07-23 Thread Amit Gupta
fine. But I want to remove this error log and want to know the root cause this error log. Please let me know the approach to solve this issue. Thanks, Amit Gupta ___ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org

Re: Questions about process state manipulation

2012-09-18 Thread Amit Gupta
...@suphalaam.comwrote: On Tue, Sep 18, 2012 at 9:32 AM, Amit Gupta gupta.v.a...@gmail.comwrote: Hi All, I had a question about manipulating process state information in the kernel and am curious about the right way to go about it. (I'm just messing around with some stuff to try and understand the kernel