forked from Ivasoft/openwrt
generic: ar8216: rename cpuport_cfg to port0_cfg in ar8327_platform_data
Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 34846
This commit is contained in:
@@ -106,7 +106,7 @@ static struct ar8327_pad_cfg rb2011_ar8327_pad0_cfg = {
|
||||
|
||||
static struct ar8327_platform_data rb2011_ar8327_data = {
|
||||
.pad0_cfg = &rb2011_ar8327_pad0_cfg,
|
||||
.cpuport_cfg = {
|
||||
.port0_cfg = {
|
||||
.force_link = 1,
|
||||
.speed = AR8327_PORT_SPEED_1000,
|
||||
.duplex = 1,
|
||||
|
||||
@@ -184,7 +184,7 @@ static struct ar8327_pad_cfg rb750gr3_ar8327_pad0_cfg = {
|
||||
|
||||
static struct ar8327_platform_data rb750gr3_ar8327_data = {
|
||||
.pad0_cfg = &rb750gr3_ar8327_pad0_cfg,
|
||||
.cpuport_cfg = {
|
||||
.port0_cfg = {
|
||||
.force_link = 1,
|
||||
.speed = AR8327_PORT_SPEED_1000,
|
||||
.duplex = 1,
|
||||
|
||||
@@ -121,7 +121,7 @@ static struct ar8327_led_cfg wdr4300_ar8327_led_cfg = {
|
||||
|
||||
static struct ar8327_platform_data wdr4300_ar8327_data = {
|
||||
.pad0_cfg = &wdr4300_ar8327_pad0_cfg,
|
||||
.cpuport_cfg = {
|
||||
.port0_cfg = {
|
||||
.force_link = 1,
|
||||
.speed = AR8327_PORT_SPEED_1000,
|
||||
.duplex = 1,
|
||||
|
||||
@@ -84,7 +84,7 @@ static struct ar8327_pad_cfg db120_ar8327_pad0_cfg = {
|
||||
|
||||
static struct ar8327_platform_data db120_ar8327_data = {
|
||||
.pad0_cfg = &db120_ar8327_pad0_cfg,
|
||||
.cpuport_cfg = {
|
||||
.port0_cfg = {
|
||||
.force_link = 1,
|
||||
.speed = AR8327_PORT_SPEED_1000,
|
||||
.duplex = 1,
|
||||
|
||||
@@ -131,7 +131,7 @@ static struct ar8327_led_cfg wndr4300_ar8327_led_cfg = {
|
||||
|
||||
static struct ar8327_platform_data wndr4300_ar8327_data = {
|
||||
.pad0_cfg = &wndr4300_ar8327_pad0_cfg,
|
||||
.cpuport_cfg = {
|
||||
.port0_cfg = {
|
||||
.force_link = 1,
|
||||
.speed = AR8327_PORT_SPEED_1000,
|
||||
.duplex = 1,
|
||||
|
||||
Reference in New Issue
Block a user