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:
committed by
Adrian Schmutzler
parent
415cc83da6
commit
a176f8d3ec
@@ -29,6 +29,7 @@
|
||||
wlan2g {
|
||||
label = "hc5661:blue:wlan2g";
|
||||
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy0tpt";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -29,11 +29,13 @@
|
||||
wlan2g {
|
||||
label = "hc5761:blue:wlan2g";
|
||||
gpios = <&gpio3 0 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy1tpt";
|
||||
};
|
||||
|
||||
wlan5g {
|
||||
label = "hc5761:blue:wlan5g";
|
||||
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy0tpt";
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
@@ -24,6 +24,7 @@
|
||||
wlan2g {
|
||||
label = "hc5861:blue:wlan2g";
|
||||
gpios = <&gpio0 11 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy1tpt";
|
||||
};
|
||||
|
||||
internet {
|
||||
@@ -34,6 +35,7 @@
|
||||
wlan5g {
|
||||
label = "hc5861:blue:wlan5g";
|
||||
gpios = <&gpio0 7 GPIO_ACTIVE_LOW>;
|
||||
linux,default-trigger = "phy0tpt";
|
||||
};
|
||||
|
||||
turbo {
|
||||
|
||||
Reference in New Issue
Block a user