mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-19 13:48:06 +00:00
9ae927febd
The ingress filter registers use 2 bits for each port to define the filtering state, whereas the egress filter uses 1 bit. So for for the ingress filter the register offset for a given port is: (port >> 4) << 4: since there are 16 entries in a register of 32 bits and for the egress filter: (port >> 5) << 4: since there are 32 entries in a register of 32 bits Signed-off-by: Birger Koblitz <git@birger-koblitz.de> |
||
---|---|---|
.. | ||
base-files | ||
dts-5.4 | ||
dts-5.10 | ||
files/firmware/rtl838x_phy | ||
files-5.4 | ||
files-5.10 | ||
generic | ||
image | ||
patches-5.4 | ||
patches-5.10 | ||
profiles | ||
config-5.4 | ||
config-5.10 | ||
Makefile |