2
0
forked from Ivasoft/openwrt

ar8216: define all switch_addr structs as const

Define all switch_addr structs as const.

Signed-off-by: Heiner Kallweit <hkallweit1@gmail.com>

SVN-Revision: 44002
This commit is contained in:
John Crispin
2015-01-17 14:24:40 +00:00
parent 88df2bd2ff
commit 1cb2596f19
2 changed files with 6 additions and 6 deletions

View File

@@ -1277,7 +1277,7 @@ unlock:
return ret;
}
static struct switch_attr ar8xxx_sw_attr_globals[] = {
static const struct switch_attr ar8xxx_sw_attr_globals[] = {
{
.type = SWITCH_TYPE_INT,
.name = "enable_vlan",
@@ -1326,7 +1326,7 @@ static struct switch_attr ar8xxx_sw_attr_globals[] = {
},
};
struct switch_attr ar8xxx_sw_attr_port[2] = {
const struct switch_attr ar8xxx_sw_attr_port[2] = {
{
.type = SWITCH_TYPE_NOVAL,
.name = "reset_mib",
@@ -1342,7 +1342,7 @@ struct switch_attr ar8xxx_sw_attr_port[2] = {
},
};
struct switch_attr ar8xxx_sw_attr_vlan[1] = {
const struct switch_attr ar8xxx_sw_attr_vlan[1] = {
{
.type = SWITCH_TYPE_INT,
.name = "vid",