<feed xmlns='http://www.w3.org/2005/Atom'>
<title>xavi/android_kernel_m2note/arch/arm64/configs/m2note_debug_defconfig, branch ng-7.1.2</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<id>https://gitea.privatedns.org/xavi/android_kernel_m2note/atom?h=ng-7.1.2</id>
<link rel='self' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/atom?h=ng-7.1.2'/>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/'/>
<updated>2019-05-03T16:44:20+00:00</updated>
<entry>
<title>Enlarge ram console size from 12KB to 15KB.</title>
<updated>2019-05-03T16:44:20+00:00</updated>
<author>
<name>Piazza Lo</name>
<email>piazza.lo@mediatek.com</email>
</author>
<published>2017-10-17T05:28:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=f73b29360781dc0155e01d8ed593371ea0ba3a8b'/>
<id>urn:sha1:f73b29360781dc0155e01d8ed593371ea0ba3a8b</id>
<content type='text'>
BUG:67857304

Change-Id: I7bb176458bd6b8d62218dea3e5e9a9d815afc5ee
Signed-off-by: Piazza Lo &lt;piazza.lo@mediatek.com&gt;
Signed-off-by: Moyster &lt;oysterized@gmail.com&gt;
</content>
</entry>
<entry>
<title>mtk: turn unneeded MTK_WFD_SUPPORT</title>
<updated>2018-01-13T11:33:14+00:00</updated>
<author>
<name>Mister Oyster</name>
<email>oysterized@gmail.com</email>
</author>
<published>2018-01-13T11:33:14+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=a104003e651abecf4aacf9747ddce451d9c9278c'/>
<id>urn:sha1:a104003e651abecf4aacf9747ddce451d9c9278c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>defconfig: remove VMEM</title>
<updated>2017-12-24T18:14:50+00:00</updated>
<author>
<name>Mister Oyster</name>
<email>oysterized@gmail.com</email>
</author>
<published>2017-12-24T18:14:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=a5104ca033bcc5642bcb8518ccd24848a4f65a99'/>
<id>urn:sha1:a5104ca033bcc5642bcb8518ccd24848a4f65a99</id>
<content type='text'>
</content>
</entry>
<entry>
<title>defconfig: remove android_pmem config (and delete recovery_defconfig, never used)</title>
<updated>2017-12-24T16:16:02+00:00</updated>
<author>
<name>Mister Oyster</name>
<email>oysterized@gmail.com</email>
</author>
<published>2017-12-24T16:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=d6905cf6d1174a3b991056b69d28e3b83a34373b'/>
<id>urn:sha1:d6905cf6d1174a3b991056b69d28e3b83a34373b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Revert "power: make sync on suspend optional"</title>
<updated>2017-12-01T16:38:11+00:00</updated>
<author>
<name>Moyster</name>
<email>oysterized@gmail.com</email>
</author>
<published>2017-12-01T16:34:35+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=5df34b1b03c2200bea2c09842c9c64f81f9f8472'/>
<id>urn:sha1:5df34b1b03c2200bea2c09842c9c64f81f9f8472</id>
<content type='text'>
seems like gueste kanged franciscofranco, sorry for that :D

This reverts commit e68ce258c35d28b497cdb11e1e5e9949f660d1ed.
</content>
</entry>
<entry>
<title>wlan: disable CONFIG_CFG80211_WEXT in kernel config</title>
<updated>2017-05-11T17:34:55+00:00</updated>
<author>
<name>Anmin Hsu</name>
<email>anmin.hsu@mediatek.com</email>
</author>
<published>2015-10-01T15:05:45+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=f078e3d3304821149e6c3272b33fb4a3c8257e31'/>
<id>urn:sha1:f078e3d3304821149e6c3272b33fb4a3c8257e31</id>
<content type='text'>
[Detail]
1. Driver/kernel will report tons of RTM_NEWLINK event even driver

   scan done if kernel configured with CONFIG_CFG80211_WEXT, which will

   make userspace threads busy processing the RTM_NEWLINK event.

   Userspace threads will get strange state if cannot handle so much

   RTM_NEWLINK event.

2. Kernel Kconfig has post comments for CONFIG_CFG80211_WEXT:

	help
	  Enable this option if you need old userspace for wireless
	  extensions with cfg80211-based drivers.

  Android userspace app support the new CFG80211 API like

  wpa_supplicant/hostapd, not need CONFIG_CFG80211_WEXT anymore.

[Solution]
1. Remove CONFIG_CFG80211_WEXT in kernel config.

[Feature] WLAN

MTK-Commit-Id: c146f3f2b2c42d049bcf4fd37579a380f0926550

Change-Id: I020a886d125612b1cc6423afcd8d85a2fcdfa4ea
Signed-off-by: Peiyong Feng &lt;peiyong.feng@mediatek.com&gt;
CR-Id: ALPS02216715
</content>
</entry>
<entry>
<title>defconfig: change quota config</title>
<updated>2017-04-27T17:10:05+00:00</updated>
<author>
<name>Mister Oyster</name>
<email>oysterized@gmail.com</email>
</author>
<published>2017-04-27T16:27:24+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=542c9a951ba88fa0660a43375c2d59a79ec65687'/>
<id>urn:sha1:542c9a951ba88fa0660a43375c2d59a79ec65687</id>
<content type='text'>
</content>
</entry>
<entry>
<title>defconfig: split user &amp; debug defconfig</title>
<updated>2017-04-25T09:28:20+00:00</updated>
<author>
<name>Mister Oyster</name>
<email>oysterized@gmail.com</email>
</author>
<published>2017-04-18T17:23:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitea.privatedns.org/xavi/android_kernel_m2note/commit/?id=d73a9591e7194f99a0bdcfdd3066595e2089d1f9'/>
<id>urn:sha1:d73a9591e7194f99a0bdcfdd3066595e2089d1f9</id>
<content type='text'>
</content>
</entry>
</feed>
