mbox series

[net-next,0/3] s390/qeth: updates 2020-03-27

Message ID 20200327101934.31040-1-jwi@linux.ibm.com
Headers show
Series s390/qeth: updates 2020-03-27 | expand

Message

Julian Wiedmann March 27, 2020, 10:19 a.m. UTC
Hi Dave,

please apply the following patch series for qeth to netdev's net-next
tree.

Spring clean edition:
- remove one sysfs attribute that was never put in use,
- make support for OSN and OSX devices optional, and
- probe for removal of the obsolete OSN support.

Thanks,
Julian

Julian Wiedmann (3):
  s390/qeth: remove fake_broadcast attribute
  s390/qeth: make OSN / OSX support configurable
  s390/qeth: phase out OSN support

 drivers/s390/net/Kconfig          | 17 +++++++++++++++
 drivers/s390/net/qeth_core.h      |  1 -
 drivers/s390/net/qeth_core_main.c |  4 ++++
 drivers/s390/net/qeth_core_mpc.h  | 11 ++++++++++
 drivers/s390/net/qeth_l2_main.c   |  5 +++++
 drivers/s390/net/qeth_l3_sys.c    | 35 -------------------------------
 6 files changed, 37 insertions(+), 36 deletions(-)