Forgot to commit changes for control() support and some fixes.

Also added header for PPPoE support in ethernet module.


git-svn-id: file:///srv/svn/repos/haiku/trunk/current@5115 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Waldemar Kornewald
2003-10-23 17:50:45 +00:00
parent 8055343f23
commit 7f015ac671
5 changed files with 40 additions and 6 deletions
+1
View File
@@ -21,6 +21,7 @@ struct kernel_net_module_info {
module_info info;
int (*start)(void *);
int (*stop)(void);
status_t (*control)(uint32 op, void *data, size_t length);
};
struct net_module {