Re: [android-kernel] Wifi driver

2011-09-26 Thread jagan
If context is Wifi H/W, that depends on the OEM, whether OEM will choose Bcomm, Athros..etc. Regards, Jagan On Tue, Sep 27, 2011 at 10:11 AM, George wrote: > Which WiFi card are you using in your Android platform? > > -- > unsubscribe: android-kernel+unsubscr...@googlegroups.com > website: http

[android-kernel] Wifi driver

2011-09-26 Thread George
Which WiFi card are you using in your Android platform? -- unsubscribe: android-kernel+unsubscr...@googlegroups.com website: http://groups.google.com/group/android-kernel

Re: [android-kernel] Re: Function pointer corruption in Gingerbread kernel

2011-09-26 Thread ravi sharma
Thanks for the help guys!! We found that the developer defined the another structure with same name in another module and including the file in his driver module. 2011/9/17 George > What is your print of device address? Check for bytes/word alignment. > > On 9月16日, 上午4时37分, CVS wrote: > > Or ev

[android-kernel] IP ID assignment by android IP stack

2011-09-26 Thread Ajoy Singh
Hello All, I have a question regarding IP ID assignment by Android kernel. Does android IP stack use sequential or random ipid assignment? The reason I am asking this question because there are known security issues with use of sequential ipid. However, sequential ipid can help if someone is usin

[android-kernel] need help with linux 3.0

2011-09-26 Thread Alex Tomas
hello, i'm trying to run 2.1 binaries on linux 3.0 kernel, but /init crashes immediately. the same binaries work fine on some heavily modified 2.6.29 kernel. I built trivial test with a single printf() - it works fine on the both kernels. CONFIG_AEABI=y and CONFIG_OABI_COMPAT=y. any idea? thanks

Re: [android-kernel] Re: Android LCD Backlight doesn't turn off & it doesn't enter suspend

2011-09-26 Thread Kurt Frandsen
Den 23/09/2011 19.16 skrev "seba" : > Hi, > > I think you need to port the lights library for your platfrom? > (mydroid/hardware//liblights) > > Android expects the sysfile -> /sys/class/leds/lcd-backlight/ > brightness as the point to set the current brightness of lcd > backlight. > If the kernel