net: dsa: drop vlan_getnext
authorVivien Didelot <vivien.didelot@savoirfairelinux.com>
Tue, 23 Feb 2016 17:13:56 +0000 (12:13 -0500)
committerDavid S. Miller <davem@davemloft.net>
Thu, 25 Feb 2016 20:20:21 +0000 (15:20 -0500)
commit477b184526a7f44164029eea720da0e0c888cac6
tree5504d8512f44c09beea3bb6809ec17e20ddce60f
parentceff5eff3a4c690764d11f2d759c27a0d2dea732
net: dsa: drop vlan_getnext

The VLAN GetNext operation is specific to some switches, and thus can be
complicated to implement for some drivers.

Remove the support for the vlan_getnext/port_pvid_get approach in favor
of the generic and simpler port_vlan_dump function.

Signed-off-by: Vivien Didelot <vivien.didelot@savoirfairelinux.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Documentation/networking/dsa/dsa.txt
include/net/dsa.h
net/dsa/slave.c