mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Add a big, big note to the vlan code that it needs to be taught
about the new VLAN options for the AR9340 and AR8327 chips.
This commit is contained in:
parent
b215216171
commit
db4ff7db8c
1 changed files with 6 additions and 0 deletions
|
|
@ -49,6 +49,12 @@
|
|||
#include "miibus_if.h"
|
||||
#include "etherswitch_if.h"
|
||||
|
||||
/*
|
||||
* XXX TODO: teach about the AR933x SoC switch
|
||||
* XXX TODO: teach about the AR934x SoC switch
|
||||
* XXX TODO: teach about the AR8327 external switch
|
||||
*/
|
||||
|
||||
static int
|
||||
arswitch_vlan_op(struct arswitch_softc *sc, uint32_t op, uint32_t vid,
|
||||
uint32_t data)
|
||||
|
|
|
|||
Loading…
Reference in a new issue