]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - include/linux/if_pppox.h
Merge branch 'cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux...
[karo-tx-linux.git] / include / linux / if_pppox.h
index b49cf923becc2405b3d99ef6f88e5a524423e7a3..ba7a9b0c7c57e64ef794a55f62330705adbe7267 100644 (file)
@@ -91,7 +91,6 @@ enum {
     PPPOX_CONNECTED    = 1,  /* connection established ==TCP_ESTABLISHED */
     PPPOX_BOUND                = 2,  /* bound to ppp device */
     PPPOX_RELAY                = 4,  /* forwarding is enabled */
-    PPPOX_ZOMBIE       = 8,  /* dead, but still bound to ppp device */
     PPPOX_DEAD         = 16  /* dead, useless, please clean me up!*/
 };