Re: [android-kernel] if this linux command applicable for android WIFI DIRECT?

2013-03-28 Thread Arun K. Singh
Supplicant related commands should still work though I doubt if iwpriv can work on typical android installations.. best way is to try ;-) On Thu, Mar 21, 2013 at 8:41 AM, Emeric VIGIER wrote: > Have a try. You'll get your answer. > > Emeric > > On Sun, Mar 10, 2013 at 4:34 AM, Hana'a wrote: >

Re: [android-kernel] Enable KGDB for android kernel

2013-03-28 Thread Arun K. Singh
Arnaud : try, Enabling early printk support in the kernel you are trying to boot. Secondly, try to dump printk buffer(whose address you can get from system.map file - and after suitable address manipulation, you can get the physical address where its stored) and dump it on your bootloader/uboot t

Re: [android-kernel] Re: wakelock adaption

2013-03-28 Thread Arun K. Singh
just curios.. why are you not using the mac80211 + nl80211 code that comes from compat-wireless in Android source? That would be the best to upgrade rather a vanilla mac80211 driver ... On Sat, Mar 9, 2013 at 3:12 AM, NIRAV SHAH wrote: > Thanks a lot Mark! I really appreciate the help! > > On