diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2012-10-18 07:22:56 +0000 |
---|---|---|
committer | Gabor Juhos <juhosg@openwrt.org> | 2012-10-18 07:22:56 +0000 |
commit | 3f74a4920a2f99c9b7aee8a4e561efb2af68f664 (patch) | |
tree | e469278461c7af00c4b5017fc2b668d3af8eed52 /target/linux/generic/files/include | |
parent | 2531a34a88394897939ca2c42fed42c6e11c6589 (diff) | |
download | upstream-3f74a4920a2f99c9b7aee8a4e561efb2af68f664.tar.gz upstream-3f74a4920a2f99c9b7aee8a4e561efb2af68f664.tar.bz2 upstream-3f74a4920a2f99c9b7aee8a4e561efb2af68f664.zip |
generic: add driver for the the RTL8367R{B,-VB} switches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33839 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/generic/files/include')
-rw-r--r-- | target/linux/generic/files/include/linux/rtl8367.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/linux/generic/files/include/linux/rtl8367.h b/target/linux/generic/files/include/linux/rtl8367.h index 470c5f3812..855de6a5cc 100644 --- a/target/linux/generic/files/include/linux/rtl8367.h +++ b/target/linux/generic/files/include/linux/rtl8367.h @@ -12,6 +12,7 @@ #define _RTL8367_H #define RTL8367_DRIVER_NAME "rtl8367" +#define RTL8367B_DRIVER_NAME "rtl8367b" enum rtl8367_port_speed { RTL8367_PORT_SPEED_10 = 0, |