diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-18 07:22:56 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-18 07:22:56 +0000 |
commit | 9f961949b685d3346d8bf13da2d0d7a0b342f95a (patch) | |
tree | e469278461c7af00c4b5017fc2b668d3af8eed52 /target/linux/generic/files/include | |
parent | 8691e346bf6a1d8afed20b7629f36505473e5262 (diff) |
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, |