mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
zdev: qeth: remove the fake_broadcast attribute
This attribute is a no-op and never provided the described functionality.
It will be removed in the 5.7 kernel release with
commit 5f4019a80839 ("s390/qeth: remove fake_broadcast attribute").
Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com>
Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
0472b5ea5c
commit
ca8750e820
@@ -511,20 +511,6 @@ static struct attrib qeth_attr_route6 = {
|
||||
.st_data = QETH_DATA(layer_3, group_none),
|
||||
};
|
||||
|
||||
static struct attrib qeth_attr_fake_broadcast = {
|
||||
.name = "fake_broadcast",
|
||||
.title = "Enable simulation of broadcast capability",
|
||||
.desc =
|
||||
"Control whether a QETH device that doesn't support broadcast should\n"
|
||||
"fake the broadcast capability.\n"
|
||||
" 0: Fake broadcasting depending on hardware capabilities\n"
|
||||
" 1: No faked broadcasting\n",
|
||||
.defval = "0",
|
||||
.order_cmp = after_layer2_order_cmp,
|
||||
.accept = ACCEPT_ARRAY(ACCEPT_RANGE(0, 1)),
|
||||
.st_data = QETH_DATA(layer_3, group_none),
|
||||
};
|
||||
|
||||
static struct attrib qeth_attr_ipa_takeover_enable = {
|
||||
.name = "ipa_takeover/enable",
|
||||
.title = "Control IP address takeover",
|
||||
@@ -1451,7 +1437,6 @@ struct subtype qeth_subtype_qeth = {
|
||||
&qeth_attr_hw_trap,
|
||||
&qeth_attr_route4,
|
||||
&qeth_attr_route6,
|
||||
&qeth_attr_fake_broadcast,
|
||||
&qeth_attr_ipa_takeover_enable,
|
||||
&qeth_attr_ipa_takeover_add4,
|
||||
&qeth_attr_ipa_takeover_add6,
|
||||
|
||||
Reference in New Issue
Block a user