Re: [android-kernel] Required Kernel Version for 64-Bit ABI

2015-03-12 Thread Allan Park
Hi, Dave The nexus9(flounder) use arm64 on tegra platform. #git clone https://android.googlesource.com/kernel/tegra.git -b android-tegra-flounder-3.10-lollipop-release In my case i just modified the long to int(32bit long size = 4bytes, 64bit long size=8byte) in wifi-driver. Sincerely. On Fri,

Re: [android-kernel] Monitor Mode for bcmdhd Driver

2015-03-11 Thread Allan Park
er, in monitor mode, you will overhear packets from both Access Points > and other devices. So ideally the firmware should report per-packet RSSI so > that I know the signal strength of each terminals within certain range. > > On Wednesday, October 1, 2014 1:06:47 PM UTC-4, allan park wr

Re: [android-kernel] How Do I Save My Kernel Configuration As The Default Settings?

2015-03-11 Thread Allan Park
make distclean command means clean everything even .config Also, I think your build scripts do make xxx_defconfig (overwrite your .config) during build the boot.img. Just overwrite .config to arch/arm/config/(xxx_defconfig) Sincerely On Sun, Oct 12, 2014 at 3:34 AM, Satya vara prasad wrote: >

Re: [android-kernel] Monitor Mode for bcmdhd Driver

2014-10-01 Thread Allan Park
What do you mean rssi packet? Rssi is the received signal strength indicater. So its value came from the host side. It calibrate from host. May u can parse rssi value in wpa supplicant and dhd driver. 2014년 8월 5일 화요일, Jinghao Shi님이 작성한 메시지: > Hi, > > I am working on enabling monitor mode for bcmd