diff options
| author | Gabor Juhos <juhosg@openwrt.org> | 2012-10-19 19:44:15 +0000 |
|---|---|---|
| committer | Gabor Juhos <juhosg@openwrt.org> | 2012-10-19 19:44:15 +0000 |
| commit | 895c5b36f3ea13ae4982dcf3f1fc6694dcd19f60 (patch) | |
| tree | 9e49ec050a15daf69e163d570cd8b92c9388d19c /target/linux/generic/files/include | |
| parent | 51f454db111043e588b016a80c5f73c270b57ba9 (diff) | |
| download | upstream-895c5b36f3ea13ae4982dcf3f1fc6694dcd19f60.tar.gz upstream-895c5b36f3ea13ae4982dcf3f1fc6694dcd19f60.tar.bz2 upstream-895c5b36f3ea13ae4982dcf3f1fc6694dcd19f60.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 470c5f38122..855de6a5cc5 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, |
