S905X debug realtek 8723bs

来源:互联网 发布:linux zip压缩文件 编辑:程序博客网 时间:2024/05/05 15:15

修改8723bs 打开宏:

CONFIG_WIRELESS_EXT

CONFIG_WEXT_PRIV

common$ git diff net/wireless/Kconfig

diff --git a/net/wireless/Kconfig b/net/wireless/Kconfig
index 16d08b3..05cf53f 100644
--- a/net/wireless/Kconfig
+++ b/net/wireless/Kconfig
@@ -1,5 +1,5 @@
 config WIRELESS_EXT
-       bool
+       def_bool y

 
 config WEXT_CORE
        def_bool y
@@ -14,7 +14,7 @@ config WEXT_SPY
        bool
 
 config WEXT_PRIV
-       bool
+       def_bool y

 
 config CFG80211
        tristate "cfg80211 - wireless configuration API"

//控制wifi power enable脚

ioctl /dev/wifi_power 27905  open
ioctl /dev/wifi_power 27906  off

//快速编译
./device/amlogic/common/quick_build_kernel.sh bootimage
//单独烧录boot.img
dd if=/storage/xxx/boot.img of=/dev/block/boot


//更改efuse id 版本
iwpriv wlan0 efuse_set wmap05,08
iwpriv wlan0 efuse_set wmap,08,62
iwpriv wlan0 efuse_set wmap,0A,0D
iwpriv wlan0 efuse_set wmap,0B,45


0 0
原创粉丝点击