mirror of
https://github.com/openwrt/openwrt.git
synced 2025-02-18 16:40:29 +00:00
ramips: mt7620: use throughput trigger on HiWiFi HC5x61
Throughput trigger support for MT7620 has been added, so switch to it Signed-off-by: DENG Qingfang <dengqf6@mail2.sysu.edu.cn>
This commit is contained in:
parent
415cc83da6
commit
a176f8d3ec
@ -29,6 +29,7 @@
|
|||||||
wlan2g {
|
wlan2g {
|
||||||
label = "hc5661:blue:wlan2g";
|
label = "hc5661:blue:wlan2g";
|
||||||
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
||||||
|
linux,default-trigger = "phy0tpt";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -29,11 +29,13 @@
|
|||||||
wlan2g {
|
wlan2g {
|
||||||
label = "hc5761:blue:wlan2g";
|
label = "hc5761:blue:wlan2g";
|
||||||
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
||||||
|
linux,default-trigger = "phy1tpt";
|
||||||
};
|
};
|
||||||
|
|
||||||
wlan5g {
|
wlan5g {
|
||||||
label = "hc5761:blue:wlan5g";
|
label = "hc5761:blue:wlan5g";
|
||||||
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
||||||
|
linux,default-trigger = "phy0tpt";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -24,6 +24,7 @@
|
|||||||
wlan2g {
|
wlan2g {
|
||||||
label = "hc5861:blue:wlan2g";
|
label = "hc5861:blue:wlan2g";
|
||||||
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
|
||||||
|
linux,default-trigger = "phy1tpt";
|
||||||
};
|
};
|
||||||
|
|
||||||
internet {
|
internet {
|
||||||
@ -34,6 +35,7 @@
|
|||||||
wlan5g {
|
wlan5g {
|
||||||
label = "hc5861:blue:wlan5g";
|
label = "hc5861:blue:wlan5g";
|
||||||
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
||||||
|
linux,default-trigger = "phy0tpt";
|
||||||
};
|
};
|
||||||
|
|
||||||
turbo {
|
turbo {
|
||||||
|
@ -111,19 +111,12 @@ glinet,gl-mt300n|\
|
|||||||
glinet,gl-mt750)
|
glinet,gl-mt750)
|
||||||
set_wifi_led "$boardname:wlan"
|
set_wifi_led "$boardname:wlan"
|
||||||
;;
|
;;
|
||||||
hiwifi,hc5661)
|
hiwifi,hc5661|\
|
||||||
ucidef_set_led_switch "internet" "internet" "$boardname:blue:internet" "switch0" "0x01"
|
|
||||||
set_wifi_led "$boardname:blue:wlan2g"
|
|
||||||
;;
|
|
||||||
hiwifi,hc5761)
|
hiwifi,hc5761)
|
||||||
ucidef_set_led_switch "internet" "internet" "$boardname:blue:internet" "switch0" "0x01"
|
ucidef_set_led_switch "internet" "internet" "$boardname:blue:internet" "switch0" "0x01"
|
||||||
ucidef_set_led_netdev "wifi5g" "wifi5g" "$boardname:blue:wlan5g" "wlan0"
|
|
||||||
ucidef_set_led_netdev "wifi2g" "wifi2g" "$boardname:blue:wlan2g" "wlan1"
|
|
||||||
;;
|
;;
|
||||||
hiwifi,hc5861)
|
hiwifi,hc5861)
|
||||||
ucidef_set_led_switch "internet" "internet" "$boardname:blue:internet" "switch0" "0x20"
|
ucidef_set_led_switch "internet" "internet" "$boardname:blue:internet" "switch0" "0x20"
|
||||||
ucidef_set_led_netdev "wifi5g" "wifi5g" "$boardname:blue:wlan5g" "wlan0"
|
|
||||||
ucidef_set_led_netdev "wifi2g" "wifi2g" "$boardname:blue:wlan2g" "wlan1"
|
|
||||||
;;
|
;;
|
||||||
hnet,c108)
|
hnet,c108)
|
||||||
ucidef_set_led_netdev "lan" "lan" "$boardname:green:lan" "eth0"
|
ucidef_set_led_netdev "lan" "lan" "$boardname:green:lan" "eth0"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user