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 | 0045449b1bfcb64ed4eb3e7ea25e62aa0491b404 (patch) | |
tree | 1c3fc351f5e4b297e2b50fbdd360be252a588037 /target/linux/generic/files/include | |
parent | e36eb8579f6d608210b2e8007b00baace97b4de4 (diff) | |
download | upstream-0045449b1bfcb64ed4eb3e7ea25e62aa0491b404.tar.gz upstream-0045449b1bfcb64ed4eb3e7ea25e62aa0491b404.tar.bz2 upstream-0045449b1bfcb64ed4eb3e7ea25e62aa0491b404.zip |
generic: add driver for the the RTL8367R{B,-VB} switches
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
SVN-Revision: 33839
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, |