Searched refs:WIFI_TEMP (Results 1 - 1 of 1) sorted by relevance

/openwrt/target/linux/mvebu/base-files/sbin/
H A Dfan_ctrl.sh5 WIFI_TEMP=`cut -c1-2 /sys/class/hwmon/hwmon1/temp2_input`
22 if [ "$CPU_TEMP" -ge "$CPU_HIGH" -o "$DDR_TEMP" -ge "$DDR_HIGH" -o "$WIFI_TEMP" -ge "$WIFI_HIGH" ];then
24 elif [ "$CPU_TEMP" -ge "$CPU_LOW" -o "$DDR_TEMP" -ge "$DDR_LOW" -o "$WIFI_TEMP" -ge "$WIFI_LOW" ];then

Completed in 22 milliseconds