diff options
author | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-07-01 22:04:01 +0200 |
---|---|---|
committer | Krzysztof Hałasa <khc@pm.waw.pl> | 2008-07-23 23:00:38 +0200 |
commit | 0bee8db8f63b099412fdbce5b55b01d9f177951d (patch) | |
tree | fd2d64cbe27ba7765bff6100231d7a81298b5c26 /drivers/net/wan/farsync.c | |
parent | b22267d3883ebc76093e9f36c4c738125e092402 (diff) | |
download | linux-3.10-0bee8db8f63b099412fdbce5b55b01d9f177951d.tar.gz linux-3.10-0bee8db8f63b099412fdbce5b55b01d9f177951d.tar.bz2 linux-3.10-0bee8db8f63b099412fdbce5b55b01d9f177951d.zip |
WAN: farsync driver no longer uses syncppp.c directly
Signed-off-by: Krzysztof Hałasa <khc@pm.waw.pl>
Diffstat (limited to 'drivers/net/wan/farsync.c')
-rw-r--r-- | drivers/net/wan/farsync.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/drivers/net/wan/farsync.c b/drivers/net/wan/farsync.c index 754f00809e3..9557ad078ab 100644 --- a/drivers/net/wan/farsync.c +++ b/drivers/net/wan/farsync.c @@ -47,10 +47,7 @@ MODULE_LICENSE("GPL"); /* Default parameters for the link */ #define FST_TX_QUEUE_LEN 100 /* At 8Mbps a longer queue length is - * useful, the syncppp module forces - * this down assuming a slower line I - * guess. - */ + * useful */ #define FST_TXQ_DEPTH 16 /* This one is for the buffering * of frames on the way down to the card * so that we can keep the card busy |