summaryrefslogtreecommitdiffstats
path: root/drivers/net/wan/lmc/lmc_ioctl.h
diff options
context:
space:
mode:
authorJeff Garzik <jeff@garzik.org>2008-08-07 10:05:46 +0200
committerJeff Garzik <jgarzik@redhat.com>2008-08-07 10:05:46 +0200
commit3859069bc3358772b08bd91efe9edec39a746ea8 (patch)
tree9ffe71711dd98cf511ad21d9990c597de0ac3b2b /drivers/net/wan/lmc/lmc_ioctl.h
parentWAN: remove extra help text from HDLC_PPP config option (diff)
parentWAN: Use u32 type instead of u_int32_t in LMC driver. (diff)
downloadlinux-3859069bc3358772b08bd91efe9edec39a746ea8.tar.xz
linux-3859069bc3358772b08bd91efe9edec39a746ea8.zip
Merge branch 'for-jeff' of git://git.kernel.org/pub/scm/linux/kernel/git/chris/linux-2.6 into tmp
Diffstat (limited to 'drivers/net/wan/lmc/lmc_ioctl.h')
-rw-r--r--drivers/net/wan/lmc/lmc_ioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/wan/lmc/lmc_ioctl.h b/drivers/net/wan/lmc/lmc_ioctl.h
index 57dd861cd3db..72fb113a44ca 100644
--- a/drivers/net/wan/lmc/lmc_ioctl.h
+++ b/drivers/net/wan/lmc/lmc_ioctl.h
@@ -61,7 +61,7 @@
/*
* IFTYPE defines
*/
-#define LMC_PPP 1 /* use sppp interface */
+#define LMC_PPP 1 /* use generic HDLC interface */
#define LMC_NET 2 /* use direct net interface */
#define LMC_RAW 3 /* use direct net interface */