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

2015-03-11 Thread jpa
> Just overwrite .config to arch/arm/config/(xxx_defconfig) > copy .config into arch/arm/config/some_defconfig. Don't. Use make savedefconfig and copy its output (./defconfig) to the arch/$ARCH/config/xxx_defconfig The reason being that a .config contain all the values including defaults, and

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

2015-03-11 Thread Allan Park
If want to set monitor mode, need a another firmware. Nexus5 has only 2 firmware(STA-P2P, SotfAP). The broadcom would not provide the monitor firmware. On Wed, Nov 19, 2014 at 3:12 AM, Jinghao Shi wrote: > You can get the RSSI value of each Access Point from the scan result data. > However, in

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: >