diff options
author | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-19 19:44:15 +0000 |
---|---|---|
committer | juhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2012-10-19 19:44:15 +0000 |
commit | 27863da0f75ae12abd006d770e07f21552ba063d (patch) | |
tree | 9e49ec050a15daf69e163d570cd8b92c9388d19c /target/linux/generic/files/include | |
parent | fdefde8a109b1039b4e9c5b3ffe54fe1ad944132 (diff) | |
download | openwrt-27863da0f75ae12abd006d770e07f21552ba063d.tar.gz openwrt-27863da0f75ae12abd006d770e07f21552ba063d.zip |
AA: generic: add driver for the the RTL8367R{B,-VB} switches
Backport of r33839.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/branches/attitude_adjustment@33868 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 470c5f381..855de6a5c 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, |