summaryrefslogtreecommitdiffstats
path: root/drivers/staging/sbe-2t3e3/intr.c
AgeCommit message (Collapse)AuthorFilesLines
2012-07-19staging: sbe-2t3e3: Remove code that will never executeMarcos Paulo de Souza1-58/+2
This patch removes all references of "if 0" blocks in the sbe-2t3e3 driver. Signed-off-by: Marcos Paulo de Souza <marcos.souza.org@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2012-02-09Staging: sbe-2t3e3: logical || vs bitwise |Dan Carpenter1-1/+1
Bitwise OR was clearly intended here. Signed-off-by: Dan Carpenter <dan.carpenter@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2010-08-30Staging: Add SBE 2T3E3 WAN driverKrzysztof Halasa1-0/+635
This is a driver for SBE Inc.'s dual port T3/E3 WAN cards. Based on their original GPLed driver. The original driver tarball is now accessible at http://userweb.kernel.org/~chris/SBE_2T3_Linux_2.0c.tgz It needs at least a new generic HDLC setup code (not yet written) before moving to drivers/net/wan. Signed-off-by: Krzysztof HaƂasa <khc@pm.waw.pl> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>