commit | 24bce277eafc5e2d4891b8736ab75ec5beba83c8 | [log] [tgz] |
---|---|---|
author | zw.wang <zw.wang@mobiletek.cn> | Tue Jul 16 09:55:34 2024 +0800 |
committer | zw.wang <zw.wang@mobiletek.cn> | Tue Jul 16 09:55:34 2024 +0800 |
tree | ea3ecb600b888d8c9e3de69602d6fc1eca24b0b9 | |
parent | 30b9c113d190aac705c5d9d08f66b3a4343c182c [diff] |
[Bugfix][T106BUG-642]The WiFi fails at a low temperature of -40 degrees Only Configure :No Affected branch: master Affected module: wifi Is it affected on both ZXIC and MTK:only ZXIC Self-test: Yes Doc Update: No Change-Id: I7f25a61e479281f53e69e139aa5cb0b7f30ac959
diff --git a/ap/os/linux/linux-3.4.x/drivers/net/wireless/aic8800d80l/aicwf_sdio.c b/ap/os/linux/linux-3.4.x/drivers/net/wireless/aic8800d80l/aicwf_sdio.c index 177bb92..95c40dc 100755 --- a/ap/os/linux/linux-3.4.x/drivers/net/wireless/aic8800d80l/aicwf_sdio.c +++ b/ap/os/linux/linux-3.4.x/drivers/net/wireless/aic8800d80l/aicwf_sdio.c
@@ -2062,7 +2062,7 @@ struct mmc_host *host; u8 byte_mode_disable = 0x1;//1: no byte mode int ret = 0; - uint32_t sdio_clock = 100000000; + uint32_t sdio_clock = 78000000; //zw.wang WiFi low temperature -40 degrees failure on 20240716 u8 val; u8 val1 = 0; //struct aicbsp_feature_t feature;