2
0
forked from Ivasoft/openwrt

ar71xx: rename ethernet pdata->builtin_switch to use_flow_control

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2016-06-27 10:02:58 +02:00
parent 8d1218ca73
commit 75b2105cd3
3 changed files with 8 additions and 8 deletions

View File

@@ -36,7 +36,7 @@ struct ag71xx_platform_data {
u8 is_ar7240:1;
u8 is_ar724x:1;
u8 has_ar8216:1;
u8 builtin_switch:1;
u8 use_flow_control:1;
struct ag71xx_switch_platform_data *switch_data;