Files
wlan-ap/feeds/qca-wifi-7/ipq53xx/base-files/etc/init.d/phy_quirks
2025-09-12 08:16:16 +02:00

14 lines
167 B
Bash
Executable File

#!/bin/sh /etc/rc.common
START=99
boot() {
. /lib/functions.sh
case "$(board_name)" in
edgecore,eap105)
ssdk_sh debug phy set 0x1 0x601FD032 0xff
;;
esac
}